ComfyUI Node
Dataset Upscale Plan (batch sizes, no cycle)
A ComfyUI node in SplatKit with 7 inputs and 7 outputs.
Dataset Upscale Plan (batch sizes, no cycle)
- frames_per_view
- suggested_batch_size
- num_views
- total_frames
- plan
- select_every_nth
- drop_partial_stride
◄dataset_namemy_scene►
◄dataset_path►
◄lowres_suffix_lowres►
◄camera_index-1►
◄select_every_nth1►
◄drop_partial_stridefalse►
◄max_batch_size0►
CategorySplatKit
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| dataset_name | STRING | my_scene | Same dataset the loader reads. |
| dataset_pathopt | STRING | Optional explicit path; overrides dataset_name. Wire Prepare Dataset Upscale -> load_dir here to be certain both nodes describe the same folder. | |
| lowres_suffixopt | STRING | _lowres | — |
| camera_indexopt | INT | -1-1–4096 | Must match the loader's camera_index. |
| select_every_nthopt | INT | 11–1000 | Must match the loader's select_every_nth. |
| drop_partial_strideopt | BOOLEAN | false | Must match the loader's drop_partial_stride. |
| max_batch_sizeopt | INT | 00–16384 | VRAM ceiling for SeedVR2's batch_size. 0 = no cap (take the largest legal value). Set it once to the biggest batch your card handles -- 9 for a 7B fp16 model at resolution 1024 -- and the node always returns a legal batch at or below it. |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| frames_per_view | INT | — |
| suggested_batch_size | INT | — |
| num_views | INT | — |
| total_frames | INT | — |
| plan | STRING | — |
| select_every_nth | INT | — |
| drop_partial_stride | BOOLEAN | — |