Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -119,8 +119,9 @@ def generate(prompt,
|
|
119 |
width=upscaled_width,
|
120 |
height=upscaled_height,
|
121 |
num_frames=num_frames,
|
122 |
-
|
123 |
-
|
|
|
124 |
latents=upscaled_latents,
|
125 |
decode_timestep=0.05,
|
126 |
image_cond_noise_scale=0.025,
|
|
|
119 |
width=upscaled_width,
|
120 |
height=upscaled_height,
|
121 |
num_frames=num_frames,
|
122 |
+
guidance_scale=1.0,
|
123 |
+
denoise_strength=0.6, # Effectively, 4 inference steps out of 10
|
124 |
+
num_inference_steps=3,
|
125 |
latents=upscaled_latents,
|
126 |
decode_timestep=0.05,
|
127 |
image_cond_noise_scale=0.025,
|