ltdrdata / ComfyUI-Inspire-Pack

This repository offers various extension nodes for ComfyUI. Nodes here have different characteristics compared to those in the ComfyUI Impact Pack. The Impact Pack has become too large now...
GNU General Public License v3.0
439 stars 52 forks source link

Throw error when call the api with a workflow json #176

Closed neverbiasu closed 1 month ago

neverbiasu commented 1 month ago

The log: got prompt [WARN] ComfyUI-Impact-Pack: Error on prompt - several features will not work. 'prompt' [ERROR] An error occurred during the on_prompt_handler processing Traceback (most recent call last): File "D:\ComfyUI-aki\ComfyUI-aki\ComfyUI-aki-v1.3\server.py", line 770, in trigger_on_prompt json_data = handler(json_data) File "D:\ComfyUI-aki\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack\inspire\inspire_server.py", line 366, in onprompt workflow_loadimage_update(json_data) File "D:\ComfyUI-aki\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack\inspire\inspire_server.py", line 253, in workflow_loadimage_update prompt = json_data['prompt'] KeyError: 'prompt'