Traceback (most recent call last):
File "demo.py", line 26, in <module>
model = models.make(torch.load(args.model)['model'], load_sd=True).cuda()
File "/lib/python3.6/site-packages/torch/serialization.py", line 426, in load
return _load(f, map_location, pickle_module, **pickle_load_args)
File "lib/python3.6/site-packages/torch/serialization.py", line 599, in _load
raise RuntimeError("{} is a zip archive (did you mean to use torch.jit.load()?)".format(f.name))
RuntimeError:rdn-liif.pth is a zip archive (did you mean to use torch.jit.load()?)
This looks weird, rdn-liif.pth should not be a zip file. If your environment is the same as the one described in our repo, could you describe how did you download this file?