zzzyuqing / DreamMat

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

Adding more channels #8

Open SWAPv1 opened 6 months ago

SWAPv1 commented 6 months ago

Another feature that would be great are other typical channels such as: Normal, displacement, subsurface, transparency etc.

zzzyuqing commented 6 months ago

Thank you for your suggestion! At present, DreamMat does not yet support these features. Please stay tuned for our subsequent work for generating normal and displacement maps. As for subsurface reflections and transparency, they would require a more advanced BRDF model, which could potentially introduce more computational complexity in the distillation process. However, this is interesting, and we believe it is worth further exploration.