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
@@ -31,11 +31,10 @@ If a community doesn't work as expected, please open an issue and ping the autho
31
31
| UnCLIP Image Interpolation Pipeline | Diffusion Pipeline that allows passing two images/image_embeddings and produces images while interpolating between their image-embeddings |[UnCLIP Image Interpolation Pipeline](#unclip-image-interpolation-pipeline)| - |[Naga Sai Abhinay Devarinti](https://github.com/Abhinay1997/)|
32
32
| DDIM Noise Comparative Analysis Pipeline | Investigating how the diffusion models learn visual concepts from each noise level (which is a contribution of [P2 weighting (CVPR 2022)](https://arxiv.org/abs/2204.00227)) |[DDIM Noise Comparative Analysis Pipeline](#ddim-noise-comparative-analysis-pipeline)| - |[Aengus (Duc-Anh)](https://github.com/aengusng8)|
33
33
| CLIP Guided Img2Img Stable Diffusion Pipeline | Doing CLIP guidance for image to image generation with Stable Diffusion |[CLIP Guided Img2Img Stable Diffusion](#clip-guided-img2img-stable-diffusion)| - |[Nipun Jindal](https://github.com/nipunjindal/)|
| TensorRT Stable Diffusion Text to Image Pipeline | Accelerates the Stable Diffusion Text2Image Pipeline using TensorRT |[TensorRT Stable Diffusion Text to Image Pipeline](#tensorrt-text2image-stable-diffusion-pipeline)| - |[Asfiya Baig](https://github.com/asfiyab-nvidia)|
| Stable Diffusion RePaint | Stable Diffusion pipeline using [RePaint](https://arxiv.org/abs/2201.0986) for inpainting. |[Stable Diffusion RePaint](#stable-diffusion-repaint)| - |[Markus Pobitzer](https://github.com/Markus-Pobitzer)|
37
-
38
-
37
+
| TensorRT Stable Diffusion Image to Image Pipeline | Accelerates the Stable Diffusion Image2Image Pipeline using TensorRT |[TensorRT Stable Diffusion Image to Image Pipeline](#tensorrt-image2image-stable-diffusion-pipeline)| - |[Asfiya Baig](https://github.com/asfiyab-nvidia)|
39
38
40
39
To load a custom pipeline you just need to pass the `custom_pipeline` argument to `DiffusionPipeline`, as one of the files in `diffusers/examples/community`. Feel free to send a PR with your own pipelines, we will merge them quickly.
41
40
```py
@@ -1282,3 +1281,42 @@ pipe = pipe.to("cuda")
1282
1281
prompt ="Face of a yellow cat, high resolution, sitting on a park bench"
0 commit comments