--- license: mit --- # [ICCV 2025] Fine-Tuning Visual Autoregressive Models for Subject-Driven Generation 🚀 **Project Page**: [https://jiwoogit.github.io/ARBooth/](https://jiwoogit.github.io/ARBooth/) 💻 **Code**: [https://github.com/jiwoogit/ARBooth](https://github.com/jiwoogit/ARBooth) This is the checkpoint repository of [PyTorch implementation](https://github.com/jiwoogit/ARBooth) for the paper "Fine-Tuning Visual Autoregressive Models for Subject-Driven Generation". --- ## 🔧 How to Use You can download the pretrained checkpoint and load it with the original ARBooth repository: ### 💾 Download checkpoint ```bash git lfs install git clone https://huggingface.co/wldn0202/ARBooth ```