Initial commit

This commit is contained in:
2026-05-04 09:38:56 +02:00
commit f35e301ef7
16 changed files with 1774 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"ui": {
"host": "127.0.0.1",
"port": 7860,
"open_browser": true,
"theme": "default"
},
"refiner": {
"use_ollama": true,
"ollama_model": "dolphin-llama3:8b",
"auto_refine_threshold_words": 8
},
"image_defaults": {
"width": 1024,
"height": 1024,
"steps": 30,
"guidance": 7.0,
"negative_prompt": "blurry, low quality, watermark, text, signature, deformed, bad anatomy, extra limbs"
},
"video_defaults": {
"width": 704,
"height": 480,
"num_frames": 73,
"fps": 24,
"steps": 30,
"guidance": 3.0
},
"safety": {
"csam_gate": true
}
}