iamlucaconti commited on
Commit
fc95231
·
verified ·
1 Parent(s): a66b9b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: image-to-image
10
 
11
  GitHub: https://github.com/iamlucaconti/InstructPix2Pix
12
 
13
- Given an input image and an accompanying edit instruction, our model generates the corresponding modification directly. Unlike approaches that rely on detailed textual descriptions of both the source and target images, our method requires only the instruction (`ediit_prompt`) and performs the edit in a single forward pass, without per-example inversion or additional fine-tuning. An example generated by our model is shown below:
14
 
15
  <img src='https://github.com/iamlucaconti/InstructPix2Pix/raw/main/images/home_alone.png'/>
16
 
 
10
 
11
  GitHub: https://github.com/iamlucaconti/InstructPix2Pix
12
 
13
+ Given an input image and an accompanying edit instruction, our model generates the corresponding modification directly. Unlike approaches that rely on detailed textual descriptions of both the source and target images, our method requires only the instruction (`edit_prompt`) and performs the edit in a single forward pass, without per-example inversion or additional fine-tuning. An example generated by our model is shown below:
14
 
15
  <img src='https://github.com/iamlucaconti/InstructPix2Pix/raw/main/images/home_alone.png'/>
16