KingNish commited on
Commit
ce7a615
β€’
1 Parent(s): 056dd4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def king(type ,
66
  negative_prompt: str ="",
67
  enhance_prompt: bool = True,
68
  steps: int = 25,
69
- randomize_seed: bool = False,
70
  seed: int = 2404,
71
  width: int = 1024,
72
  height: int = 1024,
 
66
  negative_prompt: str ="",
67
  enhance_prompt: bool = True,
68
  steps: int = 25,
69
+ randomize_seed: bool = True,
70
  seed: int = 2404,
71
  width: int = 1024,
72
  height: int = 1024,