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
Could you please let me know if this feasible or not?
The text was updated successfully, but these errors were encountered:
ParagEkbote
changed the title
Support custom_pipeline argument for Diffuser T2V Pipelines
Support custom_pipeline argument for Diffuser T2V Community Pipelines
Apr 1, 2025
Hi @ParagEkbote! Could you try DiffusionPipeline.from_pretrained(..., custom_pipeline="cogvideox_ddim_inversion") with diffusers installed from the source?
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
What API design would you like to have changed or added to the library? Why?
In the diffusers community pipelines, the T2V pipelines such as Spatiotemporal Skip Guidance (STG) or CogVideoX DDIM Inversion Pipeline do not yet support the custom_pipeline argument since it is only supported for T2I pipelines like:
Due to this, I cannot contribute colab notebooks for the pipelines. This is further referenced here.
What use case would this enable or better enable? Can you give us a code example?
Ideally, I would like to load the CogVideoX DDIM Inversion Pipeline like:
Could you please let me know if this feasible or not?
The text was updated successfully, but these errors were encountered: