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:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user