1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Add CFGZeroStar node.

Works on all models that use a negative prompt but is meant for rectified
flow models.
This commit is contained in:
comfyanonymous
2025-03-26 05:08:49 -04:00
parent 8edc1f44c1
commit 84fdaf7b0e
2 changed files with 46 additions and 0 deletions

View File

@@ -2267,6 +2267,7 @@ def init_builtin_extra_nodes():
"nodes_lotus.py",
"nodes_hunyuan3d.py",
"nodes_primitive.py",
"nodes_cfg.py",
]
import_failed = []