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

Add a skip layer guidance node that can also skip single layers.

This one should work for skipping the single layers of models like Flux
and Auraflow.

If you want to see how these models work and how many double/single layers
they have see the "ModelMerge*" nodes for the specific model.
This commit is contained in:
comfyanonymous
2024-11-18 02:20:43 -05:00
parent d9f90965c8
commit 9a0a5d32ee
3 changed files with 89 additions and 41 deletions

View File

@@ -2133,6 +2133,7 @@ def init_builtin_extra_nodes():
"nodes_lora_extract.py",
"nodes_torch_compile.py",
"nodes_mochi.py",
"nodes_slg.py",
]
import_failed = []