mirror of
https://github.com/karl0ss/ai_image_frame_server.git
synced 2025-06-07 19:15:08 +01:00
was sending prompt to positive and negative
This commit is contained in:
parent
b8322e1fd8
commit
4b62b5cd07
@ -64,7 +64,7 @@ def generate_image(
|
||||
file_name: str,
|
||||
comfy_prompt: str,
|
||||
workflow_path: str = "./workflow_sdxl.json",
|
||||
prompt_node: str = "CLIP Text Encode (Prompt)",
|
||||
prompt_node: str = "Positive",
|
||||
seed_node: str = "KSampler",
|
||||
seed_param: str = "seed",
|
||||
save_node: str = "Save Image",
|
||||
|
@ -59,7 +59,7 @@
|
||||
},
|
||||
"class_type": "CLIPTextEncode",
|
||||
"_meta": {
|
||||
"title": "CLIP Text Encode (Prompt)"
|
||||
"title": "Positive"
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
@ -72,7 +72,7 @@
|
||||
},
|
||||
"class_type": "CLIPTextEncode",
|
||||
"_meta": {
|
||||
"title": "CLIP Text Encode (Prompt)"
|
||||
"title": "Negative"
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user