Where can I find the original file before conversion?

#6
by ju-popov - opened

I want to make additional resolutions

I get an error trying to convert like this:
https://github.com/godly-devotion/MochiDiffusion/wiki/How-to-convert-Stable-Diffusion-models-to-Core-ML

python convert_original_stable_diffusion_to_diffusers.py --checkpoint_path fruity-mix.ckpt --from_safetensors --device cpu --extract_ema --dump_path fruity-mix_diffusers

Traceback (most recent call last):
  File "convert_original_stable_diffusion_to_diffusers.py", line 131, in <module>
    pipe = download_from_original_stable_diffusion_ckpt(
  File "/opt/homebrew/anaconda3/envs/coreml_stable_diffusion/lib/python3.8/site-packages/diffusers/pipelines/stable_diffusion/convert_from_ckpt.py", line 1067, in download_from_original_stable_diffusion_ckpt
    with safe_open(checkpoint_path, framework="pt", device="cpu") as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge

Sign up or log in to comment