Create README.md
Browse files
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 |
+

|
| 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 |
+
```
|