Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
f321059
1
Parent(s):
eeb4af6
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ samplers = {
|
|
37 |
"DPM++ SDE Karras": DPMSolverSDEScheduler.from_config(pipe.scheduler.config, use_karras_sigmas=True)
|
38 |
}
|
39 |
|
40 |
-
DEFAULT_POSITIVE_PREFIX = "score_9, score_8_up, score_7_up, BREAK
|
41 |
DEFAULT_POSITIVE_SUFFIX = "(masterpiece), best quality, very aesthetic, perfect face"
|
42 |
DEFAULT_NEGATIVE_PREFIX = "score_1, score_2, score_3, text"
|
43 |
DEFAULT_NEGATIVE_SUFFIX = "nsfw, (low quality, worst quality:1.2), very displeasing, 3d, watermark, signature, ugly, poorly drawn"
|
|
|
37 |
"DPM++ SDE Karras": DPMSolverSDEScheduler.from_config(pipe.scheduler.config, use_karras_sigmas=True)
|
38 |
}
|
39 |
|
40 |
+
DEFAULT_POSITIVE_PREFIX = "score_9, score_8_up, score_7_up, BREAK"
|
41 |
DEFAULT_POSITIVE_SUFFIX = "(masterpiece), best quality, very aesthetic, perfect face"
|
42 |
DEFAULT_NEGATIVE_PREFIX = "score_1, score_2, score_3, text"
|
43 |
DEFAULT_NEGATIVE_SUFFIX = "nsfw, (low quality, worst quality:1.2), very displeasing, 3d, watermark, signature, ugly, poorly drawn"
|