mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-04-28 19:23:41 +01:00
spelling mistake
This commit is contained in:
parent
60be7c4a00
commit
b92366f9cf
2
lib.py
2
lib.py
@ -200,7 +200,7 @@ def generate_image(
|
|||||||
# Conditionally set model if node and param are provided
|
# Conditionally set model if node and param are provided
|
||||||
if model_node and model_param:
|
if model_node and model_param:
|
||||||
if user_config["comfyui"].get("FLUX"):
|
if user_config["comfyui"].get("FLUX"):
|
||||||
available_model_list = user_config["comfyui"]["confyui:flux"]["models"].split(",")
|
available_model_list = user_config["comfyui"]["comfyui:flux"]["models"].split(",")
|
||||||
else:
|
else:
|
||||||
available_model_list = user_config["comfyui"]["models"].split(",")
|
available_model_list = user_config["comfyui"]["models"].split(",")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user