2y7c3 / ASD

[CVPR2024] Official Codes for "Adversarial Score Distillation: When score distillation meets GAN"
https://2y7c3.github.io/ASD/asd.html
26 stars 0 forks source link

Question about training 3d gaussian #3

Open Suho0922 opened 1 week ago

Suho0922 commented 1 week ago

Thank you for showing amazing work!

I have question for training 3DGS.

  1. Did you use original 3DGS with your model naively to training 3d gaussian? or these is some modification?

  2. In 3DGS result, there is some results with LoRA(e.g. using Taylor Swift LoRA for SD2.1, using Emma Stone LoRA for SD1.5 ). is it trained with DreamBooth? and where can I find the more specification of that LoRA training? could you please explain details of it?

  3. Lastly do you have any plan to release the code for training 3d gaussian?

Thank you for reading this.

2y7c3 commented 3 days ago
  1. We used a modified prune process.
  2. The LoRA weights come from Civitai. You can load any weights for Text-to-Image diffusion models.
  3. We plan to release the relevant code in the next few weeks.

Thanks for your attention.