diffusionbee-stable-diffusion-ui icon indicating copy to clipboard operation
diffusionbee-stable-diffusion-ui copied to clipboard

Unable to install new model .ckpt

Open photodarren opened this issue 2 years ago • 2 comments

When I try to install any .ckpt model I get an error that tells me it is trying to unpack a zip. I tried zipping a model for it to unzip, but the file selection only allows .ckpt files.

This is the error of an example file.

Error Traceback (most recent call last): File "convert_model.py", line 53, in File "fake_torch.py", line 104, in extract_weights_from_checkpoint File "zipfile.py", line 1257, in init File "zipfile.py", line 1324, in _RealGetContents zipfile.BadZipFile: File is not a zip file [78474] Failed to execute script 'convert_model' due to unhandled exception!

photodarren avatar Apr 19 '23 10:04 photodarren

Which model are you trying to import?

On Wed, Apr 19, 2023 at 6:31 AM photodarren @.***> wrote:

When I try to install any .ckpt model I get an error that tells me it is trying to unpack a zip. I tried zipping a model for it to unzip, but the file selection only allows .ckpt files.

This is the error of an example file.

Error Traceback (most recent call last): File "convert_model.py", line 53, in File "fake_torch.py", line 104, in extract_weights_from_checkpoint File "zipfile.py", line 1257, in init File "zipfile.py", line 1324, in _RealGetContents zipfile.BadZipFile: File is not a zip file [78474] Failed to execute script 'convert_model' due to unhandled exception!

— Reply to this email directly, view it on GitHub https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/issues/412, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAONR5PGAEZU3N6D7W3R6S3XB65IZANCNFSM6AAAAAAXD3VDAY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

divamgupta avatar Apr 21 '23 16:04 divamgupta

yeah, i got the same issue.

yvanda avatar Dec 27 '23 02:12 yvanda