Views
No views yet
plx1029/comfyui-qwen
(current: v6). Everything lives in /workspace — do not move files around:/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.md1./start_comfy # free port 7865, then run ComfyUI with the manager
2comfy # wrapper: runs ComfyUI on port $COMFY_PORT (default 7865)
3comfy --enable-manager # extra args are passed through to main.py
4# or directly:
5cd /workspace/ComfyUI && python main.py --listen 0.0.0.0 --port 7865 --enable-manager./claude_start.sh launches Claude Code sandboxed
(IS_SANDBOX=1 claude --dangerously-skip-permissions).COMFY_AUTOSTART=true on the pod to re-enable auto-start at boot.1download_missing_models.sh # interactive workflow picker
2download_missing_models.sh --all # every workflow
3download_missing_models.sh --dry-run # show the plan only
4download_missing_models.sh --skip-nodes # models only, skip custom-node installscnr_id/aux_id via the Comfy Registry, with ComfyUI-Manager's node DB as
fallback) into ComfyUI/custom_nodes/, including pip requirements — restart
ComfyUI afterwards to load them;aleph65/ComfyUI, which mirrors ComfyUI/models/) into place, in parallel.HUGGING_FACE_ACCESS_TOKEN (falls back to HF_TOKEN), prompts if
neither is set.serverless/ folder in the HF repo holds RunPod serverless workers that
run these workflows as an API (models baked into per-family images for fast
cold starts). Current endpoint: qwen-edit-turbo (dom5lwr0o5wq6u), image
plx1029/comfyui-serverless:qwen-edit-turbo-v7 (Qwen4Play lora available,
off by default). See serverless/README.md.download_missing_models.sh, start_comfy,
claude_start.sh, and this README is the HF repo aleph65/ComfyUI. At
container boot, /start-comfy.sh pulls the latest versions from there
(best-effort; keeps the baked-in copies if offline). So:plx1029/comfyui-qwen tag./workspace, missing files are restored
at boot from the baked seed (/opt/workspace-seed.tar.gz); existing files on
the volume are never overwritten.