This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Replies: 1 comment 4 replies
-
Which model are you trying to convert? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
File "c:\SD\convert_original_stable_diffusion_to_diffusers.py", line 799, in
global_step = checkpoint["global_step"]
KeyError: 'global_step'
when trying to convert existing CKPT files
here the whole out put:
c:\SD\virtualenv\lib\site-packages\numpy_distributor_init.py:30: UserWarning: loaded more than 1 DLL from .libs:
c:\SD\virtualenv\lib\site-packages\numpy.libs\libopenblas.FB5AE2TYXYH2IJRDKGDGQ3XBKLKTF43H.gfortran-win_amd64.dll
c:\SD\virtualenv\lib\site-packages\numpy.libs\libopenblas64__v0.3.21-gcc_10_3_0.dll
warnings.warn("loaded more than 1 DLL from .libs:"
Traceback (most recent call last):
File "c:\SD\convert_original_stable_diffusion_to_diffusers.py", line 799, in
global_step = checkpoint["global_step"]
KeyError: 'global_step'
Beta Was this translation helpful? Give feedback.
All reactions