linoyts HF Staff commited on
Commit
0093903
·
verified ·
1 Parent(s): 9c5c2ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -119,8 +119,9 @@ def generate(prompt,
119
  width=upscaled_width,
120
  height=upscaled_height,
121
  num_frames=num_frames,
122
- denoise_strength=0.4, # Effectively, 4 inference steps out of 10
123
- num_inference_steps=10,
 
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,