Staticaliza commited on
Commit
1eea9d2
·
verified ·
1 Parent(s): bd7f572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ print(f"[SYSTEM] | Using {DEVICE} type compute device.")
20
  # Variables
21
  MAX_SEED = 9007199254740991
22
  DEFAULT_INPUT = ""
23
- DEFAULT_NEGATIVE_INPUT = "EasyNegative, (deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, (exposed, explicit, porn, nude, nudity, naked, nsfw:1.25)"
24
  DEFAULT_MODEL = "Default"
25
  DEFAULT_HEIGHT = 1024
26
  DEFAULT_WIDTH = 1024
 
20
  # Variables
21
  MAX_SEED = 9007199254740991
22
  DEFAULT_INPUT = ""
23
+ DEFAULT_NEGATIVE_INPUT = "(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, (exposed, explicit, porn, nude, nudity, naked, nsfw:1.25)"
24
  DEFAULT_MODEL = "Default"
25
  DEFAULT_HEIGHT = 1024
26
  DEFAULT_WIDTH = 1024