AI聲音克隆又進化了,10分鐘學(xué)會聲音克隆!一鍵啟動包發(fā)布!

您好!感謝分享,想嘗試用GTX1060 6G顯卡跑了一下,內(nèi)存16G,webui顯示報錯了,模型設(shè)置的small,batch大小設(shè)置2,麻煩幫看下,謝謝!
at iteration 15 to OUTPUT_MODEL\G_4933.pth
INFO:OUTPUT_MODEL:Saving model and optimizer state at iteration 15 to OUTPUT_MODEL\D_4933.pth
oldest_checkpoint_path:OUTPUT_MODEL\G_4928.pth
oldest_checkpoint_path:OUTPUT_MODEL\D_4928.pth
remove OUTPUT_MODEL\G_4928.pth
remove OUTPUT_MODEL\D_4928.pth
?73%|██████████████████████████████████████████████████████████▎???????????| 244/335 [25:28<10:25,?6.88s/it]DEBUG:matplotlib.pyplot:Loaded backend TkAgg version 8.6.
Traceback (most recent call last):
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\gradio\routes.py", line 442, in run_predict
??output = await app.get_blocks().process_api(
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\gradio\blocks.py", line 1392, in process_api
??result = await self.call_function(
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\gradio\blocks.py", line 1111, in call_function
??prediction = await utils.async_iteration(iterator)
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\gradio\utils.py", line 346, in async_iteration
??return await iterator.__anext__()
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\gradio\utils.py", line 339, in __anext__
??return await anyio.to_thread.run_sync(
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
??return await get_asynclib().run_sync_in_worker_thread(
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
??return await future
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
??result = context.run(func, *args)
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\gradio\utils.py", line 322, in run_sync_iterator_async
??return next(iterator)
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\gradio\utils.py", line 691, in gen_wrapper
??yield from f(*args, **kwargs)
?File "finetune_webui.py", line 556, in train_btn
??train_main(continue_train, max_epochs)
?File "finetune_webui.py", line 293, in train_main
??mp.spawn(run, nprocs=n_gpus, args=(n_gpus, hps,))
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\torch\multiprocessing\spawn.py", line 240, in spawn
??return start_processes(fn, args, nprocs, join, daemon, start_method='spawn')
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\torch\multiprocessing\spawn.py", line 198, in start_processes
??while not context.join():
?File "D:\Downloads\VITS_fast_finetune\VITS_fast_finetune\venv\lib\site-packages\torch\multiprocessing\spawn.py", line 149, in join
??raise ProcessExitedException(
torch.multiprocessing.spawn.ProcessExitedException: process 0 terminated with exit code 3221225477
DEBUG:httpcore.http11:receive_response_headers.complete return_value=(b'HTTP/1.1', 500, b'Internal Server Error', [(b'date', b'Tue, 15 Aug 2023 14:41:52 GMT'), (b'server', b'uvicorn'), (b'content-length', b'14'), (b'content-type', b'application/json')])
INFO:httpx:HTTP Request: POST http://127.0.0.1:8088/api/predict "HTTP/1.1 500 Internal Server Error"
DEBUG:httpcore.http11:receive_response_body.started request=<Request [b'POST']>
DEBUG:httpcore.http11:receive_response_body.complete
DEBUG:httpcore.http11:response_closed.started
DEBUG:httpcore.http11:response_closed.complete
DEBUG:httpcore.http11:send_request_headers.started request=<Request [b'POST']>
DEBUG:httpcore.http11:send_request_headers.complete
DEBUG:httpcore.http11:send_request_body.started request=<Request [b'POST']>
DEBUG:httpcore.http11:send_request_body.complete
DEBUG:httpcore.http11:receive_response_headers.started request=<Request [b'POST']>
DEBUG:httpcore.http11:receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Tue, 15 Aug 2023 17:26:01 GMT'), (b'server', b'uvicorn'), (b'content-length', b'16'), (b'content-type', b'application/json')])
INFO:httpx:HTTP Request: POST http://127.0.0.1:8088/reset "HTTP/1.1 200 OK"
DEBUG:httpcore.http11:receive_response_body.started request=<Request [b'POST']>
DEBUG:httpcore.http11:receive_response_body.complete
DEBUG:httpcore.http11:response_closed.started
DEBUG:httpcore.http11:response_closed.complete