Update app.py
#1
by
cutycat2000x
- opened
app.py
CHANGED
@@ -115,13 +115,13 @@ def generate(
|
|
115 |
examples = [
|
116 |
'a smiling girl with sparkles in her eyes, walking in a garden, in the morning --style anime',
|
117 |
'firewatch landscape, Graphic Novel, Pastel Art, Poster, Golden Hour, Electric Colors, 4k, RGB, Geometric, Volumetric, Lumen Global Illumination, Ray Tracing Reflections, Twisted Rays, Glowing Edges, RTX --raw',
|
118 |
-
'
|
119 |
'cat, 4k, 8k, hyperrealistic, realistic, High-resolution, unreal engine 5, rtx, 16k, taken on a sony camera, Cinematic, dramatic lighting',
|
120 |
'cinimatic closeup of burning skull',
|
121 |
'frozen elsa',
|
122 |
'A rainbow tree, anime style, tree in focus',
|
123 |
'A cat holding a sign that reads "Hello World" in cursive text',
|
124 |
-
'
|
125 |
]
|
126 |
|
127 |
css = '''
|
|
|
115 |
examples = [
|
116 |
'a smiling girl with sparkles in her eyes, walking in a garden, in the morning --style anime',
|
117 |
'firewatch landscape, Graphic Novel, Pastel Art, Poster, Golden Hour, Electric Colors, 4k, RGB, Geometric, Volumetric, Lumen Global Illumination, Ray Tracing Reflections, Twisted Rays, Glowing Edges, RTX --raw',
|
118 |
+
'Cat on a tree sitting in between parrots.',
|
119 |
'cat, 4k, 8k, hyperrealistic, realistic, High-resolution, unreal engine 5, rtx, 16k, taken on a sony camera, Cinematic, dramatic lighting',
|
120 |
'cinimatic closeup of burning skull',
|
121 |
'frozen elsa',
|
122 |
'A rainbow tree, anime style, tree in focus',
|
123 |
'A cat holding a sign that reads "Hello World" in cursive text',
|
124 |
+
'Odette the butterfly goddess wearing a green skirt wondering in the cosmos'
|
125 |
]
|
126 |
|
127 |
css = '''
|