13 lines
489 B
Bash
13 lines
489 B
Bash
# ComfyUI服务器地址
|
|
COMFYUI_URL="ws://bowongai--local-ui-4.modal.run/ws"
|
|
COMFYUI_HTTP_URL="https://bowongai--local-ui-4.modal.run"
|
|
# 绝对路径!例如: /home/user/ComfyUI/input
|
|
COMFYUI_INPUT_DIR="/db/input"
|
|
# 绝对路径!例如: /home/user/ComfyUI/output
|
|
COMFYUI_OUTPUT_DIR="/db/output"
|
|
|
|
# AWS S3 配置
|
|
S3_BUCKET_NAME="modal-media-cache"
|
|
AWS_ACCESS_KEY_ID="AKIAYRH5NGRSWHN2L4M6"
|
|
AWS_SECRET_ACCESS_KEY="kfAqoOmIiyiywi25xaAkJUQbZ/EKDnzvI6NRCW1l"
|
|
AWS_REGION_NAME="ap-northeast-2" |