DiffSynth-Studio
DiffSynth-Studio copied to clipboard
how to load diffusers dreambooth finetuned flux lora?
Hi, I tried to load diffusers dreambooth flux lora,but failed with no error.
It turns out that, the match results returned 'None':
match_results = lora.match(model, state_dict)
Any ideas how could I fix this?