mrfakename commited on
Commit
64d1d20
1 Parent(s): 6f40cd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -13,13 +13,15 @@ import torch
13
  from diffusers import AutoencoderKL, DiffusionPipeline
14
 
15
  DESCRIPTION = """
16
- # OpenDalle
17
 
18
  This is a demo of <a href="https://huggingface.co/dataautogpt3/OpenDalleV1.1">OpenDalle V1.1</a> by @dataautogpt3.
19
 
20
  It's a merge of several different models and is supposed to provide excellent performance. Try it out!
21
 
22
  **The code for this demo is based on [@hysts's SD-XL demo](https://huggingface.co/spaces/hysts/SD-XL) running on a A10G GPU.**
 
 
23
  """
24
  if not torch.cuda.is_available():
25
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
 
13
  from diffusers import AutoencoderKL, DiffusionPipeline
14
 
15
  DESCRIPTION = """
16
+ # OpenDalle 1.1
17
 
18
  This is a demo of <a href="https://huggingface.co/dataautogpt3/OpenDalleV1.1">OpenDalle V1.1</a> by @dataautogpt3.
19
 
20
  It's a merge of several different models and is supposed to provide excellent performance. Try it out!
21
 
22
  **The code for this demo is based on [@hysts's SD-XL demo](https://huggingface.co/spaces/hysts/SD-XL) running on a A10G GPU.**
23
+
24
+ Also see [OpenDalle Original Demo](https://huggingface.co/spaces/mrfakename/OpenDalle-GPU-Demo/)
25
  """
26
  if not torch.cuda.is_available():
27
  DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"