Spaces:
Runtime error
Runtime error
ymzhang319
commited on
Commit
•
9982ba2
1
Parent(s):
0741039
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,
|