Skip to content
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

no module 'timm.models.beit' #42

Open
DaniByKellogs opened this issue Jan 15, 2023 · 1 comment
Open

no module 'timm.models.beit' #42

DaniByKellogs opened this issue Jan 15, 2023 · 1 comment

Comments

@DaniByKellogs
Copy link

Launching Web UI with arguments: --enable-insecure-extension-access --share --gradio-debug --medvram --disable-safe-unpickle --xformers
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
Error loading script: simple_depthmap.py
Traceback (most recent call last):
File "/content/stable-diffusion-webui/modules/scripts.py", line 195, in load_scripts
module = script_loading.load_module(scriptfile.path)
File "/content/stable-diffusion-webui/modules/script_loading.py", line 13, in load_module
exec(compiled, module.dict)
File "/content/stable-diffusion-webui/extensions/multi-subject-render/scripts/simple_depthmap.py", line 11, in
from repositories.midas.midas.dpt_depth import DPTDepthModel
File "/content/stable-diffusion-webui/repositories/midas/midas/dpt_depth.py", line 5, in
from .blocks import (
File "/content/stable-diffusion-webui/repositories/midas/midas/blocks.py", line 4, in
from .backbones.beit import (
File "/content/stable-diffusion-webui/repositories/midas/midas/backbones/beit.py", line 9, in
from timm.models.beit import gen_relative_position_index
ModuleNotFoundError: No module named 'timm.models.beit'

Error loading script: depthmap.py
Traceback (most recent call last):
File "/content/stable-diffusion-webui/modules/scripts.py", line 195, in load_scripts
module = script_loading.load_module(scriptfile.path)
File "/content/stable-diffusion-webui/modules/script_loading.py", line 13, in load_module
exec(compiled, module.dict)
File "/content/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/depthmap.py", line 40, in
from midas.dpt_depth import DPTDepthModel
File "/content/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/midas/dpt_depth.py", line 5, in
from .blocks import (
File "/content/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/midas/blocks.py", line 4, in
from .backbones.beit import (
File "/content/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/midas/backbones/beit.py", line 9, in
from timm.models.beit import gen_relative_position_index
ModuleNotFoundError: No module named 'timm.models.beit'

@mykeehu
Copy link

mykeehu commented Jan 24, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants