| | --- |
| | 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 |
| | ``` |
| |
|