Skip to content

Commit

Permalink
Merge pull request #4 from ComfyNodePRs/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
DataCTE authored Jun 21, 2024
2 parents d0678ab + a176193 commit 7087c7c
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 7087c7c

Please sign in to comment.