Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,11 +45,11 @@ def generate_image(prompt):
|
|
45 |
prompt,
|
46 |
"", # negative prompt
|
47 |
False, # use negative prompt
|
48 |
-
|
49 |
1024, # width
|
50 |
1024, # height
|
51 |
-
3, # guidance scale
|
52 |
-
|
53 |
api_name="/run"
|
54 |
)
|
55 |
|
|
|
45 |
prompt,
|
46 |
"", # negative prompt
|
47 |
False, # use negative prompt
|
48 |
+
42, # seed
|
49 |
1024, # width
|
50 |
1024, # height
|
51 |
+
3.0, # guidance scale
|
52 |
+
False, # randomize seed
|
53 |
api_name="/run"
|
54 |
)
|
55 |
|