HelloSun commited on
Commit
d1288f3
·
verified ·
1 Parent(s): d82b838

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -30,22 +30,7 @@ def infer(prompt,negative_prompt):
30
 
31
  image = pipe(
32
  prompt = prompt+"score_8_up,score_7_up,score_6_up,score_9,score_8_up,score_7,masterpiece,best quality,source_anime,bangs,",
33
- negative_prompt = "score_6,score_5,score_4,source_furry,pathway,walkway,face mask,heterochromia,\
34
- tattoos,muscular,deformed iris,deformed pupils,long body,long neck,text,error,print,signature,\
35
- logo,watermark,deformed,distorted,disfigured,bad anatomy,wrong anatomy,ugly,disgusting,\
36
- cropped,crooked teeth,multiple views,bad proportions,gross proportions,cloned face,\
37
- worst quality,low quality,normal quality,bad quality,lowres,poorly drawn,semi-realistic,\
38
- 3d,render,cg,cgi,imperfect,partial,unfinished,incomplete,monochrome,grayscale,sepia,fat,\
39
- wrinkle,fat leg,fat ass,blurry,hazy,sagging breasts,longbody,lowres,\
40
- bad anatomy,bad hands,missing fingers,extra digit,fewer digits,worst quality,\
41
- low quality,normal quality,watermark,artist name,signature,(bad anatomy)), ((bad art)),\
42
- (((bad proportions))), (b&w), (black/white), (black and white), blurry, body out of frame,\
43
- canvas frame, cloned face, ((close up)), cross-eye, ((deformed)), ((disfigured)), (((duplicate))), \
44
- (((extra arms))), extra fingers, (((extra legs))), ((extra limbs)), (fused fingers), gross proportions, \
45
- ((morbid)), (malformed limbs), ((missing arms)), ((missing legs)), mutated, mutated hands, \
46
- (((mutation))), ((mutilated)), (out of frame), ((poorly drawn face)), poorly drawn feet, \
47
- ((poorly drawn hands)), tiling, (too many fingers), ((ugly)), wierd colors, (((long neck))), \
48
- ugly, words, wrinkles, writing",
49
  width = 512,
50
  height = 512,
51
  guidance_scale=1.0,
 
30
 
31
  image = pipe(
32
  prompt = prompt+"score_8_up,score_7_up,score_6_up,score_9,score_8_up,score_7,masterpiece,best quality,source_anime,bangs,",
33
+ negative_prompt = "SimpleNegative_AnimeV1, SimpleNegativeV3, an12, rfneg, verybadimagenegative_v1.3, easynegative, text, watermark, censored, (mosaic censoring:1.3), teeth, (animal ears:2)",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  width = 512,
35
  height = 512,
36
  guidance_scale=1.0,