mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-07-16 18:38:26 +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
|
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"
|
||||||
|
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user