123123aa123 commited on
Commit
78a7dde
·
verified ·
1 Parent(s): 7a38d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=50,
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>First Run / 首次运行:</b>Please note that the first execution will take slightly longer as the models are being loaded into the GPU. <br>
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>""")