mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-05-15 18:48:10 +01:00
wrong key name
This commit is contained in:
parent
e88d490e98
commit
aef0afe753
@ -146,7 +146,7 @@ def create_image(prompt: str | None = None) -> None:
|
||||
return
|
||||
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())
|
||||
|
||||
selected_workflow = "SDXL"
|
||||
|
@ -13,7 +13,7 @@ width = 1568
|
||||
height = 672
|
||||
topics =
|
||||
|
||||
USE_FLUX = False
|
||||
FLUX = False
|
||||
ONLY_FLUX = False
|
||||
|
||||
[comfyui:flux]
|
||||
|
Loading…
x
Reference in New Issue
Block a user