Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,14 @@ def infer(prompt,negative_prompt):
|
|
24 |
3d,render,cg,cgi,imperfect,partial,unfinished,incomplete,monochrome,grayscale,sepia,fat,\
|
25 |
wrinkle,fat leg,fat ass,blurry,hazy,sagging breasts,longbody,lowres,\
|
26 |
bad anatomy,bad hands,missing fingers,extra digit,fewer digits,worst quality,\
|
27 |
-
low quality,normal quality,watermark,artist name,signature,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
width = 256,
|
29 |
height = 256,
|
30 |
).images[0]
|
|
|
24 |
3d,render,cg,cgi,imperfect,partial,unfinished,incomplete,monochrome,grayscale,sepia,fat,\
|
25 |
wrinkle,fat leg,fat ass,blurry,hazy,sagging breasts,longbody,lowres,\
|
26 |
bad anatomy,bad hands,missing fingers,extra digit,fewer digits,worst quality,\
|
27 |
+
low quality,normal quality,watermark,artist name,signature,(bad anatomy)), ((bad art)),\
|
28 |
+
(((bad proportions))), (b&w), (black/white), (black and white), blurry, body out of frame,\
|
29 |
+
canvas frame, cloned face, ((close up)), cross-eye, ((deformed)), ((disfigured)), (((duplicate))), \
|
30 |
+
(((extra arms))), extra fingers, (((extra legs))), ((extra limbs)), (fused fingers), gross proportions, \
|
31 |
+
((morbid)), (malformed limbs), ((missing arms)), ((missing legs)), mutated, mutated hands, \
|
32 |
+
(((mutation))), ((mutilated)), (out of frame), ((poorly drawn face)), poorly drawn feet, \
|
33 |
+
((poorly drawn hands)), tiling, (too many fingers), ((ugly)), wierd colors, (((long neck))), \
|
34 |
+
ugly, words, wrinkles, writing",
|
35 |
width = 256,
|
36 |
height = 256,
|
37 |
).images[0]
|