-
Notifications
You must be signed in to change notification settings - Fork 161
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
dpt_beit_large_512 (midas 3.1) - ERROR #424
Comments
same question |
Same issue, pip didn't fix anything. |
any support ? |
as already said i tried to install timm (many different versions) but this didnt solve the problem . Yes i think the problem is specific to midas because other models work fine . |
Oh yup sorry missed that. It does look like a library issue. Like the weight file and the config are mismatched for some reason. It's working for me. So the file size for me is Some of my versions of relevant libraries are |
I got it working but I don't know what did lol In summary, I upgraded pip first. Then I opened a command shell and activated venv, I installed triton, then I launched the webui and it failed so I uninstalled triton and it looks like cmake got left behind. It's working for me now. Powershell Log (incase a real programmer can make sense of it): `Windows PowerShell Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS G:\AI\stable-diffusion-webui-1.8.0\venv> .\scripts\activate [notice] A new release of pip is available: 22.2.1 -> 24.0
(venv) PS G:\AI\stable-diffusion-webui-1.8.0\venv> pip install https://huggingface.co/r4ziel/xformers_pre_built/resolve/main/triton-2.0.0-cp310-cp310-win_amd64.whl (venv) PS G:\AI\stable-diffusion-webui-1.8.0\venv> pip uninstall itsandbytes -y Usage: no such option: -y |
Wonderful. Oh also checking if any library has changed after auto1111 launchs is important. Sometimes there is silent requirements conflicts. Trying without any other extensions can be a helpful troubleshooting strategy (particularly newer extensions. Maybe this is a depth-anything conflict?) |
When i try to use dpt_beit_large_512 (midas 3.1) i receive this error:
I tried:
pip install timm==0.6.7
but this didnt solve the problem !
📂
The text was updated successfully, but these errors were encountered: