ComfyUI Node
Visual Area Prompt "Advanced"
A ComfyUI node in RegionalPrompt with 5 inputs and 2 outputs.
Visual Area Prompt "Advanced"
- all_area_conditioning
- global_conditioning
- area_conditioning
- combined_conditioning
◄merge_globalfalse►
◄image_width1024►
◄image_height1024►
CategoryRegionalPrompt
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| all_area_conditioning | CONDITIONING | Base conditioning. Will be concatenated to all other conditionings, including global. | |
| global_conditioning | CONDITIONING | Will be applied to the whole image once. | |
| merge_global | BOOLEAN | false | Turning this on will make it so that the global conditioning will be concatenated to all other conditionings before being applied. (will not affect combined_conditioning output). |
| image_width | INT | 102416–16384 | The width of the canvas. (only affects looks). |
| image_height | INT | 102416–16384 | The height of the canvas. (only affects looks). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| area_conditioning | CONDITIONING | Area conditioning |
| combined_conditioning | CONDITIONING | Combined conditioning |