drogozhang commited on
Commit
1897911
·
1 Parent(s): 42dc0a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ license: creativeml-openrail-m
6
 
7
  ## 1. Env Setup
8
 
9
- To use this checkpoint on InstructPix2Pix model, set up env like this:
10
 
11
  ```shell
12
  git clone https://github.com/timothybrooks/instruct-pix2pix.git
@@ -21,7 +21,7 @@ cd checkpoints
21
  wget https://huggingface.co/osunlp/InstructPix2Pix-MagicBrush/resolve/main/MagicBrush-epoch-000168.ckpt
22
  ```
23
 
24
- Then go back to the root folder and set up the env following the instructpix2pix guidelines.
25
 
26
  ## 2. Launch
27
 
 
6
 
7
  ## 1. Env Setup
8
 
9
+ To use the InstructPix2Pix checkpoint fine-tuned on MagicBrush, set up env with following command:
10
 
11
  ```shell
12
  git clone https://github.com/timothybrooks/instruct-pix2pix.git
 
21
  wget https://huggingface.co/osunlp/InstructPix2Pix-MagicBrush/resolve/main/MagicBrush-epoch-000168.ckpt
22
  ```
23
 
24
+ Then go back to the root folder and set up the running env following the [InstructPix2Pix](https://github.com/timothybrooks/instruct-pix2pix) guidelines.
25
 
26
  ## 2. Launch
27