-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates
Description
Describe the bug
Cannot convert stable diffusion 2.0's ckpt file into diffusers format using convert_original_stable_diffusion_to_diffusers.py
Reproduction
Assuming you have used the stable diffusion 2.0 pipeline before, you can just run the following commands to reproduce the error:
python convert_original_stable_diffusion_to_diffusers.py \
--checkpoint_path ~/.cache/huggingface/hub/models--stabilityai--stable-diffusion-2/snapshots/1e128c8891e52218b74cde8f26dbfc701cb99d79/768-v-ema.ckpt \
--original_config_file ~/codes/stablediffusion/configs/stable-diffusion/v2-inference.yaml \
--dump_path ~/tmp/sd2 \
--prediction_type v_prediction \
--image_size 768
where ~/codes/stablediffusion is a copy of https://github.com/stability-AI/stablediffusion/
Logs
the entire log is here:
https://gist.github.com/larme/f348b35780da3d2f763d66abc2251433System Info
diffusersversion: 0.18.0.dev0- Platform: Linux-6.1.0-9-amd64-x86_64-with-glibc2.35
- Python version: 3.10.6
- PyTorch version (GPU?): 2.0.1+cu117 (True)
- Huggingface_hub version: 0.16.4
- Transformers version: 4.30.2
- Accelerate version: not installed
- xFormers version: not installed
- Using GPU in script?: no
- Using distributed or parallel set-up in script?: no
Who can help?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates