1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

add: entry to the doc about view_batch_size.

This commit is contained in:
Sayak Paul
2023-06-07 02:21:35 +05:30
parent b9f7691e52
commit a36aeaa9ed

View File

@@ -52,6 +52,13 @@ image = pipe(prompt).images[0]
image.save("dolomites.png")
```
<Tip>
When calling the pipeline, specify `view_batch_size` to have a value > 1. For some GPUs with high performance,
a higher `view_batch_size` can speedup the generation and increase the VRAM usage.
</Tip>
## StableDiffusionPanoramaPipeline
[[autodoc]] StableDiffusionPanoramaPipeline
- __call__