Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
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,
|