The Load3D node is a core node in ComfyUI for loading and previewing various 3D model files, supporting multi-format import and rich three-dimensional view operations.
The Load3D node is a core node for loading and processing 3D model files. When loading the node, it automatically retrieves available 3D resources from 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:
Besides regular node outputs, Load3D has lots of 3D view-related settings in the canvas menu.
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 |
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) |
All corresponding outputs preview
The Load3D node’s Canvas area contains numerous view operations, including:
GLB
, OBJ
, STL
formatsresizing preview window
and canvas video recording
View control operations:
In the canvas, some settings are hidden in the menu. Click the menu button to expand different menus
The Scene menu provides some basic scene setting functions
The Model menu provides some model-related functions
This menu provides switching between orthographic and perspective views, and perspective angle size settings
Through this menu, you can quickly adjust the scene’s global illumination intensity
This menu provides the ability to quickly convert and export model formats
The right menu has two main functions:
recording_video
to subsequent nodes