Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang1991 authored Jul 19, 2023
1 parent 30537d6 commit 73b580c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/stylegan2/op/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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`
Change `model.stylegan2.op_old` to `model.stylegan2.op`
https://github.com/williamyang1991/VToonify/blob/01b383efc00007f9b069585db41a7d31a77a8806/util.py#L14

https://github.com/williamyang1991/VToonify/blob/01b383efc00007f9b069585db41a7d31a77a8806/model/simple_augment.py#L12
Expand Down

0 comments on commit 73b580c

Please sign in to comment.