mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-16 08:14:25 +08:00
only download safetensors (if they exist)
This commit is contained in:
parent
f9b2465e6a
commit
90935376d1
1
nodes.py
1
nodes.py
@ -262,6 +262,7 @@ class DownloadAndLoadHy3DPaintModel:
|
|||||||
snapshot_download(
|
snapshot_download(
|
||||||
repo_id="tencent/Hunyuan3D-2",
|
repo_id="tencent/Hunyuan3D-2",
|
||||||
allow_patterns=[f"*{model}*"],
|
allow_patterns=[f"*{model}*"],
|
||||||
|
ignore_patterns=["*diffusion_pytorch_model.bin"],
|
||||||
local_dir=download_path,
|
local_dir=download_path,
|
||||||
local_dir_use_symlinks=False,
|
local_dir_use_symlinks=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user