Skip to content

Commit a36aeaa

Browse files
committed
add: entry to the doc about view_batch_size.
1 parent b9f7691 commit a36aeaa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/en/api/pipelines/stable_diffusion/panorama.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ image = pipe(prompt).images[0]
5252
image.save("dolomites.png")
5353
```
5454

55+
<Tip>
56+
57+
When calling the pipeline, specify `view_batch_size` to have a value > 1. For some GPUs with high performance,
58+
a higher `view_batch_size` can speedup the generation and increase the VRAM usage.
59+
60+
</Tip>
61+
5562
## StableDiffusionPanoramaPipeline
5663
[[autodoc]] StableDiffusionPanoramaPipeline
5764
- __call__

0 commit comments

Comments
 (0)