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,