1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Add a node to give the controlnet a prompt different from the unet.

This commit is contained in:
comfyanonymous
2024-02-10 08:27:05 -05:00
parent f44225fd5f
commit 20e3da6b31
2 changed files with 26 additions and 0 deletions

View File

@@ -1965,6 +1965,7 @@ def init_custom_nodes():
"nodes_stable3d.py",
"nodes_sdupscale.py",
"nodes_photomaker.py",
"nodes_cond.py",
]
for node_file in extras_files: