ArchAi3D_Qwen_Exterior_Focus
Exterior focus presets
- prompt
- preset_description
- system_prompt
The exterior camera nodes are the pack's answer to a very specific interior-design problem: you've designed the outdoor deck and you need a hero shot of the furniture on it, or the entrance, or the garden fountain - but from the right spot, at the right distance. Exterior Focus is the "position the camera in front of a target outdoors" node. Its default preset name even advertises the use case: outdoor_furniture_closeup.
The panel
preset- focus targets likeoutdoor_furniture_closeup, orcustomfor manual control. Presets pre-fill the positioning parameters.prompt_style- the interesting one, and it's a genuine choice with research behind it.vantage_pointis marked as the QWEN Guide's ⭐⭐⭐⭐⭐ verified pattern;zoomis the "user-tested real-world pattern." The tooltip says both work - the vantage-point phrasing positions the camera as a viewpoint, the zoom phrasing frames the change as a camera zoom. Worth trying both on your subject and keeping the one the model honors better.scene_context- describe the outdoor scene ("wooden deck with outdoor furniture on the right side"). The pack says it improves consistency, and it does - give the model the layout before asking it to move.custom_target- what to focus on when preset is custom: "the outdoor furniture on the deck", "the entrance door", "the garden fountain".direction- where to stand relative to the target (front= directly in front).distance(0.5–20m) - the spacing. Tooltip guidance is honest: smaller = closer/more intimate, larger = more context.height- face_level (standard), elevated (bird's eye), ground_level (worm's eye).auto_facing(default on) - automatically face the target to keep it centered. The recommended setting.
Outputs
prompt (for the encoder), preset_description (what the focus preset does), and system_prompt - the v5.0 "research-validated" system prompt for exterior focus, designed to keep the model preserving the outdoor scene while repositioning the camera.
How it works
Distance-first camera instruction: "position the camera at face level, 2.5m in front of the outdoor furniture, facing it." The research foundation here - and it's the same insight running through the whole pack - is that distance-based positioning in meters is more reliable for Qwen Edit than degree-based rotations, because the model handles spatial language ("2.5m to the left") better than geometry. The prompt_style toggle then decides whether that positioning is framed as a vantage point or as a zoom, which are the two phrasings that survived community testing.
When to reach for it
Exterior shots with a clear focal subject: deck furniture close-ups, entrance shots, garden features, product-on-the-patio hero shots. It's narrower than the generic focus cameras - it's exterior-flavored with exterior system prompts - so if your shot is inside, use one of the main camera nodes instead. Pair the outputs with an encoder and a Qwen Edit model, and if you're shooting a series, keep distance small between frames for smoother consistency.
Install
Same pack, once:
cd ComfyUI/custom_nodes
git clone https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen.git
cd ComfyUI-ArchAi3d-Qwen && pip install -r requirements.txt
Or ComfyUI Manager → "ArchAi3d Qwen". Restart, then it's under ArchAi3d/Camera/Exterior. You need the Qwen-Image-Edit weights (quantized on consumer GPUs). Gotcha: large distances on a wide outdoor scene are where Qwen drift bites hardest - the further the camera "moves," the more the model invents between here and there. Keep hops modest.
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| preset | COMBO | outdoor_furniture_closeup | Select focus target or use 'custom' for manual control. 'outdoor_furniture_closeup' = YOUR USE CASE! |
| prompt_style | COMBO | vantage_point | ⭐ Pattern choice: 'vantage_point' (QWEN Guide ⭐⭐⭐⭐⭐ verified) OR 'zoom' (user-tested real-world pattern). Both work! |
| scene_context | STRING | Optional: Outdoor scene description. Example: 'wooden deck with outdoor furniture on the right side'. Improves consistency. | |
| custom_target | STRING | the outdoor furniture | What to focus on. Examples: 'the outdoor furniture on the deck', 'the entrance door', 'the garden fountain' |
| direction | COMBO | front | Direction to position camera relative to target. 'front' = directly in front. |
| distance | FLOAT | 2.50.5–20 | Distance from target in meters (0.5-20m). Smaller = closer/more intimate, larger = more context. |
| height | COMBO | face_level | Camera height: face_level = standard, elevated = bird's eye, ground_level = worm's eye |
| auto_facing | BOOLEAN | true | Automatically face the target (recommended). Keeps target centered in frame. |
| debug_mode | BOOLEAN | false | Print detailed prompt information to console |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | Generated prompt for Qwen Edit 2509 |
| preset_description | STRING | Description of the selected focus preset |
| system_prompt | STRING | ⭐ v5.0: Research-validated system prompt for exterior focus! Connect to encoder's system_prompt input. |