Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import torch
|
|
12 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
13 |
|
14 |
DESCRIPTION = """
|
15 |
-
#
|
16 |
"""
|
17 |
|
18 |
def save_image(img):
|
@@ -87,12 +87,13 @@ def generate(
|
|
87 |
return image_paths, seed
|
88 |
|
89 |
examples = [
|
90 |
-
"
|
91 |
-
"a cat eating a piece of cheese",
|
92 |
"an astronaut riding a horse in space",
|
93 |
"a cartoon of a boy playing with a tiger",
|
94 |
-
"
|
95 |
-
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
|
|
|
|
|
96 |
]
|
97 |
|
98 |
css = '''
|
|
|
12 |
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
13 |
|
14 |
DESCRIPTION = """
|
15 |
+
# Image Generator
|
16 |
"""
|
17 |
|
18 |
def save_image(img):
|
|
|
87 |
return image_paths, seed
|
88 |
|
89 |
examples = [
|
90 |
+
"Newton and Einstein sitting together and thinking about gravity and space",
|
|
|
91 |
"an astronaut riding a horse in space",
|
92 |
"a cartoon of a boy playing with a tiger",
|
93 |
+
"neon holography crystal cat",
|
94 |
+
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone",
|
95 |
+
"a cute robot artist painting on an easel,concept art",
|
96 |
+
"a cat eating a piece of cheese",
|
97 |
]
|
98 |
|
99 |
css = '''
|