RVC WebUI

#4
by suntzu348 - opened

Can anyone tell me what the error is? OS Debian 12

start preprocess
Fail. Traceback (most recent call last):
File "/app/infer/modules/train/preprocess.py", line 115, in pipeline_mp_inp_dir
for idx, name in enumerate(sorted(list(os.listdir(inp_root))))
FileNotFoundError: [Errno 2] No such file or directory: '/home/deb12/Desktop/ai/audio/myvoice/outputwav'

end preprocess

We are working on a solution.

add :D
RUN mkdir -p /home/deb12/Desktop/ai/audio/myvoice/outputwav && chmod 777 /home/deb12/Desktop/ai/audio/myvoice/outputwav

Did this solve your issue?

thanks for the answer,
this folder existed, I only changed the permission to 777
Step 2b
infer/modules/train/extract/extract_f0_print.py /app/logs/myvoice5 11 harvest
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
infer/modules/train/extract_feature_print.py cpu 1 0 /app/logs/myvoice5 v2 False
exp_dir: /app/logs/myvoice5
load model(s) from assets/hubert/hubert_base.pt
Error: Extracting is shut down because assets/hubert/hubert_base.pt does not exist, you may download it from https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main

  • I downloaded this file hubert_base.pt, but I don't understand which folder to put it in

##Add
Ensure the hubert_base.pt model exists

RUN mkdir -p assets/hubert \
    && wget -O assets/hubert/hubert_base.pt "https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt?download=true"

Did this solve your issue?

Step 2a: again the same error

start preprocess
Fail. Traceback (most recent call last):
File "/app/infer/modules/train/preprocess.py", line 115, in pipeline_mp_inp_dir
for idx, name in enumerate(sorted(list(os.listdir(inp_root))))
FileNotFoundError: [Errno 2] No such file or directory: '/home/deb12/Desktop/ai/audio/myvoice/outputwav'
end preprocess

I already did it:
RUN mkdir -p /home/deb12/Desktop/ai/audio/myvoice/outputwav && chmod 777 /home/deb12/Desktop/ai/audio/myvoice/outputwav
but this time it didn't solve the problem

Step 2b
where should I create the assets folder, in the /home/deb12/Desktop/ai/audio/myvoice/outputwav folder?

Add:

RUN mkdir -p /home/deb12/Desktop/ai/audio/myvoice/outputwav
RUN chmod 777 /home/deb12/Desktop/ai/audio/myvoice/outputwav

Did this solve your issue?๐Ÿค—

Step 2a
Output information
start preprocess
end preprocess

Step 2b

nfer/modules/train/extract/extract_f0_print.py /app/logs/ัŒะฝะผั‰ัˆััƒ5 11 harvest
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
no-f0-todo
infer/modules/train/extract_feature_print.py cpu 1 0 /app/logs/ัŒะฝะผั‰ัˆััƒ5 v2 False
exp_dir: /app/logs/ัŒะฝะผั‰ัˆััƒ5
load model(s) from assets/hubert/hubert_base.pt

ัŒะฝะผั‰ัˆััƒ - cyrillic

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment