From f8f71b002d6dd26664553994d36b8561ae72cd1f Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 24 Feb 2026 14:12:48 +0100 Subject: [PATCH] Change CFG default to 1.5 Co-Authored-By: Claude Opus 4.6 --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index d0dfc65..cd5722b 100644 --- a/utils.py +++ b/utils.py @@ -29,7 +29,7 @@ DEFAULTS = { "current_prompt": "", "negative": "", "seed": -1, - "cfg": 6.0, + "cfg": 1.5, # --- Settings --- "camera": "static",