-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RealFusion reproduction #9
Comments
Would love to see this! I'm currently looking to reimplement Dreambooth3D (https://dreambooth3d.github.io/), which also requires a textual inversion pipeline like RealFusion. Do you have any pointers on how best to integrate that with threestudio. Excited to use threestudio as a starting point! Thanks! |
Hello! RealFusion author here. I'm happy to answer any questions and help with the implementation if you need help on any specific points. And thanks for starting this library, it looks great. Excited to contribute to it. |
@jaidevshriram Here're some tips on implementing a DreamBooth3D system:
Stage 2
Stage 3
Let me know if you have any problems. Looking forward to the DreamBooth3D implementation! |
@lukemelas Hi! Thank you very much! We're currently working on reproducing RealFusion, very inspiring work! The paper is very well written, and I'll let you know if we have some problems with specific details. |
Wonderful, and thank you for the kind words! |
@bennyguo Thank you for the incredibly detailed response! Appreciate it. |
Hey, just to follow up on this - do you have any tips on how best to organise a dreambooth pipeline. I've currently implemented a custom dreambooth3d system that modifies the dreamfusion system. However, it would be nice to replicate some of the dreambooth ideas w VSD guidance / fantastica3D / magic3D. |
@jaidevshriram Great to hear this! Is your Dreambooth3D pipeline reproducing the paper results? I think threestudio has a very flexible structure that allows you to easily change any part of the system, for example the geometry type and guidance type. You could refer to prolificdreamer*.py (there're three of them) to see how I use the same system across 3 stages but enable different geometry and guidance at each stage. |
No description provided.
The text was updated successfully, but these errors were encountered: