The Nerfstudio wizard in Cloud builds a workflow for a 3D Gaussian splatting pipeline (Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
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:
Input kind What it is images_zipA ZIP of still images of the subject. videoA video file that will be sampled into frames. processed_dataset_zipA pre-processed Nerfstudio dataset ZIP. -
A team agent carrying the
nerfstudiolabel (and thegpulabel, of course).
Build the workflow
- Open Workflows in the sidebar.
- Click Create workflow and pick Nerfstudio wizard.
-
Fill in the wizard:
Field Notes Input kind images_zip,video, orprocessed_dataset_zip.Training method splatfacto(faster, lower quality) orsplatfacto-big(slower, higher quality).File parameter key The name of the file parameter callers will supply. Defaults to something sensible. File parameter label The human-readable label shown on the run form. Max iterations Training iterations, 1000–100000. Camera type Free text. Leave blank to let the runtime pick. Run process_data Toggle. Enables Nerfstudio’s pre-processing step. Export Gaussian splat Toggle. Adds the .plyexport step at the end. - Click Save to create the workflow.
Run
The new workflow appears in the Workflows list. From the detail page:- Click Run.
- Upload the input (images ZIP, video, or processed dataset).
- Submit.
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
.plyor the video, depending on toggles). - A storage key referencing the rest of the output (config, file list, manifest).
