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
What is the error and how to solve it.
Error loading script: animate.py
Traceback (most recent call last):
File "/Users/yangtianzhen/stable-diffusion-webui/modules/scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/Users/yangtianzhen/stable-diffusion-webui/modules/script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/Users/yangtianzhen/stable-diffusion-webui/extensions/AnimateDiff/scripts/animate.py", line 16, in
from animatediff.models.unet import UNet3DConditionModel
File "/Users/yangtianzhen/stable-diffusion-webui/extensions/AnimateDiff/animatediff/models/unet.py", line 15, in
from diffusers.modeling_utils import ModelMixin
ModuleNotFoundError: No module named 'diffusers.modeling_utils'
The text was updated successfully, but these errors were encountered:
What is the error and how to solve it.
Error loading script: animate.py
Traceback (most recent call last):
File "/Users/yangtianzhen/stable-diffusion-webui/modules/scripts.py", line 515, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/Users/yangtianzhen/stable-diffusion-webui/modules/script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/Users/yangtianzhen/stable-diffusion-webui/extensions/AnimateDiff/scripts/animate.py", line 16, in
from animatediff.models.unet import UNet3DConditionModel
File "/Users/yangtianzhen/stable-diffusion-webui/extensions/AnimateDiff/animatediff/models/unet.py", line 15, in
from diffusers.modeling_utils import ModelMixin
ModuleNotFoundError: No module named 'diffusers.modeling_utils'
The text was updated successfully, but these errors were encountered: