multimodalart HF Staff commited on
Commit
1204784
·
verified ·
1 Parent(s): e1b4118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024,
81
  latents=modulated_latents,
82
  prompt_embeds=prompt_embeds,
83
  prompt_attention_mask=prompt_attention_mask,
84
- intermediate_steps=None,
85
  num_inference_steps=num_inference_steps,
86
  height=height,
87
  width=width,
 
81
  latents=modulated_latents,
82
  prompt_embeds=prompt_embeds,
83
  prompt_attention_mask=prompt_attention_mask,
84
+ intermediate_timesteps=None,
85
  num_inference_steps=num_inference_steps,
86
  height=height,
87
  width=width,