Replies: 1 comment 1 reply
-
Please see: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,i use the plug txt2img is ok,but run img2img and inpaint error
got prompt
Error handling request
Traceback (most recent call last):
File "F:\COMFYUI\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_protocol.py", line 433, in _handle_request
resp = await request_handler(request)
File "F:\COMFYUI\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_app.py", line 504, in handle
resp = await handler(request)
File "F:\COMFYUI\Blender_ComfyUI\python_embeded\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
File "F:\COMFYUI\Blender_ComfyUI\ComfyUI\server.py", line 46, in cache_control
response: web.Response = await handler(request)
File "F:\COMFYUI\Blender_ComfyUI\ComfyUI\server.py", line 464, in post_prompt
valid = execution.validate_prompt(prompt)
File "F:\COMFYUI\Blender_ComfyUI\ComfyUI\execution.py", line 597, in validate_prompt
class = nodes.NODE_CLASS_MAPPINGS[prompt[x]['class_type']]
KeyError: 'LoadBase64Image'
Beta Was this translation helpful? Give feedback.
All reactions