drogozhang commited on
Commit
6f35593
1 Parent(s): 4dc429a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,12 +31,12 @@ Then go back to the root folder and set up the running env following the [Instru
31
  python edit_cli.py --input [YOUR_IMG_PATH] --output imgs/output.jpg --edit "EDIT INSTRUCTION" --ckpt checkpoints/MagicBrush-epoch-000168.ckpt
32
 
33
  # Our model is fine-tuned for fine-grained real image editing. Therefore, it may not perform well on style transfer or other editings on large region.
34
- # e.g. python edit_cli.py --input imgs/example.jpg --output imgs/output.jpg --edit "let him wear a black T-shirt" --ckpt checkpoints/MagicBrush-epoch-000168.ckpt
35
  ```
36
 
37
  <div style="display: flex; justify-content: center;">
38
  <img src="https://s2.loli.net/2023/06/22/BwOuzhFTXCSlZym.jpg" alt="Source Image" style="width:40%; margin-right: 50px;">
39
- <img src="https://s2.loli.net/2023/06/22/Nl21EFPWg4UaOQx.jpg" alt="Target Image" style="width:40%;">
40
  </div>
41
 
42
  ### Run the interactive editing Gradio app:
 
31
  python edit_cli.py --input [YOUR_IMG_PATH] --output imgs/output.jpg --edit "EDIT INSTRUCTION" --ckpt checkpoints/MagicBrush-epoch-000168.ckpt
32
 
33
  # Our model is fine-tuned for fine-grained real image editing. Therefore, it may not perform well on style transfer or other editings on large region.
34
+ # e.g. python edit_cli.py --input imgs/example.jpg --output imgs/output.jpg --edit "let him wear a pair of sun glasses" --ckpt checkpoints/MagicBrush-epoch-000168.ckpt
35
  ```
36
 
37
  <div style="display: flex; justify-content: center;">
38
  <img src="https://s2.loli.net/2023/06/22/BwOuzhFTXCSlZym.jpg" alt="Source Image" style="width:40%; margin-right: 50px;">
39
+ <img src="https://s2.loli.net/2023/06/27/91oPIE3jlWMB7TF.jpg" alt="Target Image" style="width:40%;">
40
  </div>
41
 
42
  ### Run the interactive editing Gradio app: