linoyts HF Staff commited on
Commit
7ab7abd
·
verified ·
1 Parent(s): 449e72d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.999,
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,