Spaces:
Runtime error
Runtime error
Commit
•
1128191
1
Parent(s):
f31cecb
link the fine-tune
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ from safetensors.torch import load_file
|
|
23 |
from huggingface_hub import hf_hub_download
|
24 |
|
25 |
DESCRIPTION = '''# Latent Consistency Model
|
26 |
-
Distilled from Dreamshaper v7 fine-tune of [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5). [Project page](https://latent-consistency-models.github.io)
|
27 |
'''
|
28 |
if not torch.cuda.is_available():
|
29 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
|
|
23 |
from huggingface_hub import hf_hub_download
|
24 |
|
25 |
DESCRIPTION = '''# Latent Consistency Model
|
26 |
+
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). [Project page](https://latent-consistency-models.github.io)
|
27 |
'''
|
28 |
if not torch.cuda.is_available():
|
29 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|