[go: nahoru, domu]

Skip to content

ming1993li/Instant3DCodes

Repository files navigation

Official Instant3D Codes

This is the official implementation of our paper Instant3D: Instant Text-to-3D Generation.

The project page is here.

1. Building the required Conda environment by requirements.txt

2. Downloading the pre-trained ckpts

2.1 Our Instant3D network weights

(revise args.py --evaluate accordingly)

2.2 Pretrained CLIP and Stable Diffusion weights (revise args.py ----pretrained_path)

2.2.1 The CLIP weight for ViT-L/14

2.2.2 downloading SD 2.1, sign in hugging face account through

from huggingface_hub import login login('')

3. Install tiny-cuda-nn

4. DDP running

python -m torch.distributed.launch --nproc_per_node=1 --master_port=2349 ./main.py --batch-size 1 --random_seed 666 --gpu-ids 0

Citation

@article{li2023instant3d,
title     = {Instant3D: Instant Text-to-3D Generation},
author    = {Li, Ming and Zhou, Pan and Liu, Jia-Wei, and Keppo, Jussi and Lin, Min and Yan, Shuicheng and Xu, Xiangyu},
journal   = {International Journal of Computer Vision},
year      = {2024},
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages