prolificdreamer
prolificdreamer copied to clipboard
ProlificDreamer: High-Fidelity and Diverse Text-to-3D Generation with Variational Score Distillation (NeurIPS 2023 Spotlight)
The commands I run are as follows: ``` cd ./prolificdreamer-main CUDA_VISIBLE_DEVICES=0 python main.py --text "Albert Einstein is playing the guitar." --iters 25000 --lambda_entropy 100 --scale 7.5 --n_particles 1 --h 512...
I'm curious if it makes sense to switch the VSD loss and LoRA loss in the paper (switch the following two red boxes). I feel like it is intuitively more...
Thank you for your awesome research!!! I have been trying to implement prolific dreamer recently. Would you like to share more details about how to set factors for VSD loss...
Thanks for your great work! My goal is to import highly detailed meshes and textures into 3D software like Blender, Unreal for rendering How do export mesh and textures (diffuse,...
I am interested in reviewing the 3D model generated by ProlificDreamer, please enlight me of how to get one of the file in fbx, obj, glb or other format.
I used the default config to run bash run.sh 0 "A pineapple." It cost 9 hours on 4090. I wonder if it is normal?
hello did you also program a version of this that works with single image input instead of text ? how can i switch it ? thank you for your attention
since the training takes sooo much time despite i've got 4090 rtx, is there any checkpoints for the training ?