orpatashnik / StyleCLIP

Official Implementation for "StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery" (ICCV 2021 Oral)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem in generating w, s, s_mean_std, and fs3 for non SG2 Ada (non 512x512)

sarmientoj24 opened this issue · comments

I am currently generating the w, s, s_mean_std, and fs3 for stylegan-car and cat from the official SG2 (non-ada) implementation. https://github.com/NVlabs/stylegan2

These models are not 512x512 but are 256x256.

I am currently generating the w, s, s_mean_std, and fs3 for stylegan-car and cat from the official SG2 (non-ada) implementation. https://github.com/NVlabs/stylegan2

These models are not 512x512 but are 256x256.

Did you manage to do it?