Spaces:
Running on Zero
Running on Zero
Jordan Legg commited on
Commit ·
625d325
1
Parent(s): fca9488
fix seed on example
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ examples = [
|
|
| 108 |
"NOT PANORAMIC, NOT MIRRORED. a rocket car going across the bonneville salt flats, the image is blurred to show the immense speed.", # prompt
|
| 109 |
"4.00:1 (Polyvision)", # aspect_ratio
|
| 110 |
3072, # width
|
| 111 |
-
|
| 112 |
False, # randomize_seed
|
| 113 |
4, # num_inference_steps
|
| 114 |
],
|
|
|
|
| 108 |
"NOT PANORAMIC, NOT MIRRORED. a rocket car going across the bonneville salt flats, the image is blurred to show the immense speed.", # prompt
|
| 109 |
"4.00:1 (Polyvision)", # aspect_ratio
|
| 110 |
3072, # width
|
| 111 |
+
23, # seed
|
| 112 |
False, # randomize_seed
|
| 113 |
4, # num_inference_steps
|
| 114 |
],
|