salso commited on
Commit
e6db440
1 Parent(s): 5559602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +37 -0
app.py CHANGED
@@ -92,6 +92,43 @@ example_list = [
92
  "A transparent Bottle with a black cap and a semi transparent liquide, Sunset",
93
  False,
94
  "examples/out4.png"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  ]
96
  ]
97
 
 
92
  "A transparent Bottle with a black cap and a semi transparent liquide, Sunset",
93
  False,
94
  "examples/out4.png"
95
+ ],
96
+
97
+ [
98
+ "examples/anime1.png",
99
+ "A man with spiky standing on a cliff overlooking a dystopian city at dusk",
100
+ 3.5,
101
+ "full",
102
+ "Anime style, intense expression, battle-ready, neon lights, cyberpunk",
103
+ False,
104
+ "examples/anime1.png"
105
+ ],
106
+ [
107
+ "examples/anime_2.png",
108
+ "A young man standing in a bamboo forest at night, with a crescent moon overhead",
109
+ 3.5,
110
+ "full",
111
+ "Anime style, stoic, serene atmosphere, night sky, moonlight, traditional clothing",
112
+ False,
113
+ "examples/anime1.png"
114
+ ],
115
+ [
116
+ "examples/anime_3.png",
117
+ "A cheerful young woman, floating in a vibrant and colorful sky filled with clouds and rainbows, holding a sparkling staff",
118
+ 3.5,
119
+ "full",
120
+ "Anime style, magical girl, joyful expression, vibrant colors, sparkling effects",
121
+ False,
122
+ "examples/anime1.png"
123
+ ],
124
+ [
125
+ "examples/anime_4.png",
126
+ "A woman , standing in an ancient, dimly lit cathedral with stained glass windows and flickering candles",
127
+ 3.5,
128
+ "full",
129
+ "Anime style, gothic, mysterious, dark atmosphere, detailed background",
130
+ False,
131
+ "examples/anime1.png"
132
  ]
133
  ]
134