Skip to content

Commit ffa96bd

Browse files
authored
Update pyproject.toml
add publisherID and add disclaimer to description
1 parent 85febb3 commit ffa96bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "comfyui_ab_samplercustom"
3-
description = "Experimental sampler node. Sampling alternates between A and B inputs until only one remains, starting with A. B steps run over a 2x2 grid, where 3/4's of the grid are copies of the original input latent. When the optional mask is used, the region outside the defined roi is copied from the original latent at the end of every step."
3+
description = "Experimental sampler node. Sampling alternates between A and B inputs until only one remains, starting with A. B steps run over a 2x2 grid, where 3/4's of the grid are copies of the original input latent. When the optional mask is used, the region outside the defined roi is copied from the original latent at the end of every step. Disclaimer: its applications should be rather niche and there are likely better alternative approaches."
44
version = "1.0.0"
55
license = "LICENSE"
66

@@ -9,6 +9,6 @@ Repository = "https://github.com/bmad4ever/comfyui_ab_samplercustom"
99
# Used by Comfy Registry https://comfyregistry.org
1010

1111
[tool.comfy]
12-
PublisherId = ""
12+
PublisherId = "bmad4ever"
1313
DisplayName = "comfyui_ab_samplercustom"
1414
Icon = ""

0 commit comments

Comments
 (0)