1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 07:26:31 +08:00

v3 nodes: sd3, selfattent, s4_4xupscale, skiplayer

This commit is contained in:
bigcat88
2025-07-21 07:39:12 +03:00
parent 27734d9527
commit 7f8c51e36d
5 changed files with 569 additions and 0 deletions

View File

@@ -2329,6 +2329,10 @@ def init_builtin_extra_nodes():
"v3/nodes_preview_any.py",
"v3/nodes_primitive.py",
"v3/nodes_rebatch.py",
"v3/nodes_sag.py",
"v3/nodes_sd3.py",
"v3/nodes_sdupscale.py",
"v3/nodes_slg.py",
"v3/nodes_stable_cascade.py",
"v3/nodes_video.py",
"v3/nodes_wan.py",