Commit
·
8c08c48
1
Parent(s):
967351c
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,9 +15,11 @@ from diffusers import AutoencoderKL, DiffusionPipeline
|
|
| 15 |
DESCRIPTION = """
|
| 16 |
# OpenDalle
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
| 21 |
"""
|
| 22 |
if not torch.cuda.is_available():
|
| 23 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
|
|
|
| 15 |
DESCRIPTION = """
|
| 16 |
# OpenDalle
|
| 17 |
|
| 18 |
+
This is a demo of <a href="https://huggingface.co/dataautogpt3/OpenDalle">OpenDalle</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).**
|
| 23 |
"""
|
| 24 |
if not torch.cuda.is_available():
|
| 25 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|