Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
64d1d20
1
Parent(s):
6f40cd8
Update app.py
Browse files
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>"
|