Skip to content

Commit

Permalink
chore(pyproject): Add pyproject.toml for Custom Node Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
comfy-pr-bot committed Jun 14, 2024
1 parent d6699be commit a176193
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = "prompt_injection"
description = "This custom node for ComfyUI allows you to inject specific prompts at specific blocks of the Stable Diffusion UNet, providing fine-grained control over the generated image. It is based on the concept that the content/subject understanding of the model is primarily contained within the MID0 and MID1 blocks, as demonstrated in the B-Lora (Content Style implicit separation) paper. Features.\nInject different prompts into specific UNet blocks Three different node variations for flexible workflow integration Customize the learning rate of specific blocks to focus on content, lighting, style, or other aspects Potential for developing a 'Mix of Experts' approach by swapping blocks on-the-fly based on prompt content"
version = "1.0.0"
license = "LICENSE"

[project.urls]
Repository = "https://github.com/DataCTE/prompt_injection"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "prompt_injection"
Icon = ""

0 comments on commit a176193

Please sign in to comment.