From a36aeaa9edf9b662d09bbfd6e18cbc556ed38187 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Wed, 7 Jun 2023 02:21:35 +0530 Subject: [PATCH] add: entry to the doc about view_batch_size. --- docs/source/en/api/pipelines/stable_diffusion/panorama.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/en/api/pipelines/stable_diffusion/panorama.mdx b/docs/source/en/api/pipelines/stable_diffusion/panorama.mdx index e0c7747a01..03516624b1 100644 --- a/docs/source/en/api/pipelines/stable_diffusion/panorama.mdx +++ b/docs/source/en/api/pipelines/stable_diffusion/panorama.mdx @@ -52,6 +52,13 @@ image = pipe(prompt).images[0] image.save("dolomites.png") ``` + + +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. + + + ## StableDiffusionPanoramaPipeline [[autodoc]] StableDiffusionPanoramaPipeline - __call__