Has anyone managed to convert a model from a .ckpt file?
I tried this:
python -m python_coreml_stable_diffusion.torch2coreml --convert-unet --convert-text-encoder --convert-vae-decoder --convert-safety-checker --model-version /Users/Downloads/Illustrators2.ckpt -o /Applications/Diffusion\ Coreml
But got this error:
OSError: It looks like the config file at '/Users//Downloads/Illustrators2.ckpt' is not a valid JSON file.
Has anyone managed to convert a model from a .ckpt file?
I tried this:
python -m python_coreml_stable_diffusion.torch2coreml --convert-unet --convert-text-encoder --convert-vae-decoder --convert-safety-checker --model-version /Users/Downloads/Illustrators2.ckpt -o /Applications/Diffusion\ CoremlBut got this error:
OSError: It looks like the config file at '/Users//Downloads/Illustrators2.ckpt' is not a valid JSON file.