[diffusion] model: support Hunyuan3D-2 (#18170)

Co-authored-by: yingluosanqian <yingluosanqian@gmail.com>
Co-authored-by: daiweitao <dwti614707404@163.com>
Co-authored-by: Mick <mickjagger19@icloud.com>
This commit is contained in:
Prozac614
2026-03-02 12:28:05 +08:00
committed by GitHub
co-authored by yingluosanqian daiweitao Mick
parent f6ee6dc8c3
commit 57c5c343d7
43 changed files with 8082 additions and 65 deletions
+8 -2
View File
@@ -98,7 +98,10 @@ diffusion_hip = [
"vsa==0.0.4",
"runai_model_streamer>=0.15.5",
"cache-dit==1.1.8",
"addict"
"addict",
"scikit-image==0.25.2",
"trimesh>=4.0.0",
"xatlas",
]
# For Intel Gaudi(device : hpu) follow the installation guide
@@ -128,7 +131,10 @@ diffusion_musa = [
"vsa==0.0.4",
"runai_model_streamer>=0.15.5",
"cache-dit==1.1.8",
"addict"
"addict",
"scikit-image==0.25.2",
"trimesh>=4.0.0",
"xatlas",
]
test = [