Unable to install new model .ckpt
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
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: @.***>
yeah, i got the same issue.