Closed tigers2020 closed 1 year ago
No module 'xformers'. Proceeding without it.
That is NOT and error.
so I am manually install clip as pip install clip
And you install wrong package as clip
that sits on pypy is someone stealing a name and nothing else.
Correct clip is installed by installer. You should also not install anything from requirements.txt
yourself, that is what installer is for.
So instead of all this, better question is if you delete VENV and just run webui
, what happens?
there keep popping missing modulers and at the end. endless loop freeze at Installing mmcv-full. I am using python 3.11.4 would be matter?
python 3.11 is not supported. installer clearly says that at the very beginning - it will even refuse to run unless you run with --experimental
flag.
which tells me you're running something else and not just webui.bat
- otherwise you'd see that message and nothing else would happen.
I delete everything, fresh download from git, python 3.10. still, I am getting missing modules. first was clip. install manually, rembg pops. and clip_interggorator. after that freeze at
ModuleNotFoundError: No module named 'rembg'
20:32:48-091914 INFO Running extension preloading
20:32:48-092915 INFO Installing openmim
20:32:50-880227 INFO Installing mmcv-full
installing clip manually just causes problems - i already said, that's the wrong package.
run webui
alone, with clean venv
and upload setup.log
here (delete it before if you already have it).
any updates?
oh, it was outdated extension issued. that I try to install. ddetailer. now I have different issue with that graphic memory is not unloaded but stay in cash when you try overload work that more capacity than your graphic card. and have some warning what restart server.
Server shutdown requested
Traceback (most recent call last):
File "C:\Users\hyper\webUI\SeatIt\automatic\venv\lib\site-packages\gradio\routes.py", line 399, in run_predict
output = await app.get_blocks().process_api(
File "C:\Users\hyper\webUI\SeatIt\automatic\venv\lib\site-packages\gradio\blocks.py", line 1299, in process_api
result = await self.call_function(
File "C:\Users\hyper\webUI\SeatIt\automatic\venv\lib\site-packages\gradio\blocks.py", line 1022, in call_function
prediction = await anyio.to_thread.run_sync(
File "C:\Users\hyper\webUI\SeatIt\automatic\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "C:\Users\hyper\webUI\SeatIt\automatic\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
asyncio.exceptions.CancelledError
First one I think I just fixed 2h ago.
Second one is normal, there is even message just before that says to ignore it. Those are aborts for open connections towards browser - no way to hide them without hiding some other really important stuff.
closing the issue as resolved. for any vram issues, we can continue under different thread.
Issue Description
I delete venv reinstall from new -requirements.txt
after install finish, I am getting this error..
No module 'xformers'. Proceeding without it.
so I am manually install clip as pip install clip, I am getting another error.
Version Platform Description
No response