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.41k stars 310 forks source link

Error: No checkpoints found! Checkpoints must be placed into ComfyUI/models/checkpoints. #499

Closed anagilabs closed 6 months ago

anagilabs commented 6 months ago

Got the error: Error: No checkpoints found! Checkpoints must be placed into ComfyUI/models/checkpoints. Using Krita 5.2.2, checked yaml file, all paths pointing to right folders, checked http:localhost:8188/etn/model_info, shows all installed checkpoints, comfyui works in browser mode and gives results, but error shows up when connecting through krita. Tried latest plugin version 1.15. Tried putting atleast one checkpoint based on sd1.5 in ComfyUI/models/checkpoints/ folder, still doesn't work. Only using sd1.5, no sdxl. Has any one encountered this issue, if so please let me know of any solution, or if I am missing something with the latest version of plugin. Thanks.

Sil3ntKn1ght commented 6 months ago

i removed the check points re launched ticked and re download when i got that error. worked for me.

Acly commented 6 months ago

Please check client.log, is it only the checkpoints that aren't found?

Technically the list is queried via etn/model_info, if there is at least 1 checkpoint it shouldn't complain. Make sure it's detected as "sd15", for example:

"dreamshaper_8.safetensors": {"base_model": "sd15", "is_inpaint": false, "is_refiner": false}
anagilabs commented 6 months ago

@Sil3ntKn1ght, thanks for the reply, sorry but i didn't quite get what you meant by '.. relaunched ticked and re download', however, I was able to solve it following @Acly's comment in the following way.. @Acly, thanks for your reply, following your comment i did realize that checkpoint was being detected as "base_model": "stab" !. Then followed your reply to #267 and updated comfyui-tooling-nodes. Now everything works fine. Thanks again.