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

Error while Downloading Pre-trained Model Weights #20

Closed AlonzoLeeeooo closed 1 year ago

AlonzoLeeeooo commented 1 year ago

Hi,

Thank you for the code implementation of the nice work! I was encountering an error while trying to download your pre-trained model weights. Here is the error:

image

Could you please fix it? Thanks in advance!

Best,

dt990pro commented 1 year ago

I tried this one. It works. https://github.com/ermongroup/ddim/blob/main/functions/ckpt_util.py#L12

They said they use the model from DDIM.

AlonzoLeeeooo commented 1 year ago

I tried this one. It works. https://github.com/ermongroup/ddim/blob/main/functions/ckpt_util.py#L12

They said they use the model from DDIM.

Thanks for replying!