Foxify52 / RVG_tts

A retrieval based voice generation text to speech
Apache License 2.0
18 stars 2 forks source link

Add installation guide for cuda problem #6

Open Naugustogi opened 8 months ago

Naugustogi commented 8 months ago

hi (suggesting environment) python -m venv hi (install for all requirements except torch (cpu version) pip install -r requirements (install torch with cuda rightfully) python -m pip install torch==2.0.1+cu118 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 (inference example) python RVG.py --input_text "Hello i'm Senko, your friendly fox girl!" (more cli options e.g. harvest) default crepe