Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,7 @@ class FoleyController:
|
|
| 183 |
negative_prompt=negative_prompt_textbox,
|
| 184 |
ip_adapter_image_embeds=image_embeddings,
|
| 185 |
image=time_condition,
|
| 186 |
-
controlnet_conditioning_scale=float(
|
| 187 |
num_inference_steps=sample_step_slider,
|
| 188 |
height=256,
|
| 189 |
width=1024,
|
|
|
|
| 183 |
negative_prompt=negative_prompt_textbox,
|
| 184 |
ip_adapter_image_embeds=image_embeddings,
|
| 185 |
image=time_condition,
|
| 186 |
+
controlnet_conditioning_scale=float(temporal_scale),
|
| 187 |
num_inference_steps=sample_step_slider,
|
| 188 |
height=256,
|
| 189 |
width=1024,
|