Generation Bounding Box
The generation bounding box is the rectangle that defines where a Canvas generation takes place. It controls both the area returned by the model and the portion of the Canvas used as image context for that generation.
What the Model Sees
Section titled “What the Model Sees”When you click Invoke, the visible Canvas content inside the bounding box is composited and sent through the generation pipeline. Content outside the box is not included in that Canvas image input, even though it remains visible to you on the larger Canvas.
This makes placement important. If the model needs to continue a shape, match a texture, or preserve part of a subject, include enough of that content inside the bounding box to give the model useful context. Moving the box changes which part of the image the model can use for the next generation.
Move and Resize the Bounding Box
Section titled “Move and Resize the Bounding Box”Select the Bounding Box tool in the Canvas toolbar. You can then:
- Drag inside the box to move it.
- Drag its handles to resize it.
- Use the aspect-ratio lock when you need to preserve its current proportions.
The bounding box dimensions determine the generated image’s width and height. Invoke constrains these dimensions to values supported by the selected model.
Bounding Box Size and Processing Size
Section titled “Bounding Box Size and Processing Size”The bounding box is the final footprint of the generation on the Canvas. If Scale Before Processing is enabled, Invoke may process that area at a different resolution and then resize the result back to the bounding box dimensions.
For best results, choose a box large enough to include the visual context the model needs, while keeping its dimensions appropriate for the selected model and your available VRAM.