vienduong88
vienduong88
So the openpose preprocess detection works in img2img but when I use pose image from openpose editor it can't use it at input pose, result in black annotator.
> I had the same thing and had to switch from browser. Brave doesn't work well with controlnet, chrome does. Thank you so much, I didn't think about this!
I have the same problem.
> @pheonis2 You can just use this: > > `tts = TextToSpeech(ar_checkpoint='Here is the path to the model.')` `tts = TextToSpeech(ar_checkpoint='/content/tortoise-tts-fast/27550_gpt.pth')` > > ``` > import torch > import torchaudio...