Re-pitch current UltraStar file #183
Replies: 7 comments 8 replies
-
Have following issue: (.venv) C:\projects\UltraSinger-main\src>py UltraSinger.py -i "input/ultrastar.txt" [UltraSinger] ***************************** |
Beta Was this translation helpful? Give feedback.
-
It's running now, i had a free space issue on my hard disc. Now I have a language issue, i guess. Now I have a german song and the fault is as follows: [UltraSinger] ***************************** |
Beta Was this translation helpful? Give feedback.
-
Now it seems to run, problem was the .txt file was ANSI and I changed it to UTF-8. |
Beta Was this translation helpful? Give feedback.
-
New I have another issue: [UltraSinger] Creating repitched ultrastar txt -> C:\test\test.txt_repitch.txt |
Beta Was this translation helpful? Give feedback.
-
I tried it with a german song via youtube: This is what I got at the end: It seems that I need to add german language first. |
Beta Was this translation helpful? Give feedback.
-
Hi, language is not the issue here. As the script tells you, your GPU is not strong enough to do full computation, and you need to add --whisper_compute_type int8 to your command. py ultrasinger.py -i https://www.youtube.com/watch?v=TSkVVVBS9k8 --whisper_compute_type int8 This should work for your Lied :), Alternatively, you can start with a fresh install of Ultrasinger and use the windows_CPU.bat from the install/CPU folder to run UltraSinger on your processor and not graphics card. It will take longer and might not be as accurate as on the GPU, but better than nothing (if all fails). Hope this helps |
Beta Was this translation helpful? Give feedback.
-
I don't understand how to do it.
Do I need to create input and output folders in the root folder first?
What do I do then?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions