ComfyUI Node
ArchAi3D_Simple_Position_Prompt
A ComfyUI node in ArchAi3d/Utils with 5 inputs and 2 outputs.
ArchAi3D_Simple_Position_Prompt
- formatted_prompt
- system_prompt
◄operation_modeadd_objects►
◄object_descriptions—►
◄start_description►
◄end_description►
◄use_system_promptyes►
CategoryArchAi3d/Utils
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| operation_mode | COMBO | add_objects | Select the operation mode: - add_objects: Add new objects at rectangle positions - remove_objects: Remove objects at rectangle positions and fill with background |
| object_descriptions | STRING | Describe objects separated by / (slash). ADD mode: 'add a bicycle / add a man sitting on chair' REMOVE mode: 'remove the car / remove the person / remove the sign' Each description will be mapped to rectangle 1, 2, 3... in order. | |
| start_description | STRING | Optional description to add at the START (before rectangle mappings). Will be wrapped in parentheses. Leave empty if not needed. | |
| end_description | STRING | Description to add at the END (after rectangle mappings). Leave empty to use smart default based on operation mode: - ADD: 'Maintain all other elements and colors unchanged' - REMOVE: 'Fill removed areas naturally with seamless background' | |
| use_system_prompt | COMBO | yes | Include system prompt in output: - yes: Include optimized system prompt for selected mode - no: No system prompt (empty string) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| formatted_prompt | STRING | Formatted prompt with parentheses format |
| system_prompt | STRING | System prompt optimized for selected mode (empty if 'no' selected) |