jtydhr88 / ComfyUI-Unique3D

ComfyUI Unique3D is custom nodes that running AiuniAI/Unique3D into ComfyUI
Apache License 2.0
188 stars 13 forks source link

Error occurred when executing Unique3DLoadPipeline: #24

Open GonDesign opened 2 months ago

GonDesign commented 2 months ago

Error occurred when executing Unique3DLoadPipeline:

Consistency check failed: file should be of size 492265874 but has size 208282750 (model.safetensors). We are sorry for the inconvenience. Please retry with force_download=True. If the issue persists, please let us know by opening an issue on https://github.com/huggingface/huggingface_hub.

File "D:\3d Comfyui\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\ComfyUI\custom_nodes\ComfyUI-Unique3D\run.py", line 68, in run pipe = load_common_sd15_pipe( ^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\ComfyUI\custom_nodes\ComfyUI-Unique3D\scripts\sd_model_zoo.py", line 90, in load_common_sd15_pipe components = load_base_model_components(base_model=base_model, torch_dtype=torch_dtype) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\ComfyUI\custom_nodes\ComfyUI-Unique3D\scripts\sd_model_zoo.py", line 33, in wrapper return func(args, kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\ComfyUI\custom_nodes\ComfyUI-Unique3D\scripts\sd_model_zoo.py", line 55, in load_base_model_components pipe: StableDiffusionPipeline = model_from_ckpt_or_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\ComfyUI\custom_nodes\ComfyUI-Unique3D\scripts\sd_model_zoo.py", line 44, in model_from_ckpt_or_pretrained pipe = model_cls.from_pretrained(ckpt_or_pretrained, torch_dtype=torch_dtype, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 671, in from_pretrained cached_folder = cls.download( ^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(*args, kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\diffusers\pipelines\pipeline_utils.py", line 1406, in download cached_folder = snapshot_download( ^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(*args, *kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub_snapshot_download.py", line 294, in snapshot_download thread_map( File "D:\3d Comfyui\python_embeded\Lib\site-packages\tqdm\contrib\concurrent.py", line 69, in thread_map return _executor_map(ThreadPoolExecutor, fn, iterables, tqdm_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\tqdm\contrib\concurrent.py", line 51, in _executor_map return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), *kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\tqdm\std.py", line 1181, in iter for obj in iterable: File "concurrent\futures_base.py", line 619, in result_iterator File "concurrent\futures_base.py", line 317, in _result_or_cancel File "concurrent\futures_base.py", line 456, in result File "concurrent\futures_base.py", line 401, in __get_result File "concurrent\futures\thread.py", line 58, in run File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub_snapshot_download.py", line 268, in _inner_hf_hub_download return hf_hub_download( ^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 114, in _inner_fn return fn(args, **kwargs) ^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub\file_download.py", line 1221, in hf_hub_download return _hf_hub_download_to_cache_dir( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub\file_download.py", line 1367, in _hf_hub_download_to_cache_dir _download_to_tmp_and_move( File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub\file_download.py", line 1884, in _download_to_tmp_and_move http_get( File "D:\3d Comfyui\python_embeded\Lib\site-packages\huggingface_hub\file_download.py", line 570, in http_get raise EnvironmentError(

关闭

jtydhr88 commented 1 month ago

Looks like it is an issue caused by downloading problem, could you delete the hugging face cache for this checkpoint and retry?