deforum tab not showing up #641
Unanswered
sylargrey697
asked this question in
Q&A
Replies: 2 comments
-
Same error on clean install of both A1111 and extension (3b72cb3 (Tue May 2 15:29:24 2023)) edit: Temporary fix This probably needs a proper issue :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, im new to GitHub and was wondering if i could get some help, i get the error below when deforum loads and the deforum tab doesn't show up in the webui. any help would be appreciated, i already tried to install timm using pip as well as reinstalling deform.
Error loading script: deforum.py
Traceback (most recent call last):
File "C:\Users\aaron\stable-diffusion-webui\modules\scripts.py", line 256, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\aaron\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\Users\aaron\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum.py", line 17, in
import deforum_helpers.args as deforum_args
File "C:\Users\aaron\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts\deforum_helpers\args.py", line 9, in
from .vid2depth import process_depth_vid_upload_logic
File "C:\Users\aaron\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts\deforum_helpers\vid2depth.py", line 15, in
from .depth import MidasModel, AdaBinsModel
File "C:\Users\aaron\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts\deforum_helpers\depth.py", line 12, in
from midas.dpt_depth import DPTDepthModel
File "C:\Users\aaron\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts/deforum_helpers/src\midas\dpt_depth.py", line 5, in
from .blocks import (
File "C:\Users\aaron\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts/deforum_helpers/src\midas\blocks.py", line 4, in
from .backbones.beit import (
File "C:\Users\aaron\stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts/deforum_helpers/src\midas\backbones\beit.py", line 9, in
from timm.models.beit import gen_relative_position_index
ModuleNotFoundError: No module named 'timm.models.beit'
Beta Was this translation helpful? Give feedback.
All reactions