AlUlkesh / stable-diffusion-webui-images-browser

an images browse for stable-diffusion-webui
623 stars 111 forks source link

image browser completely broken for me (Forge & Gradio 4 issue) #257

Closed atmogenic closed 1 month ago

atmogenic commented 1 month ago

I stupidly clicked on "update.bat" for forge and now the image browser has become a page saying "upload an image" and i have no idea how to fix it

chrome_VcbeK7EZ7K
Vadim-Karpenko commented 1 month ago

Same here.

AlUlkesh commented 1 month ago

Oh wow, that looks very broken. Let me download forge and see going on.

AlUlkesh commented 1 month ago

Well, it seems to be related to forge's switch to gradio 4 (as far as I know as the first webui). I suspect other extensions will have problems too...

Unfortunately the actual problem seems not to be easy to find, I'll have to put more time into that.

In the meantime, if you want, you can return to the pre-gradio-4 commit of forge like this:

git checkout a9e0c38

And later, you can return to the current version with:

git checkout main

Alternatively, since forge has annouced it will be more experimental and occasionally broken in the future, you might want to consider this alternative:

https://github.com/Panchovix/stable-diffusion-webui-reForge

atmogenic commented 1 month ago

Well, it seems to be related to forge's switch to gradio 4 (as far as I know as the first webui). I suspect other extensions will have problems too...

Unfortunately the actual problem seems not to be easy to find, I'll have to put more time into that.

In the meantime, if you want, you can return to the pre-gradio-4 commit of forge like this:

git checkout a9e0c38

And later, you can return to the current version with:

git checkout main

Alternatively, since forge has annouced it will be more experimental and occasionally broken in the future, you might want to consider this alternative:

https://github.com/Panchovix/stable-diffusion-webui-reForge

thanks for the help unfortunately i'm not a techie at all with this stuff, i've got a1111 and forge which forge i went to In May this year. I want to check out reforge, but it has stuff to do with GIT and I do have git but have no idea where i meant to copy and paste that bunch of git stuff that is pasted on the reforge page. On forge i clicked on the bat called "run" and on the a1111 i run the one called "webai-user2" the 2 is because i messed something up but its works.

AlUlkesh commented 1 month ago

@atmogenic Are you on Windows? If so, you can proceed like this to install reForge:

image

git clone https://github.com/Panchovix/stable-diffusion-webui-reForge
cd stable-diffusion-webui-reForge
webui-user.bat

Hope this helps.

AlUlkesh commented 1 month ago

I think I found every issue. The browser should work with Forge again.

It actually was both, an issue with some Forge code and also Gradio has made breaking changes within the 4-version, which it shouldn't do...