Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
432 stars 23 forks source link

Support Diffusers library instead of MMGeneration #26

Closed MinJunKang closed 1 year ago

MinJunKang commented 1 year ago

Hello, Thanks for sharing great work!

Currently, MMGeneration doesn't seem to have updated their code recently and many diffusion repositories are using diffuser library.

My questions are :

  1. Do you have any plans to update the code with the diffuser library?
  2. Are there any specific reasons to use MMGeneration rather than the diffuser library? This question is to understand the possible issues of exporting this wonderful code using Diffusers. I want to refactor this code above the diffuser library.

Thanks!

Lakonik commented 1 year ago

Hi, thank you for your interest in our work. This project started back when diffusers wasn't that popular, so we chose MMGen instead since it's a good platform for benchmarking different models. We are actively working on this codebase still, and may release a new version with diffusers support in the future (but no guarantee).

MinJunKang commented 1 year ago

Thanks for your answer!