Vitaliy Shein

Results 12 comments of Vitaliy Shein

same for me but login works if I open the page from localhost. if I use remote ip it doesn't work

I fixed it by cleaning cookies in the chrome dev tools and adding these args in web-user.bat: `--no-gradio-queue --cors-allow-origins=http:/// ` gradio queue doesn't work correctly, and cors is also needed...

> Encountered this issue when I updated the files today, tried the suggested fix but still not working.. show errors from your browser console log - if you stuck in...

Another possible fix - try to rename these files in your root dir to regenerate them `cache.json` `params.txt` `ui-config.json`

if you can login from localhost - open Settings and click Apply settings - it will add missing settings in `config.json`. Restart everything and try again. This is the last...

Just open chrome incognito tab and try again. And send chrome console logs here. I had 100% same issue and i fixed it, so I want to see the difference...

> > Just open chrome incognito tab and try again. And send chrome console logs here. I had 100% same issue and i fixed it, so I want to see...

@enn-nafnlaus also you haven't installed torch correctly: `RuntimeError: Couldn't install torch.` check the installation notes about it

Maybe it happend because you have Python 3.11, but doc says that recommended version is 3.10.6

> It happens to me as well, tried every method listed above. If I log in through localhost everything works, if I instead log in over the network it logs...