From 73b580cc7eb757e36701c094456e9ee02078d03e Mon Sep 17 00:00:00 2001 From: Shuai Yang <596836482@qq.com> Date: Wed, 19 Jul 2023 14:34:51 +0800 Subject: [PATCH] Update readme.md --- models/stylegan2/op/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/stylegan2/op/readme.md b/models/stylegan2/op/readme.md index 7cffcfc..ae767d2 100644 --- a/models/stylegan2/op/readme.md +++ b/models/stylegan2/op/readme.md @@ -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