dermesut
dermesut
Has there been progress on this issue? For me it's the same behaviour via API: it's reloading everytime which takes a lot of time, while it's perfectly re-using the model,...
Great! Thank you!
Perfect! Thank you.
Good to know. Thank you. Since I seem to run on cude 11.3, for me selection the according dropdowns on that site lead to: `pip install mmcv-full==1.7.0 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.12/index.html` I...
I just saw another update, fixing this problem. By deleting the corresponding lines in the requirements.txt. Well, that definitely solves it for me :)
Just saw another update. Installed 06a48138. Back at having problems again: Installing requirements for Web UI Error running install.py for extension extensions\sd-webui-controlnet. Command: "E:\ai\_gh_repos\sd.webui\system\python\python.exe" "extensions\sd-webui-controlnet\install.py" Error code: 1 stdout: Installing...
Updated to: 721fd78c. cmd now says: " Installing requirements for Web UI [ControlNet] Package mmsegmentation not found in current environment. Some annotators may not function properly. [ControlNet] Package mmdet not...
I get no notes anymore, that state that some annotators might not function properly. but, segmentation still doesn't work: " Error running process: E:\ai\_gh_repos\sd.webui\webui\extensions\sd-webui-controlnet\scripts\controlnet.py Traceback (most recent call last): File...
> > AssertionError: top_pool_forward miss in module _ext > > It should be related to #70 and partically solved by [eb84fd9](https://github.com/Mikubill/sd-webui-controlnet/commit/eb84fd9c599aa4096f19d262b400012810e4736f) since the extension will try to use installed version...
> Just in case, did you also remove `ddtailer` ? When I had similar problems a couple of weeks ago the solution also required the removal of the ddetailer extension....