pcuenq HF staff commited on
Commit
10bfabc
·
1 Parent(s): 69732ab

Add links to table

Browse files
Files changed (1) hide show
  1. README.md +11 -10
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 | Library | Details |
39
- |--------------------------------|------------|------------------------------------------------------------------------------------------------------------|
40
- | stable-diffusion-v1-1 | 🤗Diffusers | 237k steps at resolution 256x256 on laion2B-en. 194k steps at resolution 512x512 on laion-high-resolution. |
41
- | stable-diffusion-v1-2 | Diffusers | v1-1 plus: 515k steps at 512x512 on "laion-improved-aesthetics". |
42
- | stable-diffusion-v1-3 | Diffusers | v1-2 plus: 195k steps at 512x512 on "laion-improved-aesthetics",with 10% dropping of text-conditioning. |
43
- | stable-diffusion-v1-4 | Diffusers | |
44
- | stable-diffusion-v1-1-original | CompVis | 237k steps at resolution 256x256 on laion2B-en. 194k steps at resolution 512x512 on laion-high-resolution. |
45
- | stable-diffusion-v1-2-original | CompVis | v1-1 plus: 515k steps at 512x512 on "laion-improved-aesthetics". |
46
- | stable-diffusion-v1-3-original | CompVis | v1-2 plus: 195k steps at 512x512 on "laion-improved-aesthetics", with 10% dropping of text-conditioning. |
47
- | stable-diffusion-v1-4-original | CompVis | |</div>
 
 
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>