Spaces:
Running
Running
changed nodes version in app.py (#1)
Browse files- changed nodes version in app.py (3f01fa4076de7a91b3cf3d572c8da95f7a522107)
Co-authored-by: BishopRomaneeconti <BishopRomaneeconti@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -65,7 +65,9 @@ def setup():
|
|
| 65 |
subprocess.run(["git", "checkout", IMPACT_PACK_COMMIT], cwd=node_dest, check=True, capture_output=True)
|
| 66 |
elif name == "ComfyUI-Impact-Subpack":
|
| 67 |
subprocess.run(["git", "checkout", IMPACT_SUBPACK_VERSION], cwd=node_dest, check=True, capture_output=True)
|
| 68 |
-
|
|
|
|
|
|
|
| 69 |
print("✓ Custom nodes installed")
|
| 70 |
|
| 71 |
# Install performance optimizations (SageAttention, Flash Attention)
|
|
|
|
| 65 |
subprocess.run(["git", "checkout", IMPACT_PACK_COMMIT], cwd=node_dest, check=True, capture_output=True)
|
| 66 |
elif name == "ComfyUI-Impact-Subpack":
|
| 67 |
subprocess.run(["git", "checkout", IMPACT_SUBPACK_VERSION], cwd=node_dest, check=True, capture_output=True)
|
| 68 |
+
elif name == "ComfyUI-dype":
|
| 69 |
+
# changed to v2.1.0 (Nov 29, 2025) before the update introduces new parameters
|
| 70 |
+
subprocess.run(["git", "checkout", "db90fe5012f94c6aef406d743292daf76b4477a6"], cwd=node_dest, check=True, capture_output=True)
|
| 71 |
print("✓ Custom nodes installed")
|
| 72 |
|
| 73 |
# Install performance optimizations (SageAttention, Flash Attention)
|