Spaces:
Running
on
Zero
Running
on
Zero
Jordan Legg
commited on
Commit
•
fca9488
1
Parent(s):
b4cdd87
added ROCKET CAR EXAMPLE!
Browse files
app.py
CHANGED
@@ -103,6 +103,15 @@ def infer(
|
|
103 |
return image, seed
|
104 |
|
105 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
# Taxi Driver
|
107 |
[
|
108 |
"This gripping frame captures a close-up of a man, his face illuminated by the harsh red glow of city lights, evoking a mood of unease and introspection. His expression is intense and unreadable, with a hint of brooding menace. The dark, blurred background suggests a bustling urban night, with neon lights flickering faintly, emphasizing the gritty, isolating atmosphere. The contrast between the man’s rugged features and the vibrant red lighting highlights the tension and internal conflict likely central to the scene, immersing the viewer in the character’s psychological state.", # prompt
|
|
|
103 |
return image, seed
|
104 |
|
105 |
examples = [
|
106 |
+
# Rocket Car
|
107 |
+
[
|
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 |
+
8299210943349724000, # seed
|
112 |
+
False, # randomize_seed
|
113 |
+
4, # num_inference_steps
|
114 |
+
],
|
115 |
# Taxi Driver
|
116 |
[
|
117 |
"This gripping frame captures a close-up of a man, his face illuminated by the harsh red glow of city lights, evoking a mood of unease and introspection. His expression is intense and unreadable, with a hint of brooding menace. The dark, blurred background suggests a bustling urban night, with neon lights flickering faintly, emphasizing the gritty, isolating atmosphere. The contrast between the man’s rugged features and the vibrant red lighting highlights the tension and internal conflict likely central to the scene, immersing the viewer in the character’s psychological state.", # prompt
|