sail-sg / Consistent3D

The official PyTorch implementation of Consistent3D (CVPR 2024)
MIT License
62 stars 0 forks source link

where can i get the pretrained model? #3

Closed chengfengke closed 4 months ago

chengfengke commented 4 months ago

I have not noticed any information about the pretrianed model or the training scripts, where can i get it.

yxymessi commented 4 months ago

I have not noticed any information about the pretrianed model or the training scripts, where can i get it.

Consistent3D is a optimization-based 3D generation pipeline, which means we leverage the pretrained 2D diffusion model to generate 3D assets. The training scripts have already been introduced in the readme file.

chengfengke commented 4 months ago

I have not noticed any information about the pretrianed model or the training scripts, where can i get it.

Consistent3D is a optimization-based 3D generation pipeline, which means we leverage the pretrained 2D diffusion model to generate 3D assets. The training scripts have already been introduced in the readme file.

thank you,I've already got the retrained model on the Huggingface.