Commit Graph

7 Commits

Author SHA1 Message Date
Akasei
5d0405dc68 feat(gradio): apply VRAM optimization and fix texture config
- generation_all(): offload i23d_worker to CPU before texture gen,
  restore after — mirrors batch_generate.py sequential strategy.
  Prevents OOM when both models peak simultaneously on RTX 3080.
- Change texture config: max_num_view 8→9, resolution 768→512.
  768 resolution OOMs (14.6GB activation); 512 is practical max for
  RTX 3080 20GB. max_views 9 gives better texture coverage.
- Only active when --low_vram_mode flag is passed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-16 21:05:14 +08:00
WncFht
00fa3ac012 feat: 为 gradio_app.py 加上 enable_flashvdm 2025-07-13 11:44:49 +08:00
HuiwenShi
8f7b4be92e Update gradio_app.py 2025-06-16 22:13:47 +08:00
HuiwenShi
3f102487ba Update gradio_app.py 2025-06-16 22:12:54 +08:00
Zeqiang Lai
d2465f0427 Update gradio_app.py 2025-06-14 15:36:20 +08:00
Huiwenshi
dd93e7ce4e fix some 2025-06-14 14:32:20 +08:00
Huiwenshi
c88bee648e init 2025-06-13 23:53:14 +08:00