File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -435,6 +435,15 @@ The node provides three scaling methods that work together:
435435 - This value is used when you want to upscale/downscale your image using external nodes
436436 - Changes based on selected scaling mode (manual scale, resolution target, or megapixels target)
437437 - Connect this output to upscaling nodes in your workflow for resolution-independent scaling
438+ - **batch_size** (INT): Number of latent images in the batch
439+ - Configurable via the batch_size input parameter (default: 1, range: 1-4096)
440+ - Use this when you need to generate multiple images with the same resolution settings
441+ - Connect to nodes that support batch processing
442+ - **latent** (LATENT): Generated empty latent tensor ready for sampling
443+ - Automatically created based on width, height, and batch_size
444+ - Dimensions: [batch_size, 4, height÷8, width÷8]
445+ - Connect directly to KSampler or other sampling nodes
446+ - Eliminates the need for a separate "Empty Latent Image" node
438447
439448Values are shown directly at output slots for quick reference.
440449
You can’t perform that action at this time.
0 commit comments