Fictiverse

Results 16 comments of Fictiverse

I agree, i am looking for french voices too.

/sdapi/v1/cmd-flags you can get the main path with "data_dir" value

I made a env.yml to install the right packages https://github.com/Fictiverse/tortoise-tts-Windows/blob/main/environment.yml https://github.com/Fictiverse/tortoise-tts-Windows#windows-setup # Windows Setup - Install Anaconda and Cuda - Open Anaconda Powershell Prompt - ```cd "tortoise-tts path"``` - ```conda...

pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu113 Worked for me

> Same happens to me. > > There are some possible explanations/fixes mentioned here, but so far none of these work in my case. > > [d8ahazard/sd_dreambooth_extension#802](https://github.com/d8ahazard/sd_dreambooth_extension/issues/802) > > Edit:...

They changed completly the json structure, and the base64 image format is also not the same as the default base64 format used on original txt2img and img2img vanilla API. You...

On the previous version of the API it is how it worked, not sur for now, i didnt found how to make it work again since the new update. Try...

`pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117` worked for me