Replies: 1 comment 5 replies
-
Hi, when you are referring to custom pipeline which is newly coded, you mean one in the The answer is that you will need to install diffusers from source and then manually import the pipeline, alternatively you can just download the pipeline and also manually import it. Once we do a release, you can then use the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As some piplines, such as DiffusionPipeline and StableDiffusionPipeline, are merged into diffusers after installation, so how to import a new custom pipline, such as StableDiffusionXXXPipeline which is newly coded.
Beta Was this translation helpful? Give feedback.
All reactions