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
Added Community pipeline for comparing Stable Diffusion v1.1-4 checkpoints (#1584)
* Added Community pipeline for comparing Stable Diffusion v1.1-4
Signed-off-by: Suvaditya Mukherjee <[email protected]>
* Made changes to provide support for current iteration of from_pretrained and added example
Signed-off-by: Suvaditya Mukherjee <[email protected]>
* updated a small spelling error
Signed-off-by: Suvaditya Mukherjee <[email protected]>
* added pipeline entry to table
Signed-off-by: Suvaditya Mukherjee <[email protected]>
Signed-off-by: Suvaditya Mukherjee <[email protected]>
Copy file name to clipboardExpand all lines: examples/community/README.md
+43-1Lines changed: 43 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ If a community doesn't work as expected, please open an issue and ping the autho
23
23
| Text Based Inpainting Stable Diffusion | Stable Diffusion Inpainting Pipeline that enables passing a text prompt to generate the mask for inpainting|[Text Based Inpainting Stable Diffusion](#image-to-image-inpainting-stable-diffusion)| - |[Dhruv Karan](https://github.com/unography)|
24
24
| Bit Diffusion | Diffusion on discrete data |[Bit Diffusion](#bit-diffusion)| - |[Stuti R.](https://github.com/kingstut)|
25
25
| K-Diffusion Stable Diffusion | Run Stable Diffusion with any of [K-Diffusion's samplers](https://github.com/crowsonkb/k-diffusion/blob/master/k_diffusion/sampling.py)|[Stable Diffusion with K Diffusion](#stable-diffusion-with-k-diffusion)| - |[Patrick von Platen](https://github.com/patrickvonplaten/)|
26
-
| Checkpoint Merger Pipeline | Diffusion Pipeline that enables merging of saved model checkpoints |[Checkpoint Merger Pipeline](#checkpoint-merger-pipeline)| - |[Naga Sai Abhinay Devarinti](https://github.com/Abhinay1997/)|
26
+
| Checkpoint Merger Pipeline | Diffusion Pipeline that enables merging of saved model checkpoints |[Checkpoint Merger Pipeline](#checkpoint-merger-pipeline)| - |[Naga Sai Abhinay Devarinti](https://github.com/Abhinay1997/)|
27
+
Stable Diffusion v1.1-1.4 Comparison | Run all 4 model checkpoints for Stable Diffusion and compare their results together | [Stable Diffusion Comparison](#stable-diffusion-comparisons) | - | [Suvaditya Mukherjee](https://github.com/suvadityamuk) |
27
28
28
29
29
30
@@ -774,3 +775,44 @@ Some examples along with the merge details:

778
+
779
+
780
+
### Stable Diffusion Comparisons
781
+
782
+
This Community Pipeline enables the comparison between the 4 checkpoints that exist for Stable Diffusion. They can be found through the following links:
As a result, you can look at a grid of all4 generated images being shown together, that captures a difference the advancement of the training between the 4 checkpoints.
0 commit comments