ARBooth / README.md
wldn0202's picture
Update README.md
9f33110 verified
---
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
```