This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "11e19437-56ee-487e-bb1f-3bd053f2f3c2", | |
"revision": 0, | |
"last_node_id": 76, | |
"last_link_id": 136, | |
"nodes": [ | |
{ | |
"id": 4, | |
"type": "CLIPTextEncode", | |
"pos": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ComfyUI WAN 2.2 Setup Script for RunPod | |
# Save this as setup.sh in a GitHub repo or web server | |
set -e | |
MARKER="/workspace/.setup_complete" | |
COMFYUI_DIR="/workspace/ComfyUI" | |
COMFYUI_PORT="${COMFYUI_PORT:-8188}" |