Code from rosinality-stylegan2-pytorch-cp
Scripts to convert rosinality/stylegan2-pytorch to the CPU compatible format
If you would like to use CPU for testing or have a problem regarding the cpp extention (fused and upfirdn2d), please make the following changes:
Change model.stylegan.op
to model.stylegan.op_cpu
Line 14 in 01b383e
VToonify/model/simple_augment.py
Line 12 in 01b383e
VToonify/model/stylegan/model.py
Line 11 in 01b383e