ComfyUI Node
Atlas Equirect Multi-View π
A ComfyUI node in Atlas/01 Β· Input & Camera with 11 inputs and 3 outputs.
Atlas Equirect Multi-View π
- equirect
- solve
- all_views
- report
βn_views4βΊ
βfov_deg90βΊ
βsize1024βΊ
βdepth_modelRuicheng/moge-2-vitl-normalβΊ
βheight_samples4βΊ
βpitch_deg0βΊ
βyaw_offset_deg0βΊ
βrelief_grid256βΊ
βdeviceautoβΊ
βmax_side0βΊ
CategoryAtlas/01 Β· Input & Camera
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| equirect | IMAGE | Equirectangular 360x180 panorama, normally 2:1. | |
| n_viewsopt | INT | 42β32 | Cameras around the ring; each costs one depth pass. 4 is the measured sweet spot β going 2->4 closes the +-90deg gap that makes a sideways dolly disocclude (safe z dolly jumps 4.2x, 0.233 -> 0.983 m) and the budget then PLATEAUS. Beyond 4 you are buying projection coverage, not camera freedom: torn frame keeps falling (11.7% at 4, 7.4% at 8, 5.5% at 12) while the move budget drifts slightly DOWN. Raise it when the projection quality matters more than the runtime. |
| fov_degopt | FLOAT | 9020β150 | β |
| sizeopt | INT | 1024128β4096 | β |
| depth_modelopt | COMBO | Ruicheng/moge-2-vitl-normal | MoGe. V2-Metric-Outdoor mis-scales panorama crops ~4.4x (measured on two 8K plates), so it is deliberately not offered here. |
| height_samplesopt | INT | 41β32 | Views solved independently to establish the ONE shared camera height, taken as their MEDIAN. They share an optical centre, so any spread between them is estimation noise, not geometry. |
| pitch_degopt | FLOAT | 0-80β80 | Ring tilt. KEEP AT 0 β tilting removes the horizon and the ground-plane fit stops working (measured: 0/6 views reached a measured scale at -20/-40/-60). |
| yaw_offset_degopt | FLOAT | 0-360β360 | Rotate the whole ring β moves a seam off your subject. |
| relief_gridopt | INT | 25632β1024 | β |
| deviceopt | COMBO | auto | 4 options: auto, cuda, mps, cpu |
| max_sideopt | INT | 00β16384 | Cap the longer edge before depth inference (0 = off). With N views the cost multiplies, so this matters more here than on a single plate. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| solve | ATLAS_SOLVE | β |
| all_views | IMAGE | β |
| report | STRING | β |