huchang47 / AetherConverTools

以太流派的AI转绘工具包
210 stars 25 forks source link

蹲个大佬求助,选择蒙版生成算法报错的问题 #12

Open MysteryManTK opened 1 year ago

MysteryManTK commented 1 year ago

Traceback (most recent call last): File "E:\AI_Animation\AetherConverTools\AetherConverTools-1.11\AetherConverTools-1.11\bin\02_MaskCreation.py", line 75, in subprocess.call(['transparent-background', '--source', frame_out_dir, '--dest', mask_out_dir, '--type', 'map']) File "E:\sd-webui-aki\sd-webui-aki-v4.4\sd-webui-aki-v4.4\python\lib\subprocess.py", line 345, in call with Popen(*popenargs, **kwargs) as p: File "E:\sd-webui-aki\sd-webui-aki-v4.4\sd-webui-aki-v4.4\python\lib\subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "E:\sd-webui-aki\sd-webui-aki-v4.4\sd-webui-aki-v4.4\python\lib\subprocess.py", line 1456, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] 系统找不到指定的文件。

huchang47 commented 1 year ago

没有transparent-background组件,安装它 pip install transparent-background 或者运行00_双击安装必要组件.bat