From 27f9128812bb7b051f06a122737bd343a95afca8 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:56:04 +0200 Subject: [PATCH] Update nodes.py --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index 3ccb68d..7b2e22b 100644 --- a/nodes.py +++ b/nodes.py @@ -153,7 +153,7 @@ class Hy3DLoadMesh: FUNCTION = "load" CATEGORY = "Hunyuan3DWrapper" - DESCRIPTION = "Encodes a text prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images." + DESCRIPTION = "Loads a glb model from the given path." def load(self, glb_path):