Spaces:
Runtime error
Runtime error
hsuwill000
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -41,12 +41,13 @@ def infer(prompt, negative_prompt, num_inference_steps):
|
|
41 |
return image
|
42 |
|
43 |
examples = [
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
]
|
49 |
|
|
|
50 |
css = """
|
51 |
#col-container {
|
52 |
margin: 0 auto;
|
@@ -79,7 +80,7 @@ with gr.Blocks(css=css) as demo:
|
|
79 |
gr.Examples(
|
80 |
examples=examples,
|
81 |
fn=infer,
|
82 |
-
inputs=[prompt
|
83 |
outputs=[result]
|
84 |
)
|
85 |
|
|
|
41 |
return image
|
42 |
|
43 |
examples = [
|
44 |
+
"(Digital art, highres, best quality, 8K, masterpiece, anime screencap, perfect eyes:1.4, ultra detailed:1.5),1girl,flat chest,short messy pink hair,blue eyes,tall,thick thighs,light blue hoodie,collar,light blue shirt,black sport shorts,bulge,black thigh highs,femboy,okoto no ko,smiling,blushing,looking at viewer,inside,livingroom,sitting on couch,nighttime,dark,hand_to_mouth,",
|
45 |
+
"1girl, silver hair, symbol-shaped pupils, yellow eyes, smiling, light particles, light rays, wallpaper, star guardian, serious face, red inner hair, power aura, grandmaster1, golden and white clothes",
|
46 |
+
"masterpiece, best quality, highres booru, 1girl, solo, depth of field, rim lighting, flowers, petals, from above, crystals, butterfly, vegetation, aura, magic, hatsune miku, blush, slight smile, close-up, against wall,",
|
47 |
+
"((colofrul:1.7)),((best quality)), ((masterpiece)), ((ultra-detailed)), (illustration), (detailed light), (an extremely delicate and beautiful),incredibly_absurdres,(glowing),(1girl:1.7),solo,a beautiful girl,(((cowboy shot))),standding,((Hosiery)),((beautiful off-shoulder lace-trimmed layered strapless dress+white stocking):1.25),((Belts)),(leg loops),((Hosiery)),((flower headdress)),((long white hair)),(((beautiful eyes))),BREAK,((english text)),(flower:1.35),(garden),(((border:1.75))),",
|
48 |
]
|
49 |
|
50 |
+
|
51 |
css = """
|
52 |
#col-container {
|
53 |
margin: 0 auto;
|
|
|
80 |
gr.Examples(
|
81 |
examples=examples,
|
82 |
fn=infer,
|
83 |
+
inputs=[prompt],
|
84 |
outputs=[result]
|
85 |
)
|
86 |
|