vvictoryuki / FreeDoM

[ICCV 2023] Official PyTorch implementation for the paper "FreeDoM: Training-Free Energy-Guided Conditional Diffusion Model"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in loading ckpt file

koalaaaaaaaaa opened this issue · comments

Thanks for your work so much, It's very inspiring!
I met a problem when running run.sh, the error is [Errno 2] No such file or directory: './models/control_sd15_scribble.pth', and the associated code is follows:

│ /data/0shared/yangling/zheming/FreeDoM/CN/scribble2image.py:29 in <module>                       │
│                                                                                                  │
│    26                                                                                            │
│    27                                                                                            │
│    28 model = create_model('./models/cldm_v15.yaml').cpu()                                       │
│ ❱  29 model.load_state_dict(load_state_dict('./models/control_sd15_scribble.pth', location='cu   │
│    30 model = model.cuda()                                                                       │

I have no idea where to download this, hope that you'll help me with it. Thank you so much!