multimodalart HF staff commited on
Commit
1128191
1 Parent(s): f31cecb

link the fine-tune

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>"