This commit is contained in:
mike
2026-06-18 00:06:15 +02:00
parent 2d0322465d
commit 1dead1c666
32 changed files with 3332 additions and 65 deletions

15
tour-comfy/config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"api_url": "http://127.0.0.1:8500/edit",
"prompt": "high quality, detailed, female nude",
"seed": -1,
"max_area": 655360,
"margin": 10,
"top_margin": 20,
"headroom": 0.05,
"poll_interval": 2,
"stage_dir": "./tour-comfy/stage",
"output_dir": "./tour-comfy/output",
"failed_dir": "./tour-comfy/failed",
"processed_file": "./tour-comfy/processed.json",
"log_file": "./tour-comfy/watcher.log"
}