zzzyuqing / DreamMat

[SIGGRAPH2024] DreamMat: High-quality PBR Material Generation with Geometry- and Light-aware Diffusion Models
MIT License
296 stars 11 forks source link

Repeated Blender Rendering #19

Open yejr0229 opened 2 months ago

yejr0229 commented 2 months ago

I have already completed Blender rendering in the same folder, but when I run commands in the same output folder, I need to wait for rendering to complete again, which is too time-consuming. If there are already rendered images, can the model go through the Blender rendering process? image Already have the preprocess image: image

By the way, are you sure the model can run in a single 3090 with 24G and don't encounter OOM issue?

XZYW7 commented 2 months ago

You don't have to repeat rendering. Just set data.blender_generate=false and make sure the rendered images exist. And there could be OOM issue, you could try lower scale of the model system.geometry.shape_init_params to reduce used memory.