ckpt850 not working?

#15
by RenegadeR - opened

[WARNING] lora key not loaded: blocks.0.adaln_proj.linear.lora_A.weight
[WARNING] lora key not loaded: blocks.0.adaln_proj.linear.lora_B.weight
[WARNING] lora key not loaded: blocks.0.attn.out_proj.lora_A.weight
[WARNING] lora key not loaded: blocks.0.attn.out_proj.lora_B.weight
[WARNING] lora key not loaded: blocks.0.attn.qkv_proj.lora_A.weight
[WARNING] lora key not loaded: blocks.0.attn.qkv_proj.lora_B.weight
[WARNING] lora key not loaded: blocks.0.mlp.fc1.lora_A.weight
[WARNING] lora key not loaded: blocks.0.mlp.fc1.lora_B.weight
[WARNING] lora key not loaded: blocks.0.mlp.fc2.lora_A.weight
[WARNING] lora key not loaded: blocks.0.mlp.fc2.lora_B.weight

RenegadeR changed discussion title from ckt850 not working? to ckpt850 not working?

Use it with his nodes, it is working. And I will convert and try with native nodes too, I'll let you know if I ran into any issues till then use his nodes https://github.com/Larryvrh/ComfyUI-MiniMax-H3-Turbo

if needs to look likek diffusion_model.block.xxx

The one you have there won't load on comfyui

I converted it to ComfyUI Compatible and tried it with native nodes and it is working, though the key not loaded warning is only showing up with pruned version which doesn't affect the output tho because its not finding the keys because those keys are not in pruned versions, they removed those to make it smaller.

Ok thanks installing that node fixed it, but with other versions like ckpt500 i didnt need it?

Ok thanks installing that node fixed it, but with other versions like ckpt500 i didnt need it?

You don't need it for 850 either, but you need to manually convert the ckpt file to be compatible with native comfyui lora loaders. I suggest use Larryvrh nodes, they are good.

This comment has been hidden (marked as Resolved)

Ok thanks installing that node fixed it, but with other versions like ckpt500 i didnt need it?

You don't need it for 850 either, but you need to manually convert the ckpt file to be compatible with native comfyui lora loaders. I suggest use Larryvrh nodes, they are good.

How do you convert the lora?

https://huggingface.co/larryvrh/MiniMax-H3-Turbo-Lora/discussions/6

Read this, I have posted the script here, but let me warn you, this will give you warning when using on pruned versions of models, tho if you ignore the warning it works on pruned as well.

Sign up or log in to comment