Skip to content

Commit f1eac44

Browse files
committed
feedback
1 parent 6b7de97 commit f1eac44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/en/using-diffusers/batched_inference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The downside is increased latency because you must wait for the entire batch to
1919
<hfoptions id="usage">
2020
<hfoption id="text-to-image">
2121

22-
To generate a batch of images, pass a list of prompts to the pipeline.
22+
For text-to-image, pass a list of prompts to the pipeline.
2323

2424
```py
2525
import torch
@@ -104,7 +104,7 @@ plt.show()
104104
</hfoption>
105105
<hfoption id="image-to-image">
106106

107-
To generate a batch of images, pass a list of images to the pipeline.
107+
For image-to-image, pass a list of input images and prompts to the pipeline.
108108

109109
```py
110110
import torch

0 commit comments

Comments
 (0)