You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model card helper in diffusers does not set either a finetuned_from or base_model metadata.
If we follow the template and start adding the finetuned_from or base_model tag in the metadata portion of the model cards in our training scripts, that will lead to a solid UI improvement on the Hub.
@Wauplin, actually, I need a bit of advice here. I did try to use the template before and found to be a bit non-trivial to use compared to just writing one myself. Could you help with some pointers on how to do this cleanly? You can take this model card from the SDXL DreamBooth LoRA training script as an example.