SpenserCai / sd-webui-deoldify

DeOldify for Stable Diffusion WebUI:This is an extension for StableDiffusion's AUTOMATIC1111 web-ui that allows colorize of old photos and old video. It is based on deoldify.
GNU Affero General Public License v3.0
652 stars 32 forks source link

RuntimeError: unexpected EOF #35

Closed w-tim closed 1 year ago

w-tim commented 1 year ago

Hi,

I already added --disable-safe-unpickle in webui.bat as below. %PYTHON% launch.py --disable-safe-unpickle %*

got error as below

RuntimeError: unexpected EOF, expected 103208165 more bytes. The file might be corrupted. Time taken: 5.04sTorch active/reserved: 3744/3758 MiB, Sys VRAM: 5428/12282 MiB (44.19%)

SpenserCai commented 1 year ago

You can download the model from the huggingface address in readme, but from the error message, it seems that it is incomplete Download and place it in the 'stable diffusion webui/models/deoldify/' directory

w-tim commented 1 year ago

You can download the model from the huggingface address in readme, but from the error message, it seems that it is incomplete Download and place it in the 'stable diffusion webui/models/deoldify/' directory

It worked! Thank you for quick response and assistance.