463937023
发表于 2024-10-26 21:59:04
==> 加载模型...
==> 加载模型...
我的也用不了
无言以对
发表于 2024-10-26 22:07:02
463937023 发表于 2024-10-26 21:59
==> 加载模型...
==> 加载模型...
我的也用不了
黑色窗口信息贴出来
463937023
发表于 2024-10-27 00:21:40
无言以对 发表于 2024-10-26 22:07
黑色窗口信息贴出来
更多实用好玩的AI应用,访问 https://deepface.cc
EDTalk WebUI正在启动中,请稍后...
-----------------------------------------------------
==> 加载模型...
==> 加载模型...
Using cache from 'D:\AI\EDTalk\gradio_cached_examples\19' directory. If method or examples have changed since last caching, delete this folder to clear cache.
Running on local URL:http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
==> 加载数据...
无言以对
发表于 2024-10-27 06:08:19
463937023 发表于 2024-10-27 00:21
更多实用好玩的AI应用,访问 https://deepface.cc
EDTalk WebUI正在启动中,请稍后...
--------------- ...
这是完整的信息吗?
463937023
发表于 2024-10-27 10:57:18
使用系统的默认素材就只有这些,换成我自己的素材会多一些,但是点击生成后依然没有任何反应
-----------------------------------------------------
更多实用好玩的AI应用,访问 https://deepface.cc
EDTalk WebUI正在启动中,请稍后...
-----------------------------------------------------
==> 加载模型...
==> 加载模型...
Using cache from 'D:\AI\EDTalk\gradio_cached_examples\19' directory. If method or examples have changed since last caching, delete this folder to clear cache.
Running on local URL:http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
Traceback (most recent call last):
File "D:\AI\EDTalk\python\lib\site-packages\gradio\processing_utils.py", line 536, in audio_from_file
audio = AudioSegment.from_file(filename)
File "D:\AI\EDTalk\python\lib\site-packages\pydub\audio_segment.py", line 728, in from_file
info = mediainfo_json(orig_file, read_ahead_limit=read_ahead_limit)
File "D:\AI\EDTalk\python\lib\site-packages\pydub\utils.py", line 274, in mediainfo_json
res = Popen(command, stdin=stdin_parameter, stdout=PIPE, stderr=PIPE)
File "D:\AI\EDTalk\python\lib\subprocess.py", line 858, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\AI\EDTalk\python\lib\subprocess.py", line 1327, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: 系统找不到指定的文件。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\AI\EDTalk\python\lib\site-packages\gradio\queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "D:\AI\EDTalk\python\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "D:\AI\EDTalk\python\lib\site-packages\gradio\blocks.py", line 1931, in process_api
inputs = await self.preprocess_data(
File "D:\AI\EDTalk\python\lib\site-packages\gradio\blocks.py", line 1662, in preprocess_data
processed_input.append(block.preprocess(inputs_cached))
File "D:\AI\EDTalk\python\lib\site-packages\gradio\components\audio.py", line 231, in preprocess
sample_rate, data = processing_utils.audio_from_file(temp_file_path)
File "D:\AI\EDTalk\python\lib\site-packages\gradio\processing_utils.py", line 546, in audio_from_file
raise RuntimeError(msg) from e
RuntimeError: Cannot load audio from file: `ffprobe` not found. Please install `ffmpeg` in your system to use non-WAV audio file formats and make sure `ffprobe` is in your PATH.
无言以对
发表于 2024-10-27 11:04:40
463937023 发表于 2024-10-27 10:57
使用系统的默认素材就只有这些,换成我自己的素材会多一些,但是点击生成后依然没有任何反应
------------- ...
https://deepface.cc/thread-302-1-1.html
基础的配置一定要做,你这个是ffmpeg环境没生效,手动配置下ffmpeg
wyi1016
发表于 2024-10-27 14:14:56
这个太好了,必须支持一个
chenxianyong
发表于 2024-10-28 10:52:28
学习一下
chenxianyong
发表于 2024-10-28 15:01:05
-----------------------------------------------------
更多实用好玩的AI应用,访问 https://deepface.cc
EDTalk WebUI正在启动中,请稍后...
-----------------------------------------------------
==> 加载模型...
Traceback (most recent call last):
File "webui_emotions.py", line 14, in <module>
demo_lip_pose = Demo_lip_pose()
File "G:\EDTalk\EDTalk\code_for_webui\demo_lip_pose.py", line 113, in __init__
self.audio2lip = Audio2Lip().cuda()
File "G:\EDTalk\EDTalk\python\lib\site-packages\torch\nn\modules\module.py", line 680, in cuda
return self._apply(lambda t: t.cuda(device))
File "G:\EDTalk\EDTalk\python\lib\site-packages\torch\nn\modules\module.py", line 570, in _apply
module._apply(fn)
File "G:\EDTalk\EDTalk\python\lib\site-packages\torch\nn\modules\module.py", line 570, in _apply
module._apply(fn)
File "G:\EDTalk\EDTalk\python\lib\site-packages\torch\nn\modules\module.py", line 570, in _apply
module._apply(fn)
File "G:\EDTalk\EDTalk\python\lib\site-packages\torch\nn\modules\module.py", line 593, in _apply
param_applied = fn(param)
File "G:\EDTalk\EDTalk\python\lib\site-packages\torch\nn\modules\module.py", line 680, in <lambda>
return self._apply(lambda t: t.cuda(device))
File "G:\EDTalk\EDTalk\python\lib\site-packages\torch\cuda\__init__.py", line 214, in _lazy_init
torch._C._cuda_init()
RuntimeError: No CUDA GPUs are available
请按任意键继续. . .
lost8888
发表于 2024-10-28 15:40:03
感谢分享
页:
1
2
3
4
5
6
[7]
8
9
10
11
12
13