Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid load key, '\xfe'. #6221

Closed
beebase opened this issue Dec 25, 2024 · 1 comment
Closed

invalid load key, '\xfe'. #6221

beebase opened this issue Dec 25, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@beebase
Copy link

beebase commented Dec 25, 2024

Expected Behavior

Installed the standalone Windows version and getting this error when starting the sample workflow.

\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 1628, in _legacy_load magic_number = pickle_module.load(f, **pickle_load_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _pickle.UnpicklingError: invalid load key, '\xfe'.

image

Actual Behavior

N/A

Steps to Reproduce

N/A

Debug Logs

\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 1628, in _legacy_load
    magic_number = pickle_module.load(f, **pickle_load_args)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_pickle.UnpicklingError: invalid load key, '\xfe'.

Other

No response

@beebase beebase added the Potential Bug User is reporting a bug. This should be tested. label Dec 25, 2024
@ltdrdata
Copy link
Collaborator

ltdrdata commented Dec 26, 2024

It seems that the checkpoint file is invalid.
#5729

@ltdrdata ltdrdata added duplicate This issue or pull request already exists and removed Potential Bug User is reporting a bug. This should be tested. labels Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants