Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
https://www.interstice.cloud
GNU General Public License v3.0
6.56k stars 315 forks source link

Partial inpaint is not possible #611

Closed lcwewei closed 5 months ago

lcwewei commented 6 months ago

Krita AI's latest plugin 1.16.1 gives the following error when there is a selection: Error:Errow transferring http://127.0.0.1:8188/prompt - server replied internal Server Errow [url=http://127.0.0.1:8188/prompt.code=

Acly commented 6 months ago

Please check/post the server.log

jovly commented 6 months ago

Krita AI 的最新插件 1.16.1 在选择时给出了以下错误: Error:Errow transferring http://127.0.0.1:8188/prompt - server replied internal Server Errow [url=http://127.0.0.1:8188/prompt.code=

Less models in comfyui.The comfyui log contains the model filename.

carmo2011 commented 6 months ago

Please check/post the server.log

the server.log is empty, the log in comfyui is as below, the error only happened when i use partial inpaint image

carmo2011 commented 6 months ago

Krita AI 的最新插件 1.16.1 在选择时给出了以下错误: Error:Errow transferring http://127.0.0.1:8188/prompt - server replied internal Server Errow [url=http://127.0.0.1:8188/prompt.code=

Less models in comfyui.The comfyui log contains the model filename.

it only happend when i use inpaint. I didn't see any error tips about model missing.

Acly commented 6 months ago

Please update comfyui-inpaint-nodes

carmo2011 commented 6 months ago

thanks, it's fixed.

lcwewei commented 6 months ago

client.log server.log I installed Krita AI's latest plugin 1.16.1 and the latest comfyUI inpaint node, and I still get the above error

lcwewei commented 6 months ago

server.log is empty

lcwewei commented 6 months ago

FETCH DATA from: https://gitcode.net/ranting8323/ComfyUI-Manager/-/raw/main/custom-node-list.json FETCH DATA from: https://gitcode.net/ranting8323/ComfyUI-Manager/-/raw/main/extension-node-map.json got prompt Error handling request Traceback (most recent call last): File "D:\Program Files\ComfyUI-aki-v1.2\python\lib\site-packages\aiohttp\web_protocol.py", line 433, in _handle_request resp = await request_handler(request) File "", line 139, in sentry_app_handle File "", line 115, in reraise File "", line 129, in sentry_app_handle File "D:\Program Files\ComfyUI-aki-v1.2\python\lib\site-packages\aiohttp\web_app.py", line 504, in _handle resp = await handler(request) File "D:\Program Files\ComfyUI-aki-v1.2\python\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl return await handler(request) File "D:\Program Files\ComfyUI-aki-v1.2\server.py", line 47, in cache_control response: web.Response = await handler(request) File "", line 26, in http_resource_injector File "D:\Program Files\ComfyUI-aki-v1.2\server.py", line 474, in post_prompt valid = execution.validate_prompt(prompt) File "D:\Program Files\ComfyUI-aki-v1.2\execution.py", line 620, in validateprompt class = nodes.NODE_CLASS_MAPPINGS[prompt[x]['class_type']] KeyError: 'DifferentialDiffusion'

lcwewei commented 6 months ago

The autumn leaf starter I use

jovly commented 6 months ago

Are you making a mistake with your hand control layer? This problem was solved when I found the corresponding model file and placed it under model/controlNET. I encountered a problem is the image reference control layer error, model file also has, prompt does not recognize the file, you try, the same? Questions to the author were not answered. 

蓝色大雪? @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2024年4月15日(星期一) 上午10:03 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Acly/krita-ai-diffusion] Partial inpaint is not possible (Issue #611)

FETCH DATA from: https://gitcode.net/ranting8323/ComfyUI-Manager/-/raw/main/custom-node-list.json FETCH DATA from: https://gitcode.net/ranting8323/ComfyUI-Manager/-/raw/main/extension-node-map.json got prompt Error handling request Traceback (most recent call last): File "D:\Program Files\ComfyUI-aki-v1.2\python\lib\site-packages\aiohttp\web_protocol.py", line 433, in _handle_request resp = await request_handler(request) File "<enhanced_experience vendors.sentry_sdk.integrations.aiohttp>", line 139, in sentry_app_handle File "<enhanced_experience vendors.sentry_sdk._compat>", line 115, in reraise File "<enhanced_experience vendors.sentry_sdk.integrations.aiohttp>", line 129, in sentry_app_handle File "D:\Program Files\ComfyUI-aki-v1.2\python\lib\site-packages\aiohttp\web_app.py", line 504, in handle resp = await handler(request) File "D:\Program Files\ComfyUI-aki-v1.2\python\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl return await handler(request) File "D:\Program Files\ComfyUI-aki-v1.2\server.py", line 47, in cache_control response: web.Response = await handler(request) File "<enhanced_experience patches.comfyui.html_resources_patcher>", line 26, in http_resource_injector File "D:\Program Files\ComfyUI-aki-v1.2\server.py", line 474, in post_prompt valid = execution.validate_prompt(prompt) File "D:\Program Files\ComfyUI-aki-v1.2\execution.py", line 620, in validate_prompt class = nodes.NODE_CLASS_MAPPINGS[prompt[x]['class_type']] KeyError: 'DifferentialDiffusion'

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

lcwewei commented 6 months ago

Missing that model file? I should put it there

Acly commented 6 months ago

KeyError: 'DifferentialDiffusion'

This node is part of base ComfyUI. Please update

lcwewei commented 6 months ago

I don't see the node in my comfyUI, is my version too old

lcwewei commented 6 months ago

My version is ec4d89c and the time is 2024.02.20

lcwewei commented 6 months ago

Upgrade to the latest version, problem solved, thank you