Spaces:
Runtime error
Runtime error
bugfix
Browse files
app.py
CHANGED
|
@@ -336,7 +336,7 @@ def apply_tracking_unified(video_tensor, tracking_tensor, repaint_img_tensor, pr
|
|
| 336 |
img_cond_tensor=repaint_img_tensor,
|
| 337 |
prompt=prompt,
|
| 338 |
checkpoint_path=DEFAULT_MODEL_PATH,
|
| 339 |
-
num_inference_steps=
|
| 340 |
)
|
| 341 |
|
| 342 |
print(f"das.apply_tracking returned: {output_path}")
|
|
|
|
| 336 |
img_cond_tensor=repaint_img_tensor,
|
| 337 |
prompt=prompt,
|
| 338 |
checkpoint_path=DEFAULT_MODEL_PATH,
|
| 339 |
+
num_inference_steps=20
|
| 340 |
)
|
| 341 |
|
| 342 |
print(f"das.apply_tracking returned: {output_path}")
|