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.47k stars 312 forks source link

SDXL workload has not been installed, ONLY on 1.19.0 #885

Closed gabrie closed 2 months ago

gabrie commented 3 months ago

I was using 1.18.1, as you could see in screenshot, SDXL is working. Snipaste_2024-06-27_10-17-29

Then I updated to 1.19.0, Krita told me, SDXL workload has not been installed. Snipaste_2024-06-27_10-18-04 Snipaste_2024-06-27_10-18-24

I connected to my Comfyui, and Hyper loras are in the right place. Maybe some things else I need to set?

jimmytfc commented 3 months ago

i had same issue, just make sure everything from requirement folder is in the comfy ui folder accordingly.

gabrie commented 3 months ago

i had same issue, just make sure everything from requirement folder is in the comfy ui folder accordingly.

As I mentioned, everything are already in the folder, including 1.19.0 new added Hyper Lora needs. This is why 1.18.1 works totally with the same settings.

Danamir commented 3 months ago

Can you check the content of the %USERPROFILE%\AppData\Roaming\krita\ai_diffusion\logs log files to see if there are more details on the error ?

alicat22 commented 3 months ago

I ran into this same issue. The solution came down to checking the client.log in the logs folder.

2024-06-26 17:19:57,280 INFO SD XL: missing 1 models
2024-06-26 17:44:16,830 INFO -> No model matches search paths: hyper-sdxl-8steps-cfg-lora

Turns out, I had hyper-sdxl-8steps-lora instead of hyper-sdxl-8steps-cfg-lora which caused that error to appear. Another issue I ran into was symlinks. I made sure to add all paths to the extra_model_paths.yaml. Hopefully this helps with troubleshooting!

gabrie commented 3 months ago

I ran into this same issue. The solution came down to checking the client.log in the logs folder.

2024-06-26 17:19:57,280 INFO SD XL: missing 1 models
2024-06-26 17:44:16,830 INFO -> No model matches search paths: hyper-sdxl-8steps-cfg-lora

Turns out, I had hyper-sdxl-8steps-lora instead of hyper-sdxl-8steps-cfg-lora which caused that error to appear. Another issue I ran into was symlinks. I made sure to add all paths to the extra_model_paths.yaml. Hopefully this helps with troubleshooting!

Thanks, me too, fixed now!