ComfyUI Node
ArchAi3D_Solid_Color_Image
A ComfyUI node in ArchAi3d/Utils with 8 inputs and 1 output.
ArchAi3D_Solid_Color_Image
- reference_image
- solid_image
◄preset_dimensions2:1 - 768 (1536×768)►
◄color_modergb►
◄rgb_r128►
◄rgb_g128►
◄rgb_b128►
◄hex_color808080►
◄debug_modefalse►
CategoryArchAi3d/Utils
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| preset_dimensions | COMBO | 2:1 - 768 (1536×768) | Preset panoramic dimensions (2:1 aspect ratio). Used when no reference image is provided. All sizes divisible by 32 for optimal AI processing. Range: 0.52 MP to 4.72 MP. |
| color_mode | COMBO | rgb | Choose color definition method: RGB values (0-255) or hexadecimal code |
| rgb_r | INT | 1280–255 | Red channel value (0-255) - only used when color_mode='rgb' |
| rgb_g | INT | 1280–255 | Green channel value (0-255) - only used when color_mode='rgb' |
| rgb_b | INT | 1280–255 | Blue channel value (0-255) - only used when color_mode='rgb' |
| hex_color | STRING | 808080 | Hexadecimal color code (e.g., 'FF0000' or '#FF0000') - only used when color_mode='hex' |
| debug_mode | BOOLEAN | false | Enable console logging (shows dimensions, color info) |
| reference_imageopt | IMAGE | Optional: Reference image to extract dimensions from. If not provided, uses preset dimensions below. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| solid_image | IMAGE | Solid color image matching reference dimensions |