Open jonluca opened 1 month ago
This is the model https://civitai.com/models/631986
Seems like it's GGUF? If so, we currently don't support it but @DN6 is working on it.
If it also seems like you've figured out a fix?
If this is a good starting point, the prefix is slightly different too, since there are scripts that look for "model.diffusion_model." but not just raw "diffusion_model.".
If so, would you maybe like to open a PR?
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
@jonluca a gentle ping
Describe the bug
When loading in this model you get a
ValueError(f"Incompatible keys detected: \n\n {', '.join(remaining_keys)}")
errorIt looks like it's a LoRA type that doesn't fall into any of the classic conversion script paths.
It looks like a Flux diffusers checkpoint merged with an xlabs lora? I can't really tell.
There aren't a lot of scripts out there to convert this format, but it does seem to get processed properly by ComfyUI.
https://huggingface.co/city96/FLUX.1-dev-gguf/discussions/13
If this is a good starting point, the prefix is slightly different too, since there are scripts that look for "model.diffusion_model." but not just raw "diffusion_model.".
Reproduction
Download the safetensors and load them in as a LoRA in a flux pipeline
Logs
System Info
Who can help?
@sayakpaul