Initial draft with Stable Diffusion model table
Browse files
README.md
CHANGED
|
@@ -7,4 +7,19 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Welcome to CompVis!
|
| 11 |
+
|
| 12 |
+
We host public models for Latent Diffusion and Stable Diffusion. There are several versions available, so please make sure to choose the one appropriate for your preferred library as explained below.
|
| 13 |
+
|
| 14 |
+
## Stable Diffusion Models
|
| 15 |
+
|
| 16 |
+
| Model | [Diffusers](https://github.com/huggingface/diffusers) | Details |
|
| 17 |
+
|--------------------------------------------------------------------------------------------------|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
|
| 18 |
+
| [stable-diffusion-v1-1](https://huggingface.co/CompVis/stable-diffusion-v-1-1) | [Diffusers](https://github.com/huggingface/diffusers) | 237k steps at resolution 256x256 on laion2B-en. <br> 194k steps at resolution 512x512 on laion-high-resolution. |
|
| 19 |
+
| [stable-diffusion-v1-2](https://huggingface.co/CompVis/stable-diffusion-v-1-2) | [Diffusers](https://github.com/huggingface/diffusers) | v1-1 plus: <br> 515k steps at 512x512 on "laion-improved-aesthetics". |
|
| 20 |
+
| [stable-diffusion-v1-3](https://huggingface.co/CompVis/stable-diffusion-v-1-3) | [Diffusers](https://github.com/huggingface/diffusers) | v1-2 plus: <br> 195k steps at 512x512 on "laion-improved-aesthetics",with 10% dropping of text-conditioning. |
|
| 21 |
+
| [stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-diffusion-v-1-4) | [Diffusers](https://github.com/huggingface/diffusers) | |
|
| 22 |
+
| [stable-diffusion-v1-1-original](https://huggingface.co/CompVis/stable-diffusion-v-1-1-original) | [CompVis](https://github.com/compvis/stable-diffusion) | 237k steps at resolution 256x256 on laion2B-en. <br> 194k steps at resolution 512x512 on laion-high-resolution. |
|
| 23 |
+
| [stable-diffusion-v1-2-original](https://huggingface.co/CompVis/stable-diffusion-v-1-2-original) | [CompVis](https://github.com/compvis/stable-diffusion) | v1-1 plus: <br>515k steps at 512x512 on "laion-improved-aesthetics". |
|
| 24 |
+
| [stable-diffusion-v1-3-original](https://huggingface.co/CompVis/stable-diffusion-v-1-3-original) | [CompVis](https://github.com/compvis/stable-diffusion) | v1-2 plus: <br> 195k steps at 512x512 on "laion-improved-aesthetics",with 10% dropping of text-conditioning. |
|
| 25 |
+
| [stable-diffusion-v1-4-original](https://huggingface.co/CompVis/stable-diffusion-v-1-4-original) | [CompVis](https://github.com/compvis/stable-diffusion) | |
|