Update app.py
Browse files
app.py
CHANGED
@@ -21,13 +21,15 @@ import gradio_user_history as gr_user_history
|
|
21 |
from concurrent.futures import ThreadPoolExecutor
|
22 |
import uuid
|
23 |
|
24 |
-
DESCRIPTION = '''# Latent Consistency Model OpenVino CPU
|
25 |
Based on [Latency Consistency Model OpenVINO CPU](https://huggingface.co/spaces/deinferno/Latent_Consistency_Model_OpenVino_CPU) HF space
|
26 |
|
27 |
Converted from [SoteMix](https://huggingface.co/Disty0/SoteMix) to [LCM_SoteMix](https://huggingface.co/Disty0/LCM_SoteMix) and then to OpenVINO
|
28 |
|
29 |
This model is for Anime art style.
|
30 |
|
|
|
|
|
31 |
[LCM Project page](https://latent-consistency-models.github.io)
|
32 |
|
33 |
<p>Running on CPU with OpenVINO Acceleration</p>
|
|
|
21 |
from concurrent.futures import ThreadPoolExecutor
|
22 |
import uuid
|
23 |
|
24 |
+
DESCRIPTION = '''# Latent Consistency Model OpenVino CPU TAESD
|
25 |
Based on [Latency Consistency Model OpenVINO CPU](https://huggingface.co/spaces/deinferno/Latent_Consistency_Model_OpenVino_CPU) HF space
|
26 |
|
27 |
Converted from [SoteMix](https://huggingface.co/Disty0/SoteMix) to [LCM_SoteMix](https://huggingface.co/Disty0/LCM_SoteMix) and then to OpenVINO
|
28 |
|
29 |
This model is for Anime art style.
|
30 |
|
31 |
+
Slower but higher quality version with Full VAE: [LCM_SoteMix_OpenVINO_CPU_Space](https://huggingface.co/spaces/Disty0/LCM_SoteMix_OpenVINO_CPU_Space)
|
32 |
+
|
33 |
[LCM Project page](https://latent-consistency-models.github.io)
|
34 |
|
35 |
<p>Running on CPU with OpenVINO Acceleration</p>
|