Spaces:
Hf445
/
Runtime error

Staticaliza commited on
Commit
cb5ecc3
·
verified ·
1 Parent(s): 4bc2ead

Update app.py

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