From bd1220281a2e1816a697759db188cb0ad0c95032 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 30 Nov 2025 23:05:13 +0100 Subject: [PATCH] auto-git: [change] concept-maker_gui.py --- concept-maker_gui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/concept-maker_gui.py b/concept-maker_gui.py index 1ed798b..5f2101c 100644 --- a/concept-maker_gui.py +++ b/concept-maker_gui.py @@ -695,6 +695,8 @@ class App(TkinterDnD.Tk): # type: ignore self._suppress_rephrase_select: bool = False self._rephrase_visible: bool = False self._image_prompt_value: str = IMAGE_PROMPT_PLACEHOLDER + self._sdxl_pipe = None + self._sdxl_device = None # Defaults self.ollama_host = tk.StringVar(value=os.environ.get("OLLAMA_HOST", "http://localhost:11434"))