Staticaliza commited on
Commit
efe2aab
·
verified ·
1 Parent(s): edf7b61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN")
25
 
26
  MAX_SEED = 9007199254740991
27
  DEFAULT_INPUT = ""
28
- 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)"
29
  DEFAULT_MODEL = "Default"
30
  DEFAULT_HEIGHT = 1024
31
  DEFAULT_WIDTH = 1024
 
25
 
26
  MAX_SEED = 9007199254740991
27
  DEFAULT_INPUT = ""
28
+ DEFAULT_NEGATIVE_INPUT = "(bad, ugly, amputation, abstract, blur, deformed, distorted, disfigured, disconnected, mutation, mutated, low quality, lowres), unfinished, text, signature, watermark, (limbs, legs, feet, arms, hands), (porn, nude, naked, nsfw)"
29
  DEFAULT_MODEL = "Default"
30
  DEFAULT_HEIGHT = 1024
31
  DEFAULT_WIDTH = 1024