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

Implement Align Your Steps as a AlignYourStepsScheduler node.

This commit is contained in:
comfyanonymous
2024-04-20 04:31:49 -04:00
parent 133dc3351b
commit 644a3ae58d
2 changed files with 46 additions and 0 deletions

View File

@@ -1943,6 +1943,7 @@ def init_custom_nodes():
"nodes_ip2p.py",
"nodes_model_merging_model_specific.py",
"nodes_pag.py",
"nodes_align_your_steps.py",
]
import_failed = []