mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-07 07:00:44 +08:00
fix(custom-node-list): §4.5 PATCH_BASE_CLOSE #3027 darth-veitcher/comfydv — adopt PR title/desc
- title: Comfy DV → Comfy DV Nodes - description: PR wording (dynamic string formatting, seed-controlled random, workflow circuit-breaker) - author/reference/files/install_type/id unchanged - root only (not in node_db/new)
This commit is contained in:
parent
6178d27b01
commit
267449c55d
@ -19094,14 +19094,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "Darth-Veitcher",
|
"author": "Darth-Veitcher",
|
||||||
"title": "Comfy DV",
|
"title": "Comfy DV Nodes",
|
||||||
"id": "comfydv",
|
"id": "comfydv",
|
||||||
"reference": "https://github.com/darth-veitcher/comfydv",
|
"reference": "https://github.com/darth-veitcher/comfydv",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/darth-veitcher/comfydv"
|
"https://github.com/darth-veitcher/comfydv"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: String Formatting (f-string and jinja2), Random Choice, Model Memory management, and other quality of life improvements."
|
"description": "Quality of life ComfyUI nodes: dynamic string formatting with Python f-strings or Jinja2 templates, seed-controlled random input selection, and workflow circuit-breaker for conditional queue interruption."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "Darth-Veitcher",
|
"author": "Darth-Veitcher",
|
||||||
@ -53983,6 +53983,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Valida se a imagem é múltipla de 8 para workflows de Upscale e Flux."
|
"description": "Valida se a imagem é múltipla de 8 para workflows de Upscale e Flux."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Kevin Gilper",
|
||||||
|
"title": "comfyui-krea-reference",
|
||||||
|
"reference": "https://github.com/kgilper/krea-reference",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/kgilper/krea-reference"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "ComfyUI custom nodes for Krea 2 V9 image-reference conditioning."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user