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

HyperTile node, can be found in: _for_testing->HyperTile

This commit is contained in:
comfyanonymous
2023-10-21 05:16:38 -04:00
parent 8d50f0890d
commit 1443caf373
2 changed files with 85 additions and 1 deletions

View File

@@ -1796,7 +1796,8 @@ def init_custom_nodes():
"nodes_clip_sdxl.py",
"nodes_canny.py",
"nodes_freelunch.py",
"nodes_custom_sampler.py"
"nodes_custom_sampler.py",
"nodes_hypertile.py",
]
for node_file in extras_files: