Imagen-pytorch
Imagen-pytorch copied to clipboard
colab failing on corrupt pth file?
restarted non pro colab runtime clean but error persists and fails at[16]? face_enhancer = GFPGANer( model_path='https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth', upscale=4, arch='clean', channel_multiplier=2, bg_upsampler=upsampler)
RuntimeError Traceback (most recent call last)
2 frames /usr/local/lib/python3.7/dist-packages/torch/serialization.py in _legacy_load(f, map_location, pickle_module, **pickle_load_args) 938 typed_storage._storage._set_from_file( 939 f, offset, f_should_read_directly, --> 940 torch._utils._element_size(typed_storage.dtype)) 941 if offset is not None: 942 offset = f.tell()
RuntimeError: unexpected EOF, expected 7441746 more bytes. The file might be corrupted.