Staticaliza commited on
Commit
1745e08
·
verified ·
1 Parent(s): f4c9c2f

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, ugly, amputation, abstract, anatomy, blur, blurry, deformed, distorted, disfigured, disconnected, mutation, mutated, low quality, lowres), unfinished, title, text, signature, watermark, (limbs, legs, feet, arms, hands), (porn, nude, naked, nsfw)"
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, blur, blurry, deformed, distorted, disfigured, disconnected, mutation, mutated, low quality, lowres), unfinished, title, text, signature, watermark, (limbs, legs, feet, arms, hands), (porn, nude, naked, nsfw)"
23
  DEFAULT_MODEL = "Default"
24
  DEFAULT_HEIGHT = 1024
25
  DEFAULT_WIDTH = 1024