54 | for _, class_name in AUTO_IMAGE2IMAGE_PIPELINES_MAPPING.items() | ||
55 | ] | ||
56 | all_supported_pipeline_classes += [ | ||
57 | (class_name.__name__, "image-to-image", "AutoPipelineForInpainting") |
I am hoping this is the right assumption here i.e., Inpainting pipelines are basically image-to-image.
cc @apolinario @osanseviero
is it ok to map inpainting to image-to-image since we don't have an inpainting tag available now?
I think so, wdyt @apolinario ?
thanks!
Gonna merge this once the CI is green.
Login to write a write a comment.
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.