ComfyUI Node
BobsLatentNodeAdvanced
A ComfyUI node in latent/generate with 5 inputs and 4 outputs.
BobsLatentNodeAdvanced
- latent
- tile_width
- tile_height
- upscale_by
◄aspect_ratio1:1►
◄mp_size_float1.00►
◄upscale_by2.00►
◄model_typeFLUX►
◄batch_size1►
Categorylatent/generate
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| aspect_ratio | STRING | 1:1 | Target image aspect ratio (e.g., '1:1', '16:9', '3:2'). This determines the shape of the BASE latent image. |
| mp_size_float | FLOAT | 1.000.01–4 | Target megapixel area (in millions of pixels, based on 1 MP = 1048576 pixels) for the BASE latent image. Range 0.01 to 4.0 (4.0 is 2048x2048 area). |
| upscale_by | FLOAT | 2.001–10 | Desired upscale factor for the FINAL output image. Used to calculate tiling dimensions in pixel space. Does NOT upscale the generated latent. |
| model_type | COMBO | FLUX | Select model to set resolution rounding rules and latent channels (FLUX=16, QWEN=round to 28, others=4 channels & round to 64). |
| batch_size | INT | 11–64 | Number of latent images in the batch. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| latent | LATENT | — |
| tile_width | INT | — |
| tile_height | INT | — |
| upscale_by | FLOAT | — |