DualStyleGAN
DualStyleGAN copied to clipboard
Fantastic work, I was wondering if I can still run this in my pc which has no GPU.
How to run it only using CPU as my device does not have a GPU to support CUDA/NVIDIA Drivers
Please refer to https://github.com/williamyang1991/DualStyleGAN/tree/main/model/stylegan/op_cpu#readme
And modify https://github.com/williamyang1991/DualStyleGAN/blob/b3f0cf8e9e07ad002f9df07981e2eecaf0569191/style_transfer.py#L61
to
device = "cpu"
Thankyou, Seems to be working.
Also, can you provide a link to the gradio version of the program?
https://huggingface.co/spaces/CVPR/DualStyleGAN/tree/main
Thankyou