wrong key name

This commit is contained in:
Karl 2025-05-09 12:14:07 +01:00
parent e88d490e98
commit aef0afe753
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ def create_image(prompt: str | None = None) -> None:
return return
save_prompt(prompt) save_prompt(prompt)
use_flux = json.loads((user_config["comfyui"].get("USE_FLUX", False)).lower()) use_flux = json.loads((user_config["comfyui"].get("FLUX", False)).lower())
only_flux = json.loads((user_config["comfyui"].get("ONLY_FLUX", False)).lower()) only_flux = json.loads((user_config["comfyui"].get("ONLY_FLUX", False)).lower())
selected_workflow = "SDXL" selected_workflow = "SDXL"

View File

@ -13,7 +13,7 @@ width = 1568
height = 672 height = 672
topics = topics =
USE_FLUX = False FLUX = False
ONLY_FLUX = False ONLY_FLUX = False
[comfyui:flux] [comfyui:flux]