gsgen3d / gsgen

[CVPR 2024] Text-to-3D using Gaussian Splatting
https://arxiv.org/abs/2309.16585
MIT License
761 stars 42 forks source link

traing error #17

Open HappyPiepie opened 10 months ago

HappyPiepie commented 10 months ago

when i run------python main.py --config-name=base prompt.prompt="A DSLR photo of Car made out of sushi.", i got so many "................................................." in trainrr.py(self.guidance = get_guidance(cfg.guidance) and can't run trainer.train_loop() image .can you help me ? please

heheyas commented 10 months ago

Hi HappyPiepie,

Sorry for the late response. I suppose you also work in mainland China (like me). For some reason you may be aware of (:sweat_smile:), there are times when we cannot directly connect to Hugging Face. In the outputs, one . indicates that you retried once. If you still cannot download the weights, you can first download them in Google Colab, save them to your Google Drive, and then download the weights from Google Drive. Set the correct checkpoint path using export TRANSFORMERS_OFFLINE=1 DIFFUSERS_OFFLINE=1 HF_HUB_OFFLINE=1 to force Hugging Face to read the weights locally.

Best regards, heheyas