Registry / devops / comfy-3d-viewers

comfy-3d-viewers

JSON →
library0.2.45pypypi✓ verified 81d ago

Reusable 3D viewer infrastructure for ComfyUI nodes. Current version 0.2.45, supports Python >=3.10. Under active development with frequent releases.

pip install comfy-3d-viewers
INSTALL
IMPORT
SIG · COMFY-3D-VIEWERS
C
comfy-3d-viewers
devopspythonv0.2.45
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VIEWER_FILES
from comfy_3d_viewers import VIEWER_FILES
from comfy_3d_viewers.nodes import ThreeDViewerNode
copy_files
from comfy_3d_viewers import copy_files
get_assets_dir
from comfy_3d_viewers import get_assets_dir

Instantiate a 3D viewer and display an OBJ mesh.

from comfy_3d_viewers.viewer import Viewer3D viewer = Viewer3D() viewer.display_mesh('example.obj') print('3D viewer launched')
Debug
Known issues
gotchaEnsure ComfyUI is installed and configured; this library only provides the viewer infrastructure and does not include ComfyUI itself.
fix
Install ComfyUI separately from https://github.com/comfyanonymous/ComfyUI
affects: all
Upgrade
Version history
0.2.45latest on PyPI · released May 18, 2026
Audit
Dependencies
comfyuirequiredCore dependency for ComfyUI node environment
Agent activity
8 hits · last 30 days
node
8
Resources
comfy-3d-viewers — pip install comfy-3d-viewers · libregistry