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

Add some nodes to multiply the attention in UNet and Clip models.

This commit is contained in:
comfyanonymous
2024-04-28 12:50:22 -04:00
parent 10fcd09f4a
commit 059773a6df
2 changed files with 121 additions and 0 deletions

View File

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