piyk commited on
Commit
a248fa2
·
verified ·
1 Parent(s): fa81c7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -14,20 +14,6 @@ from diffusers import AutoencoderKL, DiffusionPipeline
14
 
15
  DESCRIPTION = """
16
  # OpenDalle 1.1
17
-
18
- **Demo by [mrfakename](https://mrfake.name/) - [Twitter](https://twitter.com/realmrfakename) - [GitHub](https://github.com/fakerybakery/) - [Hugging Face](https://huggingface.co/mrfakename)**
19
-
20
- This is a demo of <a href="https://huggingface.co/dataautogpt3/OpenDalleV1.1">OpenDalle V1.1</a> by @dataautogpt3.
21
-
22
- It's a merge of several different models and is supposed to provide excellent performance. Try it out!
23
-
24
- [Not Working?](https://huggingface.co/spaces/mrfakename/OpenDalleV1.1-GPU-Demo/discussions/4)
25
-
26
- **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.**
27
-
28
- **NOTE: The model is licensed under a non-commercial license**
29
-
30
- Also see [OpenDalle Original Demo](https://huggingface.co/spaces/mrfakename/OpenDalle-GPU-Demo/)
31
  """
32
  if not torch.cuda.is_available():
33
  DESCRIPTION += "\n<h1>Running on CPU 🥶 This demo does not work on CPU. Please use <a href=\"https://huggingface.co/spaces/mrfakename/OpenDalleV1.1-GPU-Demo\">the online demo</a> instead</h1>"
 
14
 
15
  DESCRIPTION = """
16
  # OpenDalle 1.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  """
18
  if not torch.cuda.is_available():
19
  DESCRIPTION += "\n<h1>Running on CPU 🥶 This demo does not work on CPU. Please use <a href=\"https://huggingface.co/spaces/mrfakename/OpenDalleV1.1-GPU-Demo\">the online demo</a> instead</h1>"