-
Notifications
You must be signed in to change notification settings - Fork 754
feat(integrations): Add support for diffusion pipelines not in the list of supported pipelines #7450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7450 +/- ##
==========================================
+ Coverage 72.53% 74.50% +1.97%
==========================================
Files 502 501 -1
Lines 54197 52242 -1955
==========================================
- Hits 39310 38922 -388
+ Misses 14389 12821 -1568
- Partials 498 499 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
plugin: | ||
- wandb | ||
tag: | ||
shard: standalone-gpu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we do not run this shard in CI
Description
The diffusers integration currently only supports pipelines that are mentioned in the
SUPPORTED_MULTIMODAL_PIPELINES
. This PR updates the integration to track pipelines that are not in this list, irrespective of whether the pipeline is even part of the diffusers library or not.Example 1: Tracking the Pixart Sigma pipeline from the official codebase
https://github.com/PixArt-alpha/PixArt-sigma
.PixArt_sigma
in order to treat it as a python module.pip install git+https://github.com/huggingface/diffusers
.Sample Run: https://wandb.ai/geekyrakshit/diffusers_logging/runs/31f4mpf1
Example 2: Tracking the StableCascade Pipeline
The
StableCascadeCombinedPipeline
is currently not part of theSUPPORTED_MULTIMODAL_PIPELINES
.Sample Run: https://wandb.ai/geekyrakshit/diffusers_logging/runs/31f4mpf1