-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After adding SadTalker in WebUI and restarting, received an error report #78
Comments
执行转换时报错 The above exception was the direct cause of the following exception: Traceback (most recent call last): |
执行中报错 |
这个bug今天应该已经修复了,可以更新最新的试试 |
直接下载代码zip压缩包, 然后解压覆盖到sd插件文件夹可以吗?我这边直接用install from url老出问题, 安装是手动安装的, |
可以的~ |
安装了最新版, 勾选了full模式和 GFPGAN as face..., 还是报错了 |
这个是看起来没有输入图,没有gfpgan呢? |
full模式应该是有问题, crop 和 resize不加其他选项都可以, resize的尺寸没有可选项不知道resize后的尺寸是多少, full模式没有加其他选项报错, |
我img2img 放大图片功能是没问题, 怎么验证您说的GFPGAN呢 |
试了下resize配合开GFPGAN可以用, resize的图太小, 然后脸崩了, |
现在就是full+gfpgan会失败是吧? |
单纯的full也会失败 |
增加了一个最佳实践的文档说明: |
需要把 |
好的, docs/sadtalker_logo.png 这个图片已经存在了 |
但我这里确实这个文件已经存在了, E:\AIGC\stable-diffusion-webui-master\stable-diffusion-webui\extensions\SadTalker\docs\sadtalker_logo.png |
这一句变成
|
这样不就没水印了, 我看了下是cd路径的问题, 执行save_video_with_watermark函数的时候当前路径在sd-webui项目的根目录, 只需要在执行这个语句前加入判断当前cd目录是含有sd特有的webui-user.bat, 如果存在 ./webui-user.bat 则logo路径为 ./extensions/SadTalker/docs/sadtalker_logo.png |
这部分逻辑会更新 |
感谢您耐心的讲解和奉献, 辛苦了 |
已经按照提示添加了环境变量SADTALKER_CHECKPOINTS,下载了模型,并安装了ffmpeg,但是启动WebUI时,还是会有和当初类似的错误提示: face-alignment False |
如果设置了环境变量应该会跳过去,启动的时候用的哪个命令呀? |
set PYTHON= call webui.bat 这是按照您上面的回复修改的,模型也都下载到(H:\SDW\stable-diffusion-webui\SadTalker\checkpoints)目录了 |
需要使用webui_user.bat |
hi,这个是没有检测到人脸【我们不支持二次元的图像】。可以换张图。 |
我把路径的中文去掉后成功了。
|
谢谢,我所使用的图片脸部画面占比比较小,已近替换了其他脸部画面面积更大的图片,成功运行了。非常感谢!! |
出现了一个新的问题,请再帮我解答一下: |
早期的sdwebui不会有时间的文件夹,可以尝试更新sdwebui或者把 imgs = glob.glob(imgs_from_txt_dir+'/*.png') |
Error while decoding stream #0:0: Invalid data found when processing input |
本地搭建以及快速入门google colab都报一下错误, Output from ffmpeg/avlib: ffmpeg version 4.2.7-0ubuntu0.1 Copyright (c) 2000-2022 the FFmpeg developers |
Traceback (most recent call last): |
RuntimeError: Cannot load audio from file: |
you need to install the |
把中文关掉~ |
用的秋叶安装包, extension.py加了,"huggingface_hub":"huggingface_hub==0.13.4",webui-user.bat也设置了set PYTHON= |
你用网地址下载更新,然后手工复制模型过去就好了呀
flycam2020ran ***@***.***> 于2023年6月1日周四 09:30写道:
… 我的webui无法从链接下载,手动下载了所有文件包括checkpoints拷贝到extentions,重启后webui界面为什么没有扩展项呢?谢谢!
[image: 网页捕获_1-6-2023_92936_127 0 0 1]
<https://user-images.githubusercontent.com/129655486/242452453-eb993475-e04e-4045-b3b7-4a66076fc43b.jpeg>
—
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASDNQUBIIX7KMEILYGSMF7TXI7WENANCNFSM6AAAAAAWX6XH6M>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
我使用 RTX4090+ Intel i7 13700K + 32GB 内存, 在处理988x1366 分辨率图片生成视频的时候爆内存了, 这合理吗? 我已经生成了 FULL的视频, 但是在跑 ENHENCER的时候 处理到一半爆内存了, 我还设置了100GB虚拟内存. |
因为你的网络没有正确出站,可能是没有开代理,所以你无法pull到远程服务器的数据,建议使用正规代理出站即可修复 |
文件路径设置错误 |
File "/Users/aa/install/sd/stable-diffusion-webui/venv/lib/python3.10/site-packages/torch/serialization.py", line 166, in validate_cuda_device 我是MacBook(m1)用户,确实没有cuda。请问要在哪里设置关闭这个cuda? 注:已经在 “/stable-diffusion-webui/webui-user.sh"中加入以下内容 |
To create a public link, set amd显卡,ubuntu系统下报错 |
出现以下情况,请问怎么解决? During handling of the above exception, another exception occurred: Traceback (most recent call last): |
为什么我将preprocess的参数设置为resize会报错,但是设置为full就没问题?? |
isnt disable safe unpickle, BAD FOR VIRUS and spyware potential? Why do we have exactly to remove it please? Can someone give me a proper explanation? Thanks |
出现错误 |
秋叶安装包可以用这个方法吗? |
AttributeError: module 'numpy' has no attribute 'float'. |
ERROR: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 2.2.0, 2.2.1, 2.2.2) how to fix? |
venv "venv\Scripts\Python.exe" Launch unsuccessful. Exiting. |
Traceback (most recent call last): |
`face-alignment False
Installing requirements for SadTalker
imageio True
imageio-ffmpeg False
Installing requirements for SadTalker
librosa False
Installing requirements for SadTalker
pydub True
scipy True
tqdm True
yacs False
Installing requirements for SadTalker
pyyaml False
Installing requirements for SadTalker
dlib False
Installing requirements for SadTalker
gfpgan True
download models for SadTalker
'bash' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Error executing callback ui_tabs_callback for H:\SDW\stable-diffusion-webui\extensions\SadTalker\scripts\extension.py
Traceback (most recent call last):
File "H:\SDW\stable-diffusion-webui\modules\script_callbacks.py", line 125, in ui_tabs_callback
res += c.callback() or []
File "H:\SDW\stable-diffusion-webui\extensions\SadTalker\scripts\extension.py", line 62, in on_ui_tabs
install()
File "H:\SDW\stable-diffusion-webui\extensions\SadTalker\scripts\extension.py", line 57, in install
launch.run("cd " + paths.script_path+"/extensions/SadTalker && bash ./scripts/download_models.sh", live=True)
File "H:\SDW\stable-diffusion-webui\launch.py", line 81, in run
raise RuntimeError(f"""{errdesc or 'Error running command'}.
RuntimeError: Error running command.
Command: cd H:\SDW\stable-diffusion-webui/extensions/SadTalker && bash ./scripts/download_models.sh
Error code: 1
Running on local URL: http://127.0.0.1:7860`
The text was updated successfully, but these errors were encountered: