t8ja

Results 4 comments of t8ja

Only local installs. At first I tried automatic1111's install in the py virtual environment, then I found the docker version with different UIs, using the same "auto" UI, with the...

This "launch" module just runs a git clone command in bash, puts the folder in "repositories/midas" and renames the folder to "midas". Did it really take me this long to...

You have to run the "install_next_vit.sh" in the midas directory (which just does a "git clone" ), and your problem is actually downstream from mine, but both are solved by...

stable-diffusion-webui-docker/data/config/auto/startup.sh ``` cd repositories && git clone "https://github.com/isl-org/MiDaS.git" && mv MiDaS midas && cd midas && ./install_next_vit.sh && cd midas/backbones && sed -i 's#./externals/Next_ViT/classification/nextvit.py#repositories/midas/midas/backbones/vit.py#' next_vit.py ```