Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
---
|
| 5 |
+
# SD v1-5 Latent Consistency Models (LCM) Model Card
|
| 6 |
+
The original source of this model is : [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7).
|
| 7 |
+
This model is just optimized and converted to Intermediate Representation (IR) using OpenVino's Model Optimizer to run on Intel's Hardware - CPU, GPU.
|
| 8 |
+
|
| 9 |
+
Intended to be used with:
|
| 10 |
+
- GIMP plugin [openvino-ai-plugins-gimp](https://github.com/intel/openvino-ai-plugins-gimp.git)
|
| 11 |
+
|
| 12 |
+
### Latent Consistency Models
|
| 13 |
+
|
| 14 |
+
Official Repository of the paper: *[Latent Consistency Models](https://arxiv.org/abs/2310.04378)*.
|
| 15 |
+
|
| 16 |
+
Project Page: https://latent-consistency-models.github.io
|
| 17 |
+
|
| 18 |
+
### BibTeX
|
| 19 |
+
|
| 20 |
+
```bibtex
|
| 21 |
+
@misc{luo2023latent,
|
| 22 |
+
title={Latent Consistency Models: Synthesizing High-Resolution Images with Few-Step Inference},
|
| 23 |
+
author={Simian Luo and Yiqin Tan and Longbo Huang and Jian Li and Hang Zhao},
|
| 24 |
+
year={2023},
|
| 25 |
+
eprint={2310.04378},
|
| 26 |
+
archivePrefix={arXiv},
|
| 27 |
+
primaryClass={cs.CV}
|
| 28 |
+
}
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
### Intel’s Human Rights Disclaimer:
|
| 32 |
+
Intel is committed to respecting human rights and avoiding complicity in human ri
|