Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: runwayml/stable-diffusion-v1-5
|
3 |
+
base_model_relation: adapter
|
4 |
+
license: creativeml-openrail-m
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: refiners
|
8 |
+
pipeline_tag: image-to-image
|
9 |
+
tags:
|
10 |
+
- image-to-image
|
11 |
+
- stable-diffusion
|
12 |
+
- sd1.5
|
13 |
+
- art
|
14 |
+
---
|
15 |
+
|
16 |
+
# Stable Diffusion 1.5
|
17 |
+
|
18 |
+
![](https://raw.githubusercontent.com/runwayml/stable-diffusion/2ff270f4e0c884d9684fa038f6d84d8600a94b39/assets/stable-samples/txt2img/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 |
+
```
|