ChatTTS
ChatTTS copied to clipboard
GPU not activating?
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..
try
import torch
print(torch.cuda.is_available())
to see whether you have installed the right torch version that supports CUDA.
This issue was closed because it has been inactive for 15 days since being marked as stale.