mrfakename commited on
Commit
9ce2bee
1 Parent(s): a0aa901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -20,6 +20,8 @@ This is a demo of <a href="https://huggingface.co/dataautogpt3/OpenDalle">OpenDa
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>"
 
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 1.1 Demo](https://huggingface.co/spaces/mrfakename/OpenDalleV1.1-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>"