Linly-Dubbing icon indicating copy to clipboard operation
Linly-Dubbing copied to clipboard

ModuleNotFoundError: No module named 'demucs.api'

Open lsjie1525 opened this issue 1 year ago • 1 comments

Traceback (most recent call last): File "E:\software\Linly-Dubbing-main\webui.py", line 3, in from tools.step010_demucs_vr import separate_all_audio_under_folder File "E:\software\Linly-Dubbing-main\tools\step010_demucs_vr.py", line 2, in from demucs.api import Separator ModuleNotFoundError: No module named 'demucs.api'

lsjie1525 avatar Nov 27 '24 11:11 lsjie1525

这个应该是有关于demus的依赖没有安装,可以再看看介绍和主项目 Demucs

Demucs is an advanced sound separation model developed by the Facebook research team, designed to separate different sound sources from mixed audio. Although its architecture is simple, Demucs is powerful enough to isolate instruments, voices, and background noise, making it easier for users to perform post-processing and editing. Its user-friendly design has made it a preferred tool for many audio processing applications, including music production and post-production in films. More information can be found on the Demucs project page.

Kedreamix avatar Dec 28 '24 14:12 Kedreamix