Add links to table
Browse files
README.md
CHANGED
|
@@ -35,13 +35,14 @@ We recommend you use Stable Diffusion with <a href="https://github.com/huggingfa
|
|
| 35 |
Please, refer to the details in the following table to choose the weights appropriate for your use.
|
| 36 |
</p>
|
| 37 |
|
| 38 |
-
| Model
|
| 39 |
-
|
| 40 |
-
| stable-diffusion-v1-1
|
| 41 |
-
| stable-diffusion-v1-2
|
| 42 |
-
| stable-diffusion-v1-3
|
| 43 |
-
| stable-diffusion-v1-4
|
| 44 |
-
| stable-diffusion-v1-1-original | CompVis
|
| 45 |
-
| stable-diffusion-v1-2-original | CompVis
|
| 46 |
-
| stable-diffusion-v1-3-original | CompVis
|
| 47 |
-
| stable-diffusion-v1-4-original | CompVis
|
|
|
|
|
|
| 35 |
Please, refer to the details in the following table to choose the weights appropriate for your use.
|
| 36 |
</p>
|
| 37 |
|
| 38 |
+
| Model | Library | Details |
|
| 39 |
+
|-------------------------------------------------------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|
|
| 40 |
+
| [stable-diffusion-v1-1](https://huggingface.co/CompVis/stable-diffusion-v1-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. |
|
| 41 |
+
| [stable-diffusion-v1-2](https://huggingface.co/CompVis/stable-diffusion-v1-2) | 🤗 [Diffusers](https://github.com/huggingface/diffusers) | v1-1 plus: <br> 515k steps at 512x512 on "laion-improved-aesthetics". |
|
| 42 |
+
| [stable-diffusion-v1-3](https://huggingface.co/CompVis/stable-diffusion-v1-3) | 🤗 [Diffusers](https://github.com/huggingface/diffusers) | v1-2 plus: <br> 195k steps at 512x512 on "laion-improved-aesthetics", <br> with 10% dropping of text-conditioning. |
|
| 43 |
+
| [stable-diffusion-v1-4](https://huggingface.co/CompVis/stable-diffusion-v1-4) | 🤗 [Diffusers](https://github.com/huggingface/diffusers) | |
|
| 44 |
+
| [stable-diffusion-v1-1-original](https://huggingface.co/CompVis/stable-diffusion-v1-1-original) | CompVis | 237k steps at resolution 256x256 on laion2B-en. <br> 194k steps at resolution 512x512 on laion-high-resolution. |
|
| 45 |
+
| [stable-diffusion-v1-2-original](https://huggingface.co/CompVis/stable-diffusion-v1-2-original) | CompVis | v1-1 plus: <br> 515k steps at 512x512 on "laion-improved-aesthetics". |
|
| 46 |
+
| [stable-diffusion-v1-3-original](https://huggingface.co/CompVis/stable-diffusion-v1-3-original) | CompVis | v1-2 plus: <br> 195k steps at 512x512 on "laion-improved-aesthetics", <br> with 10% dropping of text-conditioning. |
|
| 47 |
+
| [stable-diffusion-v1-4-original](https://huggingface.co/CompVis/stable-diffusion-v1-4-original) | CompVis | |
|
| 48 |
+
</div>
|