Skip to content

Commit 5521077

Browse files
committed
Update README.md
1 parent c7e47ea commit 5521077

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
439448
Values are shown directly at output slots for quick reference.
440449

0 commit comments

Comments
 (0)