dustysys / ddetailer

340 stars 74 forks source link

Can't install mmcv-full #62

Closed GianlucaMattei closed 9 months ago

GianlucaMattei commented 1 year ago

Hello, I just installed the extension following the guide. When I launch A1111 it starts installations of openmim and mmcv-full which causes system crash (it fill the RAM - 16GB) . I try also to install mmcv-full following the tutorial on its github page but nothing changed.

This is the command and the output

bash webui.sh --gradio-img2img-tool color-sketch

################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye)
################################################################

################################################################
Running on gmattei user
################################################################

################################################################
Repo already cloned, using it as install directory
################################################################

################################################################
Create and activate python venv
################################################################

################################################################
Launching launch.py...
################################################################
Using TCMalloc: libtcmalloc.so.4
Python 3.10.9 (main, Mar  8 2023, 10:47:38) [GCC 11.2.0]
Version: v1.3.0
Commit hash: 20ae71faa8ef035c31aa3a410b707d792c8203a3
Installing requirements

Installing sd-webui-auto-language requirement: lru-dict

Launching Web UI with arguments: --gradio-img2img-tool color-sketch
No module 'xformers'. Proceeding without it.
Installing openmim
Installing mmcv-full

How to fix this ? Thanks