KBlueLeaf commited on
Commit
228ab90
β€’
1 Parent(s): 5ed2f80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.2,
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