We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7de97 commit f1eac44Copy full SHA for f1eac44
docs/source/en/using-diffusers/batched_inference.md
@@ -19,7 +19,7 @@ The downside is increased latency because you must wait for the entire batch to
19
<hfoptions id="usage">
20
<hfoption id="text-to-image">
21
22
-To generate a batch of images, pass a list of prompts to the pipeline.
+For text-to-image, pass a list of prompts to the pipeline.
23
24
```py
25
import torch
@@ -104,7 +104,7 @@ plt.show()
104
</hfoption>
105
<hfoption id="image-to-image">
106
107
-To generate a batch of images, pass a list of images to the pipeline.
+For image-to-image, pass a list of input images and prompts to the pipeline.
108
109
110
0 commit comments