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

Merge pull request #8968 from bigcat88/v3/nodes/latent-and-lt

[V3] nodes_lt.py and nodes_latent.py
This commit is contained in:
Jedrzej Kosinski
2025-07-19 20:02:14 -07:00
committed by GitHub
3 changed files with 870 additions and 0 deletions

View File

@@ -2319,6 +2319,8 @@ def init_builtin_extra_nodes():
"v3/nodes_fresca.py",
"v3/nodes_gits.py",
"v3/nodes_images.py",
"v3/nodes_latent.py",
"v3/nodes_lt.py",
"v3/nodes_mask.py",
"v3/nodes_morphology.py",
"v3/nodes_optimalsteps.py",