Closed alexgenovese closed 5 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" ] } } } }
Any screenshot of the node and its connections?
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" ] } } } }