EnVision-Research / LucidDreamer

Official implementation of "LucidDreamer: Towards High-Fidelity Text-to-3D Generation via Interval Score Matching"
MIT License
749 stars 32 forks source link

How can I generate zero-shot avatar?? #30

Closed sunwonlikeyou closed 7 months ago

sunwonlikeyou commented 7 months ago

I can't find training codes for Zero-shot avatar.. This code is only for head. Do you have plans about updating about zero-shot avatar generation?

AbnerVictor commented 7 months ago

I can't find training codes for Zero-shot avatar.. This code is only for head. Do you have plans about updating about zero-shot avatar generation?

Thank you for asking.

The zero-shot avatar generation pipeline is under our development and we do not release our code due to the complexity of the new pipeline. Specifically, we add an extra module to render the control signal (depth map of human body, via SMPL) and control the stable diffusion with a depth-control-net, the result is reasonably well.

We may consider adding the pipeline to this repo, but not our top priority.