add waas modal部署

This commit is contained in:
2025-07-31 18:59:50 +08:00
parent c69d3cc326
commit f0ee6e21d7
7 changed files with 70 additions and 24 deletions

13
.env Normal file
View File

@@ -0,0 +1,13 @@
# 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="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"
AWS_REGION_NAME="ap-northeast-2"