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

converted ImageRebatch, LatentRebatch, DifferentialDiffusion

This commit is contained in:
bigcat88
2025-07-18 17:05:40 +03:00
parent 18ed598fa1
commit 2a7793394f
4 changed files with 201 additions and 1 deletions

View File

@@ -2313,6 +2313,7 @@ def init_builtin_extra_nodes():
"v3/nodes_cond.py",
"v3/nodes_controlnet.py",
"v3/nodes_cosmos.py",
"v3/nodes_differential_diffusion.py",
"v3/nodes_flux.py",
"v3/nodes_freelunch.py",
"v3/nodes_fresca.py",
@@ -2321,6 +2322,7 @@ def init_builtin_extra_nodes():
"v3/nodes_mask.py",
"v3/nodes_preview_any.py",
"v3/nodes_primitive.py",
"v3/nodes_rebatch.py",
"v3/nodes_stable_cascade.py",
"v3/nodes_webcam.py",
]