drogozhang
commited on
Commit
•
6b2919f
1
Parent(s):
70855aa
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,9 @@ Please check our [website](https://osu-nlp-group.github.io/MagicBrush/) to explo
|
|
52 |
|
53 |
"turn_index" (int32): the edit turn in the image
|
54 |
|
55 |
-
"source_img" (str): input image, could be the original real image (turn_index=1) and edited images from last
|
|
|
|
|
56 |
|
57 |
"instruction" (str): edit instruction of how the input image should be changed.
|
58 |
|
|
|
52 |
|
53 |
"turn_index" (int32): the edit turn in the image
|
54 |
|
55 |
+
"source_img" (str): input image, could be the original real image (turn_index=1) and edited images from last turn (turn_index >=2)
|
56 |
+
|
57 |
+
"mask_img" (str): free-form mask image (white region), can be used in mask-provided setting to limit the region to be edited.
|
58 |
|
59 |
"instruction" (str): edit instruction of how the input image should be changed.
|
60 |
|