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
Copy file name to clipboardExpand all lines: examples/community/README.md
+56Lines changed: 56 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ MagicMix | Diffusion Pipeline for semantic mixing of an image and a text prompt
30
30
| UnCLIP Text Interpolation Pipeline | Diffusion Pipeline that allows passing two prompts and produces images while interpolating between the text-embeddings of the two prompts |[UnCLIP Text Interpolation Pipeline](#unclip-text-interpolation-pipeline)| - |[Naga Sai Abhinay Devarinti](https://github.com/Abhinay1997/)|
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
+
| 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/)|
33
34
34
35
35
36
@@ -1074,3 +1075,58 @@ for strength in np.linspace(0.1, 1, 25):
1074
1075
Here is the result of this pipeline (which is DDIM) on CelebA-HQ dataset.
prompt ="fantasy book cover, full moon, fantasy forest landscape, golden vector elements, fantasy magic, dark light night, intricate, elegant, sharp focus, illustration, highly detailed, digital painting, concept art, matte, art by WLOP and Artgerm and Albert Bierstadt, masterpiece"
0 commit comments