Spaces:
Restarting
Restarting
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ from concurrent.futures import ThreadPoolExecutor
|
|
23 |
import uuid
|
24 |
import cv2
|
25 |
|
26 |
-
DESCRIPTION = '''# Latent Consistency Model
|
27 |
Distilled from [Dreamshaper v7](https://huggingface.co/Lykon/dreamshaper-7) fine-tune of [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) with only 4,000 training iterations (~32 A100 GPU Hours). [Project page](https://latent-consistency-models.github.io)
|
28 |
'''
|
29 |
if not torch.cuda.is_available():
|
|
|
23 |
import uuid
|
24 |
import cv2
|
25 |
|
26 |
+
DESCRIPTION = '''# CPU Stable Diffusion with Latent Consistency Model
|
27 |
Distilled from [Dreamshaper v7](https://huggingface.co/Lykon/dreamshaper-7) fine-tune of [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) with only 4,000 training iterations (~32 A100 GPU Hours). [Project page](https://latent-consistency-models.github.io)
|
28 |
'''
|
29 |
if not torch.cuda.is_available():
|