Closed ariel415el closed 2 years ago
Just clone the stylegan2-pytorch repo in src folder then append the path of stylegan2 repo in model_utils.py. It will work, if facing any issue let me know
Hi,
Thank you for pointing these out! Please also clone the following submodules here: https://github.com/adobe-research/sam_inversion/blob/master/.gitmodules
Hi I'm trying to run your code but It has an import whithout a mention in the dependencies and I get:
when trying to run src/sam_inv_optimization.py.
I figured this is a library related to StyleGan2. Do I need to clone or install some StyleGan repo in order to use your code? I tried installing stylegan2-pytorch from pip but it didn't help