-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Automatic1111 #123
Comments
same here |
Yep. me too |
it seems some thing about the huggingface_hub library, i will fixed it today. in advanced, you can try to set the |
Or you can set the %SADTALKER_CHECKPOINTS% in your bash file in advanced. |
huggingface/huggingface_hub#1385 it is something about huggingface_hub |
Loading weights [fc2511737a] from D:\AI\novelai-webui-aki-v3\models\Stable-diffusion\chilloutmix_NiPrunedFp32Fix.safetensors 你好,我设置成false了 还是有很多报错! |
大写?
|
我在webui-user.bat里面也设置了,模型位置,并将模型放进去了,还是有报错,webui上也没有相关按钮 |
这里确定启动的时候用 |
没有相关按钮是安装有问题,可以给一些log |
Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)] Launching Web UI with arguments: --xformers --no-half --autolaunch --api [AddNet] Updating model hashes... Loading weights [fc2511737a] from D:\AI\novelai-webui-aki-v3\models\Stable-diffusion\chilloutmix_NiPrunedFp32Fix.safetensors 启动信息都在这里了 |
这个是huggingface_hub 的版本问题,确定第48行:
|
Hey everyone 👋 I can confirm it was an issue in
Otherwise, I'll be published in next (disclaimer: I'm a maintainer of |
Solved this: with adding "export SADTALKER_CHECKPOINTS=/Users/~/stable-diffusion-webui/extensions/SadTalker/checkpoints"Little confused on the timeline on if this is fixed or it is still pending – SadTalker was working great as extension for me in A11 on Mac. Then it updated and broke with the HuggingFace code above. I did what you said @vinthony and I checked to see if " snapshot_download(repo_id=REPO_ID, local_dir=local_dir, local_dir_use_symlinks=False)" was set to False and it already was. I updated the huggingface like @Wauplin said...But still on latest f797c07 (Thu Apr 13 15:08:47 2023)
|
Thanks for this information. I will update the code about this release. |
I was able to manually work around the problem by setting a User environmental variable in windows for SADTALKER_CHECKPOINTS. This is not a real solution though, as it required me to go edit my windows environmental variables. Still having issue even with the latest update for both huggingface, and SadTalker. I am receiving the following error:
|
manually download the checkpoints may works better, we give a new tutorial here: https://github.com/Winfredy/SadTalker/blob/main/docs/webui_extension.md |
@MadHalaster this is a different issue in Please let me know if everything is finally settled for you :) |
Hi, where to put this file? s3fd-619a316812.pth |
Ok thanks for quick reply! Ive downloaded all the files in the gdrive and from the hub , do I need to the files from BFM_fitting too? |
sure, please download all the files. |
SadTalker will not support download all the files from hugging face, which will take a long time. please manually set the SADTALKER_CHECKPOINTS in webui_user.bat我真的找不到解决办法,我在SADTALKER_CHECKPOINTS文件路径下cmd后键入webui_user.bat不可操作 |
How to do the SADTALKER_CHECKPOINTS in webui_user.bat? C:\stable-diffusion-webui\extensions\SadTalker\scripts\checkpoints |
Hi looks like we must to have installed automatic1111 in C otherwise missmatch routes. I have my automatic1111 installed in the disk "X"
Please check:
Error executing callback ui_tabs_callback for X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\extensions\SadTalker\scripts\extension.py
Traceback (most recent call last):
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\modules\script_callbacks.py", line 125, in ui_tabs_callback
res += c.callback() or []
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\extensions\SadTalker\scripts\extension.py", line 69, in on_ui_tabs
install()
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\extensions\SadTalker\scripts\extension.py", line 65, in install
download_model(paths.script_path+'/extensions/SadTalker/checkpoints')
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\extensions\SadTalker\scripts\extension.py", line 14, in download_model
snapshot_download(repo_id=REPO_ID, local_dir=local_dir, local_dir_use_symlinks=True)
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\utils_validators.py", line 120, in _inner_fn
return fn(*args, **kwargs)
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub_snapshot_download.py", line 235, in snapshot_download
thread_map(
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\tqdm\contrib\concurrent.py", line 69, in thread_map
return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs)
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\tqdm\contrib\concurrent.py", line 51, in _executor_map
return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs))
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\tqdm\std.py", line 1178, in iter
for obj in iterable:
File "C:\Users\Nicolas\AppData\Local\Programs\Python\Python310\lib\concurrent\futures_base.py", line 621, in result_iterator
yield _result_or_cancel(fs.pop())
File "C:\Users\Nicolas\AppData\Local\Programs\Python\Python310\lib\concurrent\futures_base.py", line 319, in _result_or_cancel
return fut.result(timeout)
File "C:\Users\Nicolas\AppData\Local\Programs\Python\Python310\lib\concurrent\futures_base.py", line 458, in result
return self.__get_result()
File "C:\Users\Nicolas\AppData\Local\Programs\Python\Python310\lib\concurrent\futures_base.py", line 403, in __get_result
raise self._exception
File "C:\Users\Nicolas\AppData\Local\Programs\Python\Python310\lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub_snapshot_download.py", line 212, in _inner_hf_hub_download
return hf_hub_download(
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\utils_validators.py", line 120, in _inner_fn
return fn(*args, **kwargs)
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py", line 1355, in hf_hub_download
_create_symlink(blob_path, local_dir_filepath, new_blob=False)
File "X:\AyudantesAI\AUTOMATIC_1111\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py", line 873, in _create_symlink
_support_symlinks = are_symlinks_supported(os.path.dirname(os.path.commonpath([abs_src, abs_dst])))
File "C:\Users\Nicolas\AppData\Local\Programs\Python\Python310\lib\ntpath.py", line 804, in commonpath
raise ValueError("Paths don't have the same drive")
ValueError: Paths don't have the same drive
The text was updated successfully, but these errors were encountered: