Spaces:
Running
Running
mrfakename
commited on
Commit
•
9ce2bee
1
Parent(s):
a0aa901
Update app.py
Browse files
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>"
|