Add ReadMe modify
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# [ICCV 2025] Fine-Tuning Visual Autoregressive Models for Subject-Driven Generation
|
| 2 |
+
|
| 3 |
+
🚀 **Project Page**: [https://jiwoogit.github.io/ARBooth/](https://jiwoogit.github.io/ARBooth/)
|
| 4 |
+
💻 **Code**: [https://github.com/jiwoogit/ARBooth](https://github.com/jiwoogit/ARBooth)
|
| 5 |
+
|
| 6 |
+
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".
|
| 7 |
+
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
## 🔧 How to Use
|
| 11 |
+
|
| 12 |
+
You can download the pretrained checkpoint and load it with the original ARBooth repository:
|
| 13 |
+
|
| 14 |
+
### 💾 Download checkpoint
|
| 15 |
+
|
| 16 |
+
```bash
|
| 17 |
+
git lfs install
|
| 18 |
+
git clone https://huggingface.co/wldn0202/ARBooth
|
| 19 |
+
```
|