twri / sdxl_prompt_styler

Custom prompt styler node for SDXL in ComfyUI
MIT License
753 stars 74 forks source link

required_input_missing style_positive #31

Closed alexgenovese closed 5 months ago

alexgenovese commented 6 months ago

Hey there,

I got this issue; all the settings were filled, and the inference worked fine in Comfyui. This issue is thrown by API.

{ "error": { "error": { "type": "prompt_outputs_failed_validation", "details": "", "message": "Prompt outputs failed validation", "extra_info": {} }, "node_errors": { "259": { "errors": [ { "type": "required_input_missing", "details": "style_positive", "message": "Required input is missing", "extra_info": { "input_name": "style_positive" } }, { "type": "required_input_missing", "details": "style_negative", "message": "Required input is missing", "extra_info": { "input_name": "style_negative" } } ], "class_type": "SDXLPromptStyler", "dependent_outputs": [ "17", "346", "187", "103" ] } } } }

twri commented 6 months ago

Any screenshot of the node and its connections?