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 b9f7691 commit a36aeaaCopy full SHA for a36aeaa
docs/source/en/api/pipelines/stable_diffusion/panorama.mdx
@@ -52,6 +52,13 @@ image = pipe(prompt).images[0]
52
image.save("dolomites.png")
53
```
54
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
62
## StableDiffusionPanoramaPipeline
63
[[autodoc]] StableDiffusionPanoramaPipeline
64
- __call__
0 commit comments