mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-09 21:04:32 +08:00
Update nodes.py
This commit is contained in:
parent
5760d7290f
commit
27f9128812
2
nodes.py
2
nodes.py
@ -153,7 +153,7 @@ class Hy3DLoadMesh:
|
|||||||
|
|
||||||
FUNCTION = "load"
|
FUNCTION = "load"
|
||||||
CATEGORY = "Hunyuan3DWrapper"
|
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):
|
def load(self, glb_path):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user