Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -470,7 +470,7 @@ def generate(prompt,
|
|
470 |
height=upscaled_height,
|
471 |
num_frames=num_frames,
|
472 |
guidance_scale=guidance_scale,
|
473 |
-
denoise_strength=0.
|
474 |
#timesteps=timesteps_second_pass,
|
475 |
num_inference_steps=10, # Or make this configurable
|
476 |
latents=upscaled_latents,
|
|
|
470 |
height=upscaled_height,
|
471 |
num_frames=num_frames,
|
472 |
guidance_scale=guidance_scale,
|
473 |
+
denoise_strength=0.4,
|
474 |
#timesteps=timesteps_second_pass,
|
475 |
num_inference_steps=10, # Or make this configurable
|
476 |
latents=upscaled_latents,
|