RunPod image for ComfyUI with Qwen/Flux workflows. Docker image: plx1029/comfyui-qwen (current: v6 ). Everything lives in /workspace — do not move files around:
Model source
Source description
Sources
1 sourceSource excerpts
3 excerptsRunPod image for ComfyUI with Qwen/Flux workflows. Docker image: plx1029/comfyui-qwen (current: v6). Everything lives in /workspace — do not move files around:
plx1029/comfyui-qwenv6/workspace/workspace/ ├── ComfyUI/ # ComfyUI itself (models under ComfyUI/models/) ├── workflows/ # workflow JSONs used by the download script ├── download_missing_models.sh ├── start_comfy # free port 7865, then start ComfyUI (+manager) ├── claude_start.sh # IS_SANDBOX=1 claude --dangerously-skip-permissions └── README.mdbash ./start_comfy # free port 7865, then run ComfyUI with the manager comfy # wrapper: runs ComfyUI on port $COMFY_PORT (default 7865) comfy --enable-manager # extra args are passed through to main.py # or directly: cd /workspace/ComfyUI && python main.py --listen 0.0.0.0 --port 7865 --enable-manager ./claude_start.shIS_SANDBOX=1 claude --dangerously-skip-permissionsCOMFY_AUTOSTART=truebash download_missing_models.sh # interactive workflow picker download_missing_models.sh --all # every workflow download_missing_models.sh --dry-run # show the plan only download_missing_models.sh --skip-nodes # models only, skip custom-node installs cnr_idaux_idComfyUI/custom_nodes/aleph65/ComfyUIComfyUI/models/HUGGING_FACE_ACCESS_TOKENHF_TOKENdownload_missing_models.shstart_comfyclaude_start.shaleph65/ComfyUI/start-comfy.shplx1029/comfyui-qwen/workspace/opt/workspace-seed.tar.gzRunPod image for ComfyUI with Qwen/Flux workflows. Docker image: plx1029/comfyui-qwen (current: v6 ). Everything lives in /workspace — do not move files around:
aleph65/ComfyUI