ComfyUI Node
Rebuild COLMAP Sparse
A ComfyUI node in SplatKit with 7 inputs and 5 outputs.
Rebuild COLMAP Sparse
- dataset_dir
- sparse_dir
- num_images
- num_points
- report
◄dataset_dir►
◄include_hirestrue►
◄fix_intrinsicstrue►
◄dry_runfalse►
◄backuptrue►
◄faces_model►
◄poses_model►
CategorySplatKit
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| dataset_dir | STRING | The dataset to repair -- wire the Dataset Project node's dataset_dir here, or type the folder path / bare name under ComfyUI/output. Must contain images/ and _spheresfm_work/. | |
| include_hiresopt | BOOLEAN | true | Include the hires_*.png pinhole views, taking their poses from the SfM solve in _spheresfm_work. Turn OFF to rebuild a cube-faces-only dataset. |
| fix_intrinsicsopt | BOOLEAN | true | Re-derive each view's intrinsics from its ACTUAL on-disk resolution. Leave ON: after an upscale pass the model often still declares the old size, which scales those views' focal length wrong. OFF keeps the model's declared cameras verbatim. |
| dry_runopt | BOOLEAN | false | Report what WOULD be written without touching anything. Run this first on a dataset you care about. |
| backupopt | BOOLEAN | true | Copy any existing sparse/0 into _sparse_backup/NNN/ before overwriting it. |
| faces_modelopt | STRING | Override the cube-face model. Blank = auto (cubic_hires/sparse, then cubic_inc/sparse, then cubic/sparse). Path may be relative to _spheresfm_work. | |
| poses_modelopt | STRING | Override the model supplying hires poses. Blank = auto (sparse_hires_tri, then sparse_hires, sparse_inc_tri, sparse_inc, sparse/0). |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| dataset_dir | STRING | — |
| sparse_dir | STRING | — |
| num_images | INT | — |
| num_points | INT | — |
| report | STRING | — |