auto-git:

[change] concept-maker_gui.py
This commit is contained in:
Victor Giers
2025-11-30 23:05:13 +01:00
parent acbf889b96
commit bd1220281a

View File

@@ -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"))