krita-ai-diffusion icon indicating copy to clipboard operation
krita-ai-diffusion copied to clipboard

Checkpoints showing as wrong versions

Open rktvr opened this issue 1 year ago • 4 comments

not sure if it's because of a too up to date custom portable comfyui version but i have some XL models that are all showing up as 1.5 in Krita, even though they show as sdxl here: http://127.0.0.1:8188/etn/model_info image image note how comfyui reports them both as sdxl but only one shows up correctly in krita.

this causes issues with controlnets as krita is trying to load the 1.5 versions which give a mismatch:

RuntimeError: mat1 and mat2 shapes cannot be multiplied (462x2048 and 768x320)

i haven't updated comfyui in a while, so i can't say if it's a recent update

rktvr avatar Sep 24 '24 18:09 rktvr

uninstalled and reinstalled the plugin, and it's still wrong: image

rktvr avatar Sep 24 '24 18:09 rktvr

installed the plugin managed version of comfyui and everything now shows up as it should. means a comfyui update on the custom/portable version broke it

rktvr avatar Sep 24 '24 19:09 rktvr

Every time I open krita, my Flux GGUF profile defaults to the first alphabetical SDXL model and I have to change it. I wonder if this is related?

waynemadsen avatar Sep 25 '24 13:09 waynemadsen

Same problem here, it shows almost all models as 1.5 for some reason. I guess it takes the list of models from the comfy ui, maybe I use outdated comfy ui or something. But the plugin doesn't complain about unsupported comfy ui version or something. So, the last version doesn't work for me it seems ...

But as a workaround, just settings "sd_version": "sdxl" in style files seems to help... They are in AppData/Roaming/krita/ai_diffusion/styles

KusaPinPon avatar Sep 29 '24 01:09 KusaPinPon