Change CFG default to 1.5

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 14:12:48 +01:00
parent bc75e7f341
commit f8f71b002d

View File

@@ -29,7 +29,7 @@ DEFAULTS = {
"current_prompt": "",
"negative": "",
"seed": -1,
"cfg": 6.0,
"cfg": 1.5,
# --- Settings ---
"camera": "static",