找回密码
 立即注册
楼主: 无言***

让照片说话 - SadTalker 语音驱动数字人一键整合包

 火.. [复制链接]

该用户从未签到

0

主题

6

回帖

8

积分

初入江湖

积分
8
发表于 2024-4-25 11:59:52 | 显示全部楼层
顶楼主啦..希望楼主多发精品好帖啦.....

该用户从未签到

0

主题

1

回帖

8

积分

初入江湖

积分
8
发表于 2024-4-26 17:38:15 | 显示全部楼层
感谢楼主分享

该用户从未签到

0

主题

10

回帖

13

积分

初入江湖

积分
13
发表于 2024-4-27 09:24:03 | 显示全部楼层
试试看看

该用户从未签到

0

主题

10

回帖

13

积分

初入江湖

积分
13
发表于 2024-4-27 14:10:42 | 显示全部楼层
出错啦

  ---------------------------------------------
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr  5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Commit hash: <none>
Installing 加载WEBUI所需的依赖 (首次启动需要一点时间,请耐心等待)
启动SadTaker Web UI


To create a public link, set `share=True` in `launch()`.
Traceback (most recent call last):
  File "D:\Program Files (x86)\SadTalker\python\lib\site-packages\gradio\processing_utils.py", line 133, in audio_from_file
    audio = AudioSegment.from_file(filename)
  File "D:\Program Files (x86)\SadTalker\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:\Program Files (x86)\SadTalker\python\lib\site-packages\pydub\utils.py", line 274, in mediainfo_json
    res = Popen(command, stdin=stdin_parameter, stdout=PIPE, stderr=PIPE)
  File "D:\Program Files (x86)\SadTalker\python\lib\subprocess.py", line 971, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "D:\Program Files (x86)\SadTalker\python\lib\subprocess.py", line 1456, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "D:\Program Files (x86)\SadTalker\python\lib\site-packages\gradio\routes.py", line 422, in run_predict
    output = await app.get_blocks().process_api(
  File "D:\Program Files (x86)\SadTalker\python\lib\site-packages\gradio\blocks.py", line 1321, in process_api
    inputs = self.preprocess_data(fn_index, inputs, state)
  File "D:\Program Files (x86)\SadTalker\python\lib\site-packages\gradio\blocks.py", line 1171, in preprocess_data
    processed_input.append(block.preprocess(inputs[i]))
  File "D:\Program Files (x86)\SadTalker\python\lib\site-packages\gradio\components.py", line 2463, in preprocess
    sample_rate, data = processing_utils.audio_from_file(
  File "D:\Program Files (x86)\SadTalker\python\lib\site-packages\gradio\processing_utils.py", line 143, 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.

该用户从未签到

0

主题

10

回帖

13

积分

初入江湖

积分
13
发表于 2024-4-28 09:10:53 | 显示全部楼层
To create a public link, set `share=True` in `launch()`.
WARNING: The new version of the model will be updated by safetensor, you may need to download it mannully. We run the old version of the checkpoint this time!
{'wav2lip_checkpoint': 'checkpoints\\wav2lip.pth', 'audio2pose_checkpoint': 'checkpoints\\auido2pose_00140-model.pth', 'audio2exp_checkpoint': 'checkpoints\\auido2exp_00300-model.pth', 'free_view_checkpoint': 'checkpoints\\facevid2vid_00189-model.pth.tar', 'path_of_net_recon_model': 'checkpoints\\epoch_20.pth', 'dir_of_BFM_fitting': 'src/config', 'audio2pose_yaml_path': 'src/config\\auido2pose.yaml', 'audio2exp_yaml_path': 'src/config\\auido2exp.yaml', 'use_safetensor': False, 'mappingnet_checkpoint': 'checkpoints\\mapping_00229-model.pth.tar', 'facerender_yaml': 'src/config\\facerender.yaml'}
C:\Users\Iric2021\AppData\Local\Temp\gradio\be94378c2cc39f36853a892bef427e932eb96f37\image.png
landmark Det:: 100%|█████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00,  7.65it/s]
3DMM Extraction In Video:: 100%|█████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 10.49it/s]
mel:: 100%|███████████████████████████████████████████████████████████████████████| 200/200 [00:00<00:00, 66841.50it/s]
audio2exp:: 100%|█████████████████████████████████████████████████████████████████████| 20/20 [00:00<00:00, 242.97it/s]
Face Renderer:: 100%|████████████████████████████████████████████████████████████████| 100/100 [00:19<00:00,  5.13it/s]
IMAGEIO FFMPEG_WRITER WARNING: input image is not divisible by macro_block_size=16, resizing from (256, 239) to (256, 240) to ensure video compatibility with most codecs and players. To prevent resizing, make your input image divisible by the macro_block_size or set the macro_block_size to 1 (risking incompatibility).
'ffmpeg' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Traceback (most recent call last):
  File "D:\SadTalkerPic\python\lib\shutil.py", line 816, in move
    os.rename(src, real_dst)
FileNotFoundError: [WinError 2] 系统找不到指定的文件。: '301bbc1a-b962-45db-98e6-9b5fb18f0c21.mp4' -> './results/f524bf52-1c78-484e-9a9c-0820644a931b\\image##chinese_news-0-100.mp4'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\SadTalkerPic\python\lib\site-packages\gradio\routes.py", line 422, in run_predict
    output = await app.get_blocks().process_api(
  File "D:\SadTalkerPic\python\lib\site-packages\gradio\blocks.py", line 1323, in process_api
    result = await self.call_function(
  File "D:\SadTalkerPic\python\lib\site-packages\gradio\blocks.py", line 1051, in call_function
    prediction = await anyio.to_thread.run_sync(
  File "D:\SadTalkerPic\python\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "D:\SadTalkerPic\python\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread
    return await future
  File "D:\SadTalkerPic\python\lib\site-packages\anyio\_backends\_asyncio.py", line 867, in run
    result = context.run(func, *args)
  File "D:\SadTalkerPic\src\gradio_demo.py", line 139, in test
    return_path = self.animate_from_coeff.generate(data, save_dir,  pic_path, crop_info, enhancer='gfpgan' if use_enhancer else None, preprocess=preprocess, img_size=size)
  File "D:\SadTalkerPic\src\facerender\animate.py", line 222, in generate
    save_video_with_watermark(path, new_audio_path, av_path, watermark= False)
  File "D:\SadTalkerPic\src\utils\videoio.py", line 26, in save_video_with_watermark
    shutil.move(temp_file, save_path)
  File "D:\SadTalkerPic\python\lib\shutil.py", line 836, in move
    copy_function(src, real_dst)
  File "D:\SadTalkerPic\python\lib\shutil.py", line 434, in copy2
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "D:\SadTalkerPic\python\lib\shutil.py", line 254, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: '301bbc1a-b962-45db-98e6-9b5fb18f0c21.mp4'

签到天数: 18 天

[LV.4]偶尔看看III

603

主题

722

回帖

4万

积分

武林盟主

积分
47957

宣传达人灌水之王突出贡献荣誉管理论坛元老

QQ
 楼主| 发表于 2024-4-28 09:45:37 | 显示全部楼层
lyc350796324 发表于 2024-4-28 09:10
To create a public link, set `share=True` in `launch()`.
WARNING: The new version of the model will  ...

https://deepface.cc/forum.php?mo ... &extra=page%3D1

各种参数DFL换脸模型/实时换脸模型底丹、实时换脸模型训练教学/实时换脸模型定制、AI软件个性化定制
论坛所有一键包报错请在帖子下方跟帖,看到会回复,不支持一对一解答,请确认再下载!
全站默认解压密码: https://deepface.cc/ (密码就是这个网址,不要点开去找。复制完整网址即可,不要有空格)

该用户从未签到

0

主题

1

回帖

8

积分

初入江湖

积分
8
发表于 2024-4-28 22:08:27 | 显示全部楼层
感谢分享

该用户从未签到

0

主题

7

回帖

45

积分

初入江湖

积分
45
发表于 2024-4-28 22:14:55 | 显示全部楼层
十分感谢分享

该用户从未签到

0

主题

1

回帖

8

积分

初入江湖

积分
8
发表于 2024-4-28 23:32:01 | 显示全部楼层
感激不尽啊,找了很久

该用户从未签到

0

主题

2

回帖

11

积分

初入江湖

积分
11
发表于 2024-4-30 14:19:47 | 显示全部楼层
学习学习
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|AIGC资源站

GMT+8, 2025-4-16 19:34 , Processed in 0.088645 second(s), 3 queries , Redis On.

Powered by Discuz! X3.5

©2001-2023 Discuz! Team

快速回复 返回顶部 返回列表