5 Commits

Author SHA1 Message Date
Akasei
b6685c9560 feat: add batch 3D generation script with VRAM optimization
- Add batch_generate.py: two-phase pipeline (shape→texture) that loads
  models sequentially to avoid OOM on RTX 3080
- Fix mesh_utils.py: make bpy import lazy so load_mesh/save_mesh work
  without Blender installed
- Phase 1: shape generation for all images, then unload
- Phase 2: texture generation for all meshes, then unload
- Skip already-generated outputs for resumability
- Tested: 9/9 images successfully generated textured GLB models

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-16 20:20:46 +08:00
qinmaohui
663ee27446 还原对于custom_rasterizer_kernel的修改 2025-09-10 22:37:29 +08:00
qinmaohui
928f41b289 将原文件恢复,新建custom_rasterizer_kernel_for_windows文件夹放置修改的文件 2025-09-10 09:04:36 +08:00
qinmaohui
7facf4b459 修复在windows系统中安装custom_rastorizer报错 2025-07-10 17:22:47 +08:00
Huiwenshi
c88bee648e init 2025-06-13 23:53:14 +08:00