Remove library name
This model doesn't seem to be compatible with the Diffusers library.
The models are compatible with diffusers. Infact, we use the library in our training code.
Its just that, this repository is not just weights of a single model. It holds weights of multiple models.
Should we remove the library name still?
I assume the problem is that people cannot load these models using UNet2DConditionModel.from_pretrained(ashwath-vaithina/sealing-the-backdoor....)
. Is that right?
Oh great! Well the library_name
adds a "Use this model" button at the top right with a sample code snippet. Could you check that that works?
oh right.
No, that won't work.
The users would have to download the weights for the model they want before loading it, since this repository hosts a collection of models.
I think we should remove the library_name.
Thanks for the help!