Skip to content

Commit 90168ff

Browse files
committed
image2image task type
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent fa7fcb8 commit 90168ff

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

developer_manual/digging_deeper/task_processing.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ The following built-in task types are available:
142142
* ``numberOfImages``: ``Number``
143143
* Output shape:
144144
* ``output``: ``ListOfImages``
145+
* ``'core:image2image'``: This task type is for editing images based on a text description of the changes. It is implemented by ``\OCP\TaskProcessing\TaskTypes\ImageToImage``
146+
* Input shape:
147+
* ``input``: ``ListOfImages``
148+
* ``prompt``: ``Text``
149+
* Output shape:
150+
* ``output``: ``Image``
145151
* ``'core:text2text:changetone'``: This task type is for reformulating a text, changing its tone. It is implemented by ``\OCP\TaskProcessing\TaskTypes\TextToTextChangeTone``
146152
* Input shape:
147153
* ``input``: ``Text``

0 commit comments

Comments
 (0)