ChatTTS icon indicating copy to clipboard operation
ChatTTS copied to clipboard

GPU not activating?

Open alexgilseg opened this issue 1 year ago • 1 comments

My generation in the WebUI only get's generated by the CPU. I see no actvity in my gpu. How do I activate this?

I have a 3060 12gb card..

alexgilseg avatar Aug 19 '24 11:08 alexgilseg

try

import torch

print(torch.cuda.is_available())

to see whether you have installed the right torch version that supports CUDA.

fumiama avatar Aug 20 '24 17:08 fumiama

This issue was closed because it has been inactive for 15 days since being marked as stale.

github-actions[bot] avatar Oct 05 '24 04:10 github-actions[bot]