Thanks for open-sourcing this great work!
Just to confirm, the training code of LlamaGen (https://github.com/FoundationVision/UniTok/tree/main/eval/llamagen) in this repo is actually not the adapted version for UniTok, right? (since the UniTok model is not presented in tokenizer/tokenizer_image/vq_model.py) That means, if we are to use UniTok to train LlamaGen, we need to add the UniTok model class in the vq_model.py.