Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def gen(
|
|
58 |
tag_length="short",
|
59 |
ban_tags=".*alternate.*, character doll, multiple.*, .*cosplay.*, .*name, .*text.*",
|
60 |
format=MODEL_FORMAT_LIST[sdxl_model],
|
61 |
-
temperature=1.
|
62 |
)
|
63 |
torch.cuda.empty_cache()
|
64 |
|
|
|
58 |
tag_length="short",
|
59 |
ban_tags=".*alternate.*, character doll, multiple.*, .*cosplay.*, .*name, .*text.*",
|
60 |
format=MODEL_FORMAT_LIST[sdxl_model],
|
61 |
+
temperature=1.0,
|
62 |
)
|
63 |
torch.cuda.empty_cache()
|
64 |
|