diffusers
add utilities for updating diffusers pipeline metadata.
#7573
Merged

add utilities for updating diffusers pipeline metadata. #7573

sayakpaul merged 6 commits into main from update-metadata-utility
sayakpaul
sayakpaul1 year ago (edited 1 year ago)

What does this PR do?

Internal discussion: https://huggingface.slack.com/archives/C02EMARJ65P/p1711968668812989.

Locally ran the update_metadata.py script and here's the result: https://huggingface.co/datasets/huggingface/diffusers-metadata.

Cc: @osanseviero for awareness.

sayakpaul add utilities for updating diffusers pipeline metadata.
4c261e98
sayakpaul sayakpaul requested a review from yiyixuxu yiyixuxu 1 year ago
sayakpaul Merge branch 'main' into update-metadata-utility
d080d8d8
sayakpaul style
b9047aa9
sayakpaul
sayakpaul commented on 2024-04-04
utils/update_metadata.py
54 for _, class_name in AUTO_IMAGE2IMAGE_PIPELINES_MAPPING.items()
55 ]
56 all_supported_pipeline_classes += [
57
(class_name.__name__, "image-to-image", "AutoPipelineForInpainting")
sayakpaul1 year ago

I am hoping this is the right assumption here i.e., Inpainting pipelines are basically image-to-image.

yiyixuxu1 year ago

cc @apolinario @osanseviero
is it ok to map inpainting to image-to-image since we don't have an inpainting tag available now?

osanseviero1 year ago

I think so, wdyt @apolinario ?

sayakpaul remove first empty line
7001370c
yiyixuxu
yiyixuxu approved these changes on 2024-04-04
yiyixuxu1 year ago

thanks!

sayakpaul Merge branch 'main' into update-metadata-utility
81298f3a
sayakpaul Merge branch 'main' into update-metadata-utility
43b1291f
sayakpaul
sayakpaul1 year ago

Gonna merge this once the CI is green.

sayakpaul sayakpaul merged ac7ff7d4 into main 1 year ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone