system requirements

#50
by bagood - opened

are there any system requirements to run this locally? or i just miss something?. just clone this repo on local and install all dependency without any error and run with python app.py --device cuda
image.png

but when try to generate default prompt stuck on processing without estimate duration

my gpu is rtx 3050 8gb and 16gb ram
i open task manager and my gpu is not usage at all

image.png

image.png

the VITS is not working since a few months and days , this seems not like a bug from creator , its a gradio BUG ,i dont know how many time this will be

You can try with gradio==3.50.2 and modify "import gradio.processing_utils as gr_processing_utils" in the file "app.py" to "from gradio_client import utils as client_utils" and "return gr_processing_utils.encode_url_or_file_to_base64(data["name"])" to "return client_utils.encode_url_or_file_to_base64(data["name"])".
That worked on my Jetson.

Sign up or log in to comment