Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ def inference(source_images,
|
|
| 173 |
height = h,
|
| 174 |
width = w,
|
| 175 |
num_frames = f,
|
| 176 |
-
num_inference_steps =
|
| 177 |
interval = 6,
|
| 178 |
guidance_scale = guidance_scale,
|
| 179 |
generator = torch.Generator(device=DEVICE).manual_seed(random_seed)
|
|
@@ -245,7 +245,9 @@ with gr.Blocks() as demo:
|
|
| 245 |
|
| 246 |
# Señorita-2M: A High-Quality Instruction-based Dataset for General Video Editing by Video Specialists
|
| 247 |
|
| 248 |
-
|
|
|
|
|
|
|
| 249 |
"""
|
| 250 |
)
|
| 251 |
|
|
|
|
| 173 |
height = h,
|
| 174 |
width = w,
|
| 175 |
num_frames = f,
|
| 176 |
+
num_inference_steps = 50,#!!!
|
| 177 |
interval = 6,
|
| 178 |
guidance_scale = guidance_scale,
|
| 179 |
generator = torch.Generator(device=DEVICE).manual_seed(random_seed)
|
|
|
|
| 245 |
|
| 246 |
# Señorita-2M: A High-Quality Instruction-based Dataset for General Video Editing by Video Specialists
|
| 247 |
|
| 248 |
+
[Paper](https://arxiv.org/abs/2502.06734) | [Code](https://127.0.0.1:7860) | [Huggingface](https://127.0.0.1:7860)
|
| 249 |
+
|
| 250 |
+
<small>This UI is made by [PengWeixuanSZU](https://huggingface.co/PengWeixuanSZU).</small>
|
| 251 |
"""
|
| 252 |
)
|
| 253 |
|