"vscode:/vscode.git/clone" did not exist on "73a508e15602b102d338cf60464dc8ceb50452b0"
Unverified Commit e71f73d8 authored by M. Tolga Cangöz's avatar M. Tolga Cangöz Committed by GitHub
Browse files

Update custom_pipeline_overview.mdx (#2684)

Fix typos
parent cf4227cd
...@@ -41,7 +41,7 @@ is safe 🔒. Make sure to check out the code online before loading & running it ...@@ -41,7 +41,7 @@ is safe 🔒. Make sure to check out the code online before loading & running it
## Loading official community pipelines ## Loading official community pipelines
Community pipelines are summarized in the [community examples folder](https://github.com/huggingface/diffusers/tree/main/examples/community) Community pipelines are summarized in the [community examples folder](https://github.com/huggingface/diffusers/tree/main/examples/community).
Similarly, you need to pass both the *repo id* from where you wish to load the weights as well as the `custom_pipeline` argument. Here the `custom_pipeline` argument should consist simply of the filename of the community pipeline excluding the `.py` suffix, *e.g.* `clip_guided_stable_diffusion`. Similarly, you need to pass both the *repo id* from where you wish to load the weights as well as the `custom_pipeline` argument. Here the `custom_pipeline` argument should consist simply of the filename of the community pipeline excluding the `.py` suffix, *e.g.* `clip_guided_stable_diffusion`.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment