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.84k stars 334 forks source link

The error occurs when I try to use pose in live mode #463

Closed livingking5 closed 8 months ago

livingking5 commented 8 months ago

I tried to use pose to control the character's movements in live mode, but this prompt appeared. I can't specifically know what this error refers to? But I can use the pose function perfectly in the comfyui I @linked.https://github.com/Acly Can you help me try to solve this problem, thanks for your work Screenshot 2024-03-05 at 16 28 36

2024-03-05 15:22:22,782 INFO Optional LoRA model face for SD 1.5 not found (search path: ip-adapter-faceid-plusv2_sd15_lora, ip-adapter-faceid-plus_sd15_lora) 2024-03-05 15:22:22,782 INFO Optional LoRA model face for SD XL not found (search path: ip-adapter-faceid-plusv2_sdxl_lora, ip-adapter-faceid_sdxl_lora) 2024-03-05 15:22:22,856 INFO SD 1.5: supported 2024-03-05 15:22:22,856 INFO SD XL: missing resources IP-Adapter model, Stable Diffusion Checkpoint, Inpaint model, Inpaint model 2024-03-05 16:28:02,217 ERROR Error: Error transferring http://127.0.0.1:8188/prompt - server replied: Internal Server Error Traceback (most recent call last): File "C:\Users\yang\AppData\Roaming\krita\pykrita\ai_diffusion\model.py", line 784, in _report_errors return await coro File "C:\Users\yang\AppData\Roaming\krita\pykrita\ai_diffusion\model.py", line 254, in _generate_control_layer job.id = await client.enqueue(work, self.queue_front) File "C:\Users\yang\AppData\Roaming\krita\pykrita\ai_diffusion\client.py", line 220, in enqueue result = await self._post("prompt", data) File "C:\Users\yang\AppData\Roaming\krita\pykrita\ai_diffusion\client.py", line 214, in _post return await self._requests.post(f"{self.url}/{op}", data) ai_diffusion.network.NetworkError: Error transferring http://127.0.0.1:8188/prompt - server replied: Internal Server Error

Screenshot 2024-03-05 at 16 35 12

livingking5 commented 8 months ago

@Acly Can you help me try to solve this problem, thanks for your work!

Acly commented 8 months ago

DWPreprocessor node is missing in ComfyUI. It is part of comfyui_controlnet_aux. Make sure you can find it in ComfyUI, if it's not there try to update/reinstall the custom node.

livingking5 commented 8 months ago

DWPreprocessor node is missing in ComfyUI. It is part of comfyui_controlnet_aux. Make sure you can find it in ComfyUI, if it's not there try to update/reinstall the custom node.

Thank you for your help! I successfully installed the comfyui_controlnet_aux you mentioned manually. I found that my previous model should have an internal error. No matter how I reinstall it in comfy manager, it cannot be successful, but I installed it manually successfully. For those who have related problems, I suggest: 1. Try to install manually. 2: Check if you are using a VPN, this often causes link problems with automatic installation. Finally thank you again, I am happily enjoying krita ai now

Screenshot 2024-03-05 225156