Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ print(f"[SYSTEM] | Using {DEVICE} type compute device.")
|
|
22 |
# Variables
|
23 |
MAX_SEED = 9007199254740991
|
24 |
DEFAULT_INPUT = ""
|
25 |
-
DEFAULT_NEGATIVE_INPUT = "EasyNegative, deformed, distorted, disfigured, disconnected, disgusting, mutation, mutated, blur, blurry, scribble, abstract, 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
|
26 |
DEFAULT_HEIGHT = 1024
|
27 |
DEFAULT_WIDTH = 1024
|
28 |
|
|
|
22 |
# Variables
|
23 |
MAX_SEED = 9007199254740991
|
24 |
DEFAULT_INPUT = ""
|
25 |
+
DEFAULT_NEGATIVE_INPUT = "EasyNegative, deformed, distorted, disfigured, disconnected, disgusting, mutation, mutated, blur, blurry, scribble, abstract, 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"
|
26 |
DEFAULT_HEIGHT = 1024
|
27 |
DEFAULT_WIDTH = 1024
|
28 |
|