kanttouchthis / text_generation_webui_xtts

XTTSv2 Extension for oobabooga text-generation-webui
147 stars 17 forks source link

Suggested update to the Install instructions/Readme #4

Closed erew123 closed 1 year ago

erew123 commented 1 year ago

I noticed a few people are struggling to activate their environment. Turns out there are a couple of files supplied with the Text-Gen-WebUI that specifically start your environment for your OS and unload any other environment you might be in.

image

cmd_windows.bat, cmd_linux.sh, cmd_macos.sh and cmd_wsl.bat

It might be worth updating the install readme to tell people to run those, as "conda activate textgen" doesnt work on Windows unless youve manually set up a load of other things in the path!

Also, thanks generally for getting this working!

kanttouchthis commented 1 year ago

i installed it manually via conda so i wasn't aware of this, thank you. I added it to the readme