Update app.py
Browse files
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, (bad), (abstract), (deformed, distorted, disfigured, disconnected, disgusting, displeasing:1.3), anatomy, bad anatomy, wrong anatomy, (blur, blurry), (mutation, mutated), fewer, extra, missing, unfinished, scribble, lowres, low quality, jpeg artifacts, 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"
|
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 = "EasyNegative, (bad), (abstract), (deformed, distorted, disfigured, disconnected, disgusting, displeasing:1.3), anatomy, bad anatomy, wrong anatomy, (blur, blurry), (mutation, mutated), fewer, extra, missing, unfinished, scribble, lowres, low quality, jpeg artifacts, text, error, username, scan, signature, watermark, ugly, amputation, digit, digits, limb, limbs, leg, legs, foot, feet, toe, toes, arm, arms, hand, hands, finger, fingers, head, heads, exposed, explicit, porn, nude, nudity, naked, nsfw"
|
24 |
DEFAULT_MODEL = "Default"
|
25 |
DEFAULT_HEIGHT = 1024
|
26 |
DEFAULT_WIDTH = 1024
|