Skip to main content
The Nerfstudio wizard in Cloud builds a workflow for a 3D Gaussian splatting pipeline (splatfacto or splatfacto-big) without hand-editing JSON. You provide input captures and parameters; the wizard outputs a workflow you can save and run. The wizard must appear on the workflow create flow. If not, the Nerfstudio isn’t enabled on this deployment (contact your team admin), or no agent in your team carries the nerfstudio label.

Before you start

  • A capture you want to reconstruct. Three input kinds are supported:
  • A team agent carrying the nerfstudio label (and the gpu label, of course).

Build the workflow

  1. Open Workflows in the sidebar.
  2. Click Create workflow and pick Nerfstudio wizard.
  3. Fill in the wizard:
  4. Click Save to create the workflow.
The wizard shows the generated workflow spec inline (in a collapsible preview) before saving so you can review it.

Run

The new workflow appears in the Workflows list. From the detail page:
  1. Click Run.
  2. Upload the input (images ZIP, video, or processed dataset).
  3. Submit.
The task moves through pending → waiting → queued → running → completed. Long-running training tasks emit progress events with step counts that the task detail page renders inline.

Output

When the task succeeds, the output panel shows:
  • A primary artifact (the splat .ply or the video, depending on toggles).
  • A storage key referencing the rest of the output (config, file list, manifest).
You can re-run the workflow with new inputs or different parameters by submitting another task.
  • Workflows — concept.
  • Tasks — lifecycle and progress events.
  • Agents — what carries the nerfstudio label.