RVG_tts icon indicating copy to clipboard operation
RVG_tts copied to clipboard

Add installation guide for cuda problem

Open ghost opened this issue 1 year ago • 0 comments

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

ghost avatar Apr 01 '24 05:04 ghost