ComfyUI/input/3d/
. You can also upload supported 3D files for preview using the upload function.
Supported Formats
Currently, this node supports multiple 3D file formats, including .gltf
, .glb
, .obj
, .fbx
, and .stl
.
3D Node Preferences
Some related preferences for 3D nodes can be configured in ComfyUI’s settings menu. Please refer to the following documentation for corresponding settings:
Settings Menu - 3D
Besides regular node outputs, Load3D has lots of 3D view-related settings in the canvas menu.
Inputs
Parameter Name | Type | Description | Default | Range |
---|---|---|---|---|
model_file | File Selection | 3D model file path, supports upload, defaults to reading model files from ComfyUI/input/3d/ | - | Supported formats |
width | INT | Canvas rendering width | 1024 | 1-4096 |
height | INT | Canvas rendering height | 1024 | 1-4096 |
Outputs
Parameter Name | Data Type | Description |
---|---|---|
image | IMAGE | Canvas rendered image |
mask | MASK | Mask containing current model position |
mesh_path | STRING | Model file path |
normal | IMAGE | Normal map |
lineart | IMAGE | Line art image output, corresponding edge_threshold can be adjusted in the canvas model menu |
camera_info | LOAD3D_CAMERA | Camera information |
recording_video | VIDEO | Recorded video (only when recording exists) |

Canvas Area Description
The Load3D node’s Canvas area contains numerous view operations, including:- Preview view settings (grid, background color, preview view)
- Camera control: Control FOV, camera type
- Global illumination intensity: Adjust lighting intensity
- Video recording: Record and export videos
- Model export: Supports
GLB
,OBJ
,STL
formats - And more

- Contains multiple menus and hidden menus of the Load 3D node
- Menu for
resizing preview window
andcanvas video recording
- 3D view operation axis
- Preview thumbnail
- Preview size settings, scale preview view display by setting dimensions and then resizing window
1. View Operations
View control operations:- Left-click + drag: Rotate the view
- Right-click + drag: Pan the view
- Middle wheel scroll or middle-click + drag: Zoom in/out
- Coordinate axis: Switch views
2. Left Menu Functions

-
- Scene: Contains preview window grid, background color, preview settings
-
- Model: Model rendering mode, texture materials, up direction settings
-
- Camera: Switch between orthographic and perspective views, and set the perspective angle size
-
- Light: Scene global illumination intensity
-
- Export: Export model to other formats (GLB, OBJ, STL)
Scene

- Show/Hide grid
- Set background color
- Click to upload a background image
- Hide the preview
Model

- Up direction: Determine which axis is the up direction for the model
- Material mode: Switch model rendering modes - Original, Normal, Wireframe, Lineart
Camera

- Camera: Quickly switch between orthographic and orthographic views
- FOV: Adjust FOV angle
Light

Export

3. Right Menu Functions
The right menu has two main functions:- Reset view ratio: After clicking the button, the view will adjust the canvas rendering area ratio according to the set width and height
- Video recording: Allows you to record current 3D view operations as video, allows import, and can be output as
recording_video
to subsequent nodes