Add a ScaleROPE node. Currently only works on WAN models. (#10559)

This commit is contained in:
comfyanonymous
2025-10-30 19:11:38 -07:00
committed by GitHub
parent 513b0c46fb
commit 614cf9805e
4 changed files with 77 additions and 4 deletions

View File

@@ -2329,6 +2329,7 @@ async def init_builtin_extra_nodes():
"nodes_model_patch.py",
"nodes_easycache.py",
"nodes_audio_encoder.py",
"nodes_rope.py",
]
import_failed = []