Update README.md
Browse files
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 (`
|
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 |
|