ermongroup / SDEdit

PyTorch implementation for SDEdit: Image Synthesis and Editing with Stochastic Differential Equations
https://sde-image-editing.github.io/
MIT License
966 stars 90 forks source link

AccessDenied when downloading the pretrained checkpoints #19

Open Kihensarn opened 1 year ago

Kihensarn commented 1 year ago

Hi, glad to see this awesome work. I meet an access denied issue when downloading the pre-trained checkpoints. Could you tell me how to download these checkpoints now? Thanks. image

Yueming6568 commented 1 year ago

I also have this problem. How to solve it ?

CHELSEA234 commented 1 year ago

May I ask if anyone of you solve this problem? @Kihensarn @Yueming6568

nihaomiao commented 1 year ago

I found that this GitHub repo provided a copy of celeba_hq.ckpt, the model checkpoint trained on the CelebA dataset. Hope it can help some of you.

dt990pro commented 1 year ago

May I ask if anyone of you solve this problem? @Kihensarn @Yueming6568

They said they use models from DDIM. https://github.com/ermongroup/ddim/blob/main/functions/ckpt_util.py#L12

lmxyy commented 1 year ago

https://github.com/ermongroup/ddim/blob/main/functions/ckpt_util.py#L12

The CelebA model's resolution seems different.

jzhangCSER01 commented 2 months ago

I also have this problem. How to solve it ?

Hi, did you solve it?