diff --git a/comfy_api/latest/_util/trimesh_types.py b/comfy_api/latest/_util/trimesh_types.py index 1c649c3e0..ff8e969e6 100644 --- a/comfy_api/latest/_util/trimesh_types.py +++ b/comfy_api/latest/_util/trimesh_types.py @@ -99,7 +99,7 @@ class TrimeshData: def to_trimesh(self): """Convert to trimesh.Trimesh (requires trimesh in the environment).""" import trimesh - from trimesh.visual import TextureVisuals, ColorVisuals + from trimesh.visual import TextureVisuals kwargs = {} if self.vertex_normals is not None: diff --git a/comfy_api_sealed_worker/trimesh_types.py b/comfy_api_sealed_worker/trimesh_types.py index 1c649c3e0..ff8e969e6 100644 --- a/comfy_api_sealed_worker/trimesh_types.py +++ b/comfy_api_sealed_worker/trimesh_types.py @@ -99,7 +99,7 @@ class TrimeshData: def to_trimesh(self): """Convert to trimesh.Trimesh (requires trimesh in the environment).""" import trimesh - from trimesh.visual import TextureVisuals, ColorVisuals + from trimesh.visual import TextureVisuals kwargs = {} if self.vertex_normals is not None: