drogozhang
commited on
Commit
•
f9c79ba
1
Parent(s):
3eca027
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
datasets:
|
4 |
+
- osunlp/MagicBrush
|
5 |
+
---
|
6 |
+
|
7 |
+
# InstructPix2Pix checkpoint fine-tuned on [MagicBrush](https://osu-nlp-group.github.io/MagicBrush/).
|
8 |
+
|
9 |
+
## 1. Env Setup
|
10 |
+
|
11 |
+
To use the HIVE checkpoint fine-tuned on MagicBrush, set up env with following the original HIVE:
|
12 |
+
|
13 |
+
Download this checkpoint into `checkpoints` folder via
|
14 |
+
|
15 |
+
```shell
|
16 |
+
cd checkpoints
|
17 |
+
# recent best checkpoint:
|
18 |
+
wget https://huggingface.co/osunlp/HIVE-MagicBrush/resolve/main/MagicBrush-epoch-000130.ckpt
|
19 |
+
|
20 |
+
```
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
|
24 |
+
If you find this checkpoint useful, please consider citing our paper:
|
25 |
+
|
26 |
+
```
|
27 |
+
@inproceedings{Zhang2023MagicBrush,
|
28 |
+
title={MagicBrush: A Manually Annotated Dataset for Instruction-Guided Image Editing},
|
29 |
+
author={Kai Zhang and Lingbo Mo and Wenhu Chen and Huan Sun and Yu Su},
|
30 |
+
booktitle={Advances in Neural Information Processing Systems},
|
31 |
+
year={2023}
|
32 |
+
}
|
33 |
+
```
|