Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -394,7 +394,7 @@ def generate_final(image, frames, seed):
|
|
| 394 |
width=TARGET_W,
|
| 395 |
cfg_scale=5.0,
|
| 396 |
num_frames=29,
|
| 397 |
-
num_inference_steps=
|
| 398 |
seed=int(seed),
|
| 399 |
tiled=True
|
| 400 |
)
|
|
@@ -425,7 +425,7 @@ with gr.Blocks() as demo:
|
|
| 425 |
<li style="margin-bottom: 4px;"><b>Scale & Adjustment / 尺度与调整:</b>The motion scale is normalized by VGGT, and the final point cloud is provided to help adjust motion parameters.<br>
|
| 426 |
所有运动数值由 VGGT 统一尺度建模,最终提供的点云结果可用于辅助调整相机运动参数。</li>
|
| 427 |
|
| 428 |
-
<li><b>
|
| 429 |
首次运行需要将模型权重加载到显存,耗时会稍微久一点,请耐心等待。</li>
|
| 430 |
</ul>
|
| 431 |
</div>""")
|
|
|
|
| 394 |
width=TARGET_W,
|
| 395 |
cfg_scale=5.0,
|
| 396 |
num_frames=29,
|
| 397 |
+
num_inference_steps=28,
|
| 398 |
seed=int(seed),
|
| 399 |
tiled=True
|
| 400 |
)
|
|
|
|
| 425 |
<li style="margin-bottom: 4px;"><b>Scale & Adjustment / 尺度与调整:</b>The motion scale is normalized by VGGT, and the final point cloud is provided to help adjust motion parameters.<br>
|
| 426 |
所有运动数值由 VGGT 统一尺度建模,最终提供的点云结果可用于辅助调整相机运动参数。</li>
|
| 427 |
|
| 428 |
+
<li><b>Tips / 提示:</b>Default inference steps: 28 (Speed & Quality balanced). Run locally with higher steps for better results. <br>
|
| 429 |
首次运行需要将模型权重加载到显存,耗时会稍微久一点,请耐心等待。</li>
|
| 430 |
</ul>
|
| 431 |
</div>""")
|