Staticaliza commited on
Commit
684d0fc
·
verified ·
1 Parent(s): 5ec2671

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ print(f"[SYSTEM] | Using {DEVICE} type compute device.")
19
  # Variables
20
  MAX_SEED = 9007199254740991
21
  DEFAULT_INPUT = ""
22
- DEFAULT_NEGATIVE_INPUT = "(bad), (abstract), (deformed, distorted, disfigured, disconnected, disgusting, displeasing:1.3), (anatomy, bad anatomy, wrong anatomy), (blur, blurry), (mutation, mutated), missing, unfinished, scribble, lowres, low quality, title, subtitle, description, caption, text, error, username, scan, signature, watermark, (ugly), amputation, (limb, limbs, digit, digits, leg, legs, foot, feet, toe, toes, arm, arms, hand, hands, finger, fingers, head, heads:1.3), (exposed, explicit, porn, nude, nudity, naked, nsfw:1.25)"
23
  DEFAULT_MODEL = "Default"
24
  DEFAULT_HEIGHT = 1024
25
  DEFAULT_WIDTH = 1024
 
19
  # Variables
20
  MAX_SEED = 9007199254740991
21
  DEFAULT_INPUT = ""
22
+ DEFAULT_NEGATIVE_INPUT = "(bad, ugly, amputation, abstract, anatomy, blur, blurry, deformed, distorted, disfigured, disconnected, mutation, mutated, low quality), unfinished, title, text, signature, watermark, (limbs, digits, legs, feet, toes, arms, hands, fingers), (porn, nude, naked, nsfw)"
23
  DEFAULT_MODEL = "Default"
24
  DEFAULT_HEIGHT = 1024
25
  DEFAULT_WIDTH = 1024