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

v3: small nodes(pag, perpneg, morph, optimsteps)

This commit is contained in:
bigcat88
2025-07-19 11:55:43 +03:00
parent b6a4a4c664
commit edc8f06770
5 changed files with 346 additions and 0 deletions

View File

@@ -2320,6 +2320,10 @@ def init_builtin_extra_nodes():
"v3/nodes_gits.py",
"v3/nodes_images.py",
"v3/nodes_mask.py",
"v3/nodes_morphology.py",
"v3/nodes_optimalsteps.py",
"v3/nodes_pag.py",
"v3/nodes_perpneg.py",
"v3/nodes_preview_any.py",
"v3/nodes_primitive.py",
"v3/nodes_rebatch.py",