Files
KawAI/config.json
T
2026-05-04 09:38:56 +02:00

32 lines
624 B
JSON

{
"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
}
}