Peter-Kocsis / IntrinsicImageDiffusion

Intrinsic Image Diffusion for Single-view Material Estimation
Other
170 stars 14 forks source link

Problems related to the codebase #3

Closed snowflakewang closed 6 months ago

snowflakewang commented 6 months ago

Hi, thank you for your brilliant work in indoor scene material estimation/generation! I am interested in your codebase related to the diffusion model part. You use ldm as the codebase to implement your model. If I want to add some self-defined modules to the standard diffusion model, does it mean that ldm is more flexible to edit than diffusers?

Thanks a lot! :)

Peter-Kocsis commented 6 months ago

Hi, yes, that was my personal impression and that's the reason why I ussed ldm directly and not diffusers. Furthermore, I preferred using Pytorch Lightning, which is not clear how compatible is with diffusers.