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

Add ImageCrop node.

This commit is contained in:
comfyanonymous
2023-11-18 04:44:17 -05:00
parent 0cf4e86939
commit 8a451234b3
2 changed files with 30 additions and 0 deletions

View File

@@ -1800,6 +1800,7 @@ def init_custom_nodes():
"nodes_hypertile.py",
"nodes_model_advanced.py",
"nodes_model_downscale.py",
"nodes_images.py",
]
for node_file in extras_files: