Falxie
Falxie
> Same issue on Windows, version 2.2.3 > > Safety checker enabled by default, it causes 35-40% of all requests with words man/woman/human/etc blocked. Docs says, > > ``` >...
> When I added these 3 paths to my environment variables the source installer finally started working. > > %SystemRoot%\system32 %SystemRoot% %SystemRoot%\System32\Wbem > > also, make sure to check the...
@cybromancy Ty I will look into it! Imma leave the issue open for now.
EASY FIX: 1. Open enviroment.yml 2. change line 9,10,11 to > - torchvision=0.13.1+cu116 > - torchaudio=0.12.1+cu116 > - pytorch=1.12.1+cu116 3. run install.bat 4. run invoke.bat  Running cuda now
Here's what I have done in total before it worked for me (excerpt from discord): I also deleted the C.\Users\[username]\.invokeai file before running install.bat and invoke.bat (after editing the lines;...
@Kallamamran what version of Python do you have installed? edit: If you have Python 11 then uninstall it and get python 10.x. PyTorch is not supported in version 11 of...
it would be helpful if you could post what GPU your system has. Several ways to do that: 1. Open the “Run” dialog box by pressing and holding the Windows...
Same here: https://github.com/Efficient-Large-Model/ComfyUI_ExtraModels didnt fix the error neither did this (grey images). ``` This solution worked for me: find file sana_multi_scale.py Change this code (line 299 / 300)y_lens = ((y...
Fix for python module using a venv I fixed this issue by following a post from a similar post about Unathorizied access. Login with this; ``` L.load_session("userName", { "csrftoken": "Token",...
> [@FalxGod](https://github.com/FalxGod) > > Would it be possible to use this fix without actually logging in? I know that the issue I'm having isn't a login issue, considering other scrappers...