From 5c47ff6fad03cde47378e6b1c0bcd1c40334848f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 30 Nov 2025 23:27:42 +0100 Subject: [PATCH] Reduce inference steps in concept-maker_gui.py --- concept-maker_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concept-maker_gui.py b/concept-maker_gui.py index 26f2b9e..a9d00dd 100644 --- a/concept-maker_gui.py +++ b/concept-maker_gui.py @@ -1962,7 +1962,7 @@ class App(TkinterDnD.Tk): # type: ignore res = pipe( prompt=prompt, guidance_scale=2.0, - num_inference_steps=8, + num_inference_steps=6, num_images_per_prompt=1, height=1024, width=1024,