File size: 891 Bytes
f9c79ba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
license: creativeml-openrail-m
datasets:
- osunlp/MagicBrush
---

# InstructPix2Pix checkpoint fine-tuned on [MagicBrush](https://osu-nlp-group.github.io/MagicBrush/). 

## 1. Env Setup

To use the HIVE checkpoint fine-tuned on MagicBrush, set up env with following the original HIVE:

Download this checkpoint into `checkpoints` folder via

```shell
cd checkpoints
# recent best checkpoint:
wget https://huggingface.co/osunlp/HIVE-MagicBrush/resolve/main/MagicBrush-epoch-000130.ckpt

```

## Citation

If you find this checkpoint useful, please consider citing our paper:

```
@inproceedings{Zhang2023MagicBrush,
        title={MagicBrush: A Manually Annotated Dataset for Instruction-Guided Image Editing},
        author={Kai Zhang and Lingbo Mo and Wenhu Chen and Huan Sun and Yu Su},
        booktitle={Advances in Neural Information Processing Systems},
        year={2023}
}
```