Skip to content

(Re)implement model cards for the training examples #1021

@anton-l

Description

@anton-l

#748 didn't account for diffusers.hub_utils.create_model_card() (called by hub_utils.push_to_hub() which was replaced by repo.push_to_hub()) that was responsible for creating model cards like https://huggingface.co/anton-l/ddpm-ema-flowers-64 , so now they come out empty.

But since the model card generation logic is now available in huggingface_hub, we can start implementing it across all of the the training scripts (not just the unconditional example).

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions