You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Error calling: C:\Users\ytc\Desktop\StabilityMatrix-win-x64\Data\Packages\Stable Diffusion WebUI\extensions\sd-webui-animatediff\scripts\animatediff.py/ui
Traceback (most recent call last):
File "C:\Users\ytc\Desktop\StabilityMatrix-win-x64\Data\Packages\Stable Diffusion WebUI\modules\scripts.py", line 547, in wrap_call
return func(*args, **kwargs)
File "C:\Users\ytc\Desktop\StabilityMatrix-win-x64\Data\Packages\Stable Diffusion WebUI\extensions\sd-webui-animatediff\scripts\animatediff.py", line 45, in ui
unit = AnimateDiffUiGroup().render(
File "C:\Users\ytc\Desktop\StabilityMatrix-win-x64\Data\Packages\Stable Diffusion WebUI\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 290, in render
model_list = self.get_model_list()
File "C:\Users\ytc\Desktop\StabilityMatrix-win-x64\Data\Packages\Stable Diffusion WebUI\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 259, in get_model_list
os.mkdir(model_dir)
FileNotFoundError: [WinError 3] The system cannot find the path specified.: 'C:\\Users\\ytc\\Desktop\\stable-diffusion-webui_v1.6.0_t1.13.1\\extensions\\sd-webui-animatediff\\model'
Additional information
I moved and renamed my WebUI folder, and I also installed sd-webui-animatediff before but I removed it by deleting the whole directory, now while I install it, it will cause a path error.
Before move : Desktop/stable-diffusion-webui_v1.6.0_t1.13.1
After move : Desktop/StabilityMatrix-win-x64\Data\Packages\Stable Diffusion WebUI
The text was updated successfully, but these errors were encountered:
I noticed that my ui-config.json was broken weirdly,
so I deleted ui-config.json and the cache.json, then rerun webui-user.bat,
and the above issue was solved!
Is there an existing issue for this?
Have you read FAQ on README?
What happened?
The extension
sd-webui-animatediff
not working due to a path error, I traced some code and found this part, I suspect this is the root cause.In
animatediff_mm.py
Where can I specify or reset the
animatediff_model_path
inshared.opts.data
?p.s. Actually, I have a lot of extensions, but only this causes errors.
OS: Windows 11
Steps to reproduce the problem
sd-webui-animatediff
from any source (WebUI, git pull, etc...)webui-user.bat
What should have happened?
The extension needs to be working.
Commit where the problem happens
webui:
bef51aed032c0aaa5cfd80445bc4cf0d85b408b5
extension:
sd-webui-animatediff
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
Console logs
Additional information
I moved and renamed my WebUI folder, and I also installed sd-webui-animatediff before but I removed it by deleting the whole directory, now while I install it, it will cause a path error.
Before move :
Desktop/stable-diffusion-webui_v1.6.0_t1.13.1
After move :
Desktop/StabilityMatrix-win-x64\Data\Packages\Stable Diffusion WebUI
The text was updated successfully, but these errors were encountered: