Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
6587268
1
Parent(s):
ee2bdc7
Update app.py
Browse files
app.py
CHANGED
@@ -103,8 +103,8 @@ samplers = {
|
|
103 |
|
104 |
DEFAULT_POSITIVE_PREFIX = "Score_9 score_8_up score_7_up BREAK"
|
105 |
DEFAULT_POSITIVE_SUFFIX = "(masterpiece) very_aesthetic detailed_face cinematic footage"
|
106 |
-
DEFAULT_NEGATIVE_PREFIX = "
|
107 |
-
DEFAULT_NEGATIVE_SUFFIX = "
|
108 |
|
109 |
# Initialize Florence model
|
110 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
|
103 |
|
104 |
DEFAULT_POSITIVE_PREFIX = "Score_9 score_8_up score_7_up BREAK"
|
105 |
DEFAULT_POSITIVE_SUFFIX = "(masterpiece) very_aesthetic detailed_face cinematic footage"
|
106 |
+
DEFAULT_NEGATIVE_PREFIX = "Score_1 score_2 score _3 text low_res"
|
107 |
+
DEFAULT_NEGATIVE_SUFFIX = "Nsfw oversaturated crappy_art low_quality blurry bad_anatomy extra_digits fewer_digits simple_background very_displeasing watermark signature"
|
108 |
|
109 |
# Initialize Florence model
|
110 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|