Xiuyu-Li / q-diffusion

[ICCV 2023] Q-Diffusion: Quantizing Diffusion Models.
https://xiuyuli.com/qdiffusion/
MIT License
301 stars 21 forks source link

Error: No such file or directory: 'models/ldm/stable-diffusion-v1/model.ckpt' #13

Closed felixslu closed 11 months ago

felixslu commented 11 months ago

command : python scripts/txt2img.py --prompt "a puppet wearing a hat" --plms --cond --ptq --weight_bit 4 --quant_mode qdiff --no_grad_ckpt --split --n_samples 5 --quant_act --act_bit 8 --sm_abit 16 --outdir ./data/ --cali_ckpt ../sd_w4a8_ckpt-001.pth

but get error, could you give me some advices?

image

felixslu commented 11 months ago

I resolve it by the link of https://huggingface.co/CompVis/stable-diffusion-v-1-4-original .