NAR icon indicating copy to clipboard operation
NAR copied to clipboard

The official implementation of "Neighboring Autoregressive Modeling for Efficient Visual Generation"

Results 4 NAR issues
Sort by recently updated
recently updated
newest added

Hi, thank you for releasing this great work! I'm trying to run video generation with the model hywang66/LARP-L-long-AR using the official sample.py script. However, when loading the model from HuggingFace...

![Image](https://github.com/user-attachments/assets/a835f07b-65e6-4cd7-9355-02e416f2e66a) when I use cmd: python autoregressive/sample/sample_t2i.py --vq-ckpt ./pretrained_models/vq_ds16_t2i.pt --gpt-ckpt ./pretrained_models/t2i_XL_stage2_512.pt --gpt-model GPT-XL --image-size 512 The generated image is as above. Do you have any ideas?

Hi @ThisisBillhe 🤗 Niels here from the open-source team at Hugging Face. I discovered your work on Arxiv and was wondering whether you would like to submit it to [hf.co/papers](https://hf.co/papers)...

Training fails with TypeError: 'NoneType' object is not subscriptable at line 393 in models/larp_ar.py when the mask parameter is not provided during forward pass. **Error Traceback** ``` Traceback (most recent...