Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fantastic work, I was wondering if I can still run this in my pc which has no GPU. #92

Open
PetitePupil opened this issue Nov 7, 2023 · 4 comments

Comments

@PetitePupil
Copy link

How to run it only using CPU as my device does not have a GPU to support CUDA/NVIDIA Drivers

@williamyang1991
Copy link
Owner

Please refer to https://github.com/williamyang1991/DualStyleGAN/tree/main/model/stylegan/op_cpu#readme

And modify

device = "cuda"

to

device = "cpu"

@PetitePupil
Copy link
Author

Thankyou, Seems to be working.

Also, can you provide a link to the gradio version of the program?

@williamyang1991
Copy link
Owner

@PetitePupil
Copy link
Author

Thankyou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants