fix: 优化内容

This commit is contained in:
Daniel
2026-03-25 13:33:48 +08:00
parent f99098ec58
commit 8991f2a2d7
14 changed files with 1417 additions and 277 deletions

View File

@@ -1,6 +1,6 @@
app:
# ComfyUI base url (local)
comfy_base_url: "http://127.0.0.1:8188"
# ComfyUI base url (docker internal service)
comfy_base_url: "http://comfyui:8188"
# ComfyUI output directory on the same machine running this code
comfy_output_dir: "./ComfyUI/output"
@@ -26,7 +26,7 @@ tts:
video:
# Final output path
final_output: "./final_poc.mp4"
final_output: "./outputs/final_poc.mp4"
# If ComfyUI is not ready, generate mock clips with this size & fps
mock_size: [1024, 576]
mock_fps: 24