Spaces:
Sleeping
Sleeping
Upload 13 files
Browse files- sd-1.5-lcm-openvino/README.md +31 -0
- sd-1.5-lcm-openvino/merges.txt +0 -0
- sd-1.5-lcm-openvino/special_tokens_map.json +30 -0
- sd-1.5-lcm-openvino/text_encoder.bin +3 -0
- sd-1.5-lcm-openvino/text_encoder.xml +0 -0
- sd-1.5-lcm-openvino/tokenizer_config.json +30 -0
- sd-1.5-lcm-openvino/unet.bin +3 -0
- sd-1.5-lcm-openvino/unet.xml +0 -0
- sd-1.5-lcm-openvino/unet_dynamic.bin +3 -0
- sd-1.5-lcm-openvino/unet_dynamic.xml +0 -0
- sd-1.5-lcm-openvino/vae_decoder.bin +3 -0
- sd-1.5-lcm-openvino/vae_decoder.xml +0 -0
- sd-1.5-lcm-openvino/vocab.json +0 -0
sd-1.5-lcm-openvino/README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
### Intel’s Human Rights Disclaimer:
|
31 |
+
Intel is committed to respecting human rights and avoiding complicity in human rights abuses. See Intel's Global Human Rights Principles. Intel's products and software are intended only to be used in applications that do not cause or contribute to a violation of an internationally recognized human right.
|
sd-1.5-lcm-openvino/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
sd-1.5-lcm-openvino/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|startoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<|endoftext|>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
sd-1.5-lcm-openvino/text_encoder.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:673a70ea6c011600bd8bc0a2c61915752abb710ee5eaadeeb115d65507686f00
|
3 |
+
size 246145550
|
sd-1.5-lcm-openvino/text_encoder.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
sd-1.5-lcm-openvino/tokenizer_config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"49406": {
|
5 |
+
"content": "<|startoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"49407": {
|
13 |
+
"content": "<|endoftext|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"bos_token": "<|startoftext|>",
|
22 |
+
"clean_up_tokenization_spaces": true,
|
23 |
+
"do_lower_case": true,
|
24 |
+
"eos_token": "<|endoftext|>",
|
25 |
+
"errors": "replace",
|
26 |
+
"model_max_length": 77,
|
27 |
+
"pad_token": "<|endoftext|>",
|
28 |
+
"tokenizer_class": "CLIPTokenizer",
|
29 |
+
"unk_token": "<|endoftext|>"
|
30 |
+
}
|
sd-1.5-lcm-openvino/unet.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:171804cc4bfd56650b8940ef8e7fbd0c113298ea1de17e4d329229e9d6f58543
|
3 |
+
size 1719206608
|
sd-1.5-lcm-openvino/unet.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
sd-1.5-lcm-openvino/unet_dynamic.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9adee82422f6a2b2b44676ec7845121a87ca088153cab778d795369f45c97cd
|
3 |
+
size 1719206332
|
sd-1.5-lcm-openvino/unet_dynamic.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
sd-1.5-lcm-openvino/vae_decoder.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c64d8b51d8487c389666569d1eb3f2f3f2acd25ab18f69382ebf6f13c7ad189b
|
3 |
+
size 98980680
|
sd-1.5-lcm-openvino/vae_decoder.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
sd-1.5-lcm-openvino/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|