1aurent commited on
Commit
4a36eec
1 Parent(s): e7c1fe2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-2-1-unclip
3
+ base_model_relation: adapter
4
+ license: openrail++
5
+ language:
6
+ - en
7
+ library_name: refiners
8
+ pipeline_tag: feature-extraction
9
+ tags:
10
+ - image-to-image
11
+ - stable-diffusion
12
+ - sd2.1
13
+ - art
14
+ ---
15
+
16
+ # Stable Diffusion 2.1
17
+
18
+ ![](https://raw.githubusercontent.com/Stability-AI/stablediffusion/cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf/assets/stable-samples/txt2img/768/merged-0006.png)
19
+
20
+ ## Citation
21
+
22
+ ```bibtex
23
+ @InProceedings{Rombach_2022_CVPR,
24
+ author = {Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn},
25
+ title = {High-Resolution Image Synthesis With Latent Diffusion Models},
26
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
27
+ month = {June},
28
+ year = {2022},
29
+ pages = {10684-10695}
30
+ }
31
+ ```