Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SpacesExamples/ComfyUI
radames
/
ComfyUI-data-index
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dcf6af9
ComfyUI-data-index
/
run.sh
radames
Update run.sh
ab3fe77
over 2 years ago
raw
Copy download link
history
blame
Safe
132 Bytes
#!/bin/bash
service nginx start
python main.py --listen 0.0.0.0 --port 7860 --output-directory /data/ &
echo
""
| nc localhost 4444