Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ Slower but higher quality version with Full VAE: [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>
|
36 |
'''
|
37 |
|
38 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
32 |
|
33 |
[LCM Project page](https://latent-consistency-models.github.io)
|
34 |
|
35 |
+
<p>Running on a Dual Core CPU with OpenVINO Acceleration</p>
|
36 |
'''
|
37 |
|
38 |
MAX_SEED = np.iinfo(np.int32).max
|