You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception Message: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory E:\ComfyUI-aki-v1.4\models\vitmatte.
Stack Trace
File "E:\ComfyUI-aki-v1.4\execution.py", line 317, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI-aki-v1.4\execution.py", line 192, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI-aki-v1.4\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "E:\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_LayerStyle\py\person_mask_ultra_v2.py", line 156, in person_mask_ultra_v2
_mask = generate_VITMatte(orig_image, _trimap, local_files_only=local_files_only, device=device, max_megapixels=max_megapixels)
File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_LayerStyle\py\imagefunc.py", line 1576, in generate_VITMatte
vit_matte_model = load_VITMatte_model(model_name=model_name, local_files_only=local_files_only)
File "E:\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_LayerStyle\py\imagefunc.py", line 1546, in load_VITMatte_model
model = VitMatteForImageMatting.from_pretrained(model_name, local_files_only=local_files_only)
File "E:\ComfyUI-aki-v1.4\python\lib\site-packages\transformers\modeling_utils.py", line 3763, in from_pretrained
raise EnvironmentError(
System Information
ComfyUI Version: v0.1.3-22-gd4aeefc2
Arguments: E:\ComfyUI-aki-v1.4\main.py --auto-launch --preview-method auto --disable-cuda-malloc
ComfyUI Error Report
Error Details
Stack Trace
System Information
Devices
Logs
Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
Additional Context
(Please add any additional context or steps to reproduce the error here)
The text was updated successfully, but these errors were encountered: