Alpha-VLLM / LLaMA2-Accessory

An Open-source Toolkit for LLM Development
https://llama2-accessory.readthedocs.io/
Other
2.62k stars 167 forks source link

ask for help #202

Closed zcdliuwei closed 2 days ago

zcdliuwei commented 3 weeks ago

Thank you for your amazing open source project!

I have a batch of image and text pairs, and I would like to use your Large-DiT-T2I to train a Text-to-Image DiT model. Once I have installed the necessary packages, I will download consolidated_ema.00-of-01.pth and model.args.pth to the pretrained model folder, and then use the following command to start:

python -u demo.py --ckpt pretrained_model

Then I received the following error message:

image image

May I ask how to solve this problem? I hope to receive your reply

gaopengpjlab commented 2 weeks ago

Please use our latest Lumina-series model.

https://github.com/Alpha-VLLM/Lumina-T2X

zcdliuwei commented 2 weeks ago

Please use our latest Lumina-series model.

https://github.com/Alpha-VLLM/Lumina-T2X

Thanks for your kindly reply I will give it a try soon