AngeloSHREDDER

Results 11 comments of AngeloSHREDDER

i did as you suggested but i get this error again : Please enter 1-4, Q: [1] 1 Starting the InvokeAI browser-based UI.. Traceback (most recent call last): File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\runpy.py",...

if i try : pip install controlnet_aux --force-reinstall --no-cache-dir this will work, but only in CPU , no GPU

using the console : i installed controlnet_aux via : pip install controlnet_aux --force-reinstall --no-cache-dir then after that : pip install --force-reinstall torch==2.2.1 --index-url https://download.pytorch.org/whl/cu121 it gives me this error :...

i didn't have full installer log output, i will delete the venv again, will reinstall again to reproduce the full error message

[installer log.txt](https://github.com/invoke-ai/InvokeAI/files/14848765/installer.log.txt)

and this log file is from starting invoke.bat [invoke-bat log.txt](https://github.com/invoke-ai/InvokeAI/files/14848821/invoke-bat.log.txt)

Do you have some shared virtual environment you are using? A: i have lot of virtual environments in my PC ( ComfyUI, invokeAI Training, EveryDream2 training, kohya , etc .....

i reinstalled controlnet pip install controlnet_aux --force-reinstall --no-cache-dir this install command uninstalled torch and made somehow everything works in CPU, so i installed torch again pip install --force-reinstall torch==2.2.1 --index-url...

same thing here, please update