imagencpu / .env.example
ovedrive's picture
merge controlnet
0443b19
raw
history blame contribute delete
149 Bytes
# Hugging Face token
HF_TOKEN=your_token_here
# API settings
API_HOST=0.0.0.0
API_PORT=8000
# Gradio settings
GRADIO_HOST=0.0.0.0
GRADIO_PORT=7860