stable-diffusion-webui-images-browser icon indicating copy to clipboard operation
stable-diffusion-webui-images-browser copied to clipboard

no generation info displayed after latest a1111 update

Open nickr61 opened this issue 2 years ago • 9 comments

After the latest update of Automatic1111 there is no longer any info displayed when an image is selected or any 'send to' buttons

nickr61 avatar Mar 25 '23 08:03 nickr61

Yeah, same here.

prudyray305 avatar Mar 25 '23 09:03 prudyray305

yep same here including the UI being a bit messed up on the txt2img page

atmogenic avatar Mar 25 '23 12:03 atmogenic

Also some different ways the UI is behaving now: You can no longer click on a page to see a full overview, it'll always stay on an image and you have to close them with the X. Also no delete button anymore.

PapaBones avatar Mar 25 '23 13:03 PapaBones

OK there is a workaround until this is fixed, this puts your installation back to a previous branch, I just did it and everything now working as it was Open up a CMD prompt at the base of the stable-diffusion-webui folder, and type in "git checkout a9eab23" and hit enter, that should do it. Then make sure to edit the webui-user.bat file if you added "git pull" so it doesn't update again. And just start as usual.

To revert to the master branch just do the same but type "git checkout master"

nickr61 avatar Mar 25 '23 17:03 nickr61

OK there is a workaround until this is fixed, this puts your installation back to a previous branch, I just did it and everything now working as it was Open up a CMD prompt at the base of the stable-diffusion-webui folder, and type in "git checkout a9eab23" and hit enter, that should do it. Then make sure to edit the webui-user.bat file if you added "git pull" so it doesn't update again. And just start as usual.

To revert to the master branch just do the same but type "git checkout master"

Looking for update and thanks a lot for your amazing contributions!

aetherwu avatar Mar 26 '23 03:03 aetherwu

It seems this repo has been abandoned. Now I'm using this fork: https://github.com/AlUlkesh/stable-diffusion-webui-images-browser It works well with the updates for gradio 3.22.

zyd232 avatar Mar 26 '23 15:03 zyd232

@zyd232 , interesting, OK I'll give that a try, thanks for pointing that out

nickr61 avatar Mar 26 '23 16:03 nickr61

It seems this repo has been abandoned. Now I'm using this fork: https://github.com/AlUlkesh/stable-diffusion-webui-images-browser

Thanks! Can confirm it seems to work so far, and feels familiar enough to be a painless change.

BlastedRemnants avatar Mar 27 '23 04:03 BlastedRemnants

It seems this repo has been abandoned. Now I'm using this fork: https://github.com/AlUlkesh/stable-diffusion-webui-images-browser It works well with the updates for gradio 3.22.

Works as intended, but there are still no generation parameters on display - at least here, for me. Could be related to something else, since my output library lies on a network share.

Thank you for the fork mention, hadn't noticed it. In the meantime, I'll suggest using the "Diffusion Toolkit" tool from https://github.com/RupertAvery/DiffusionToolkit/ . It's not as integrated, obviously, but it provides you with generation info, reliably.

xpgx1 avatar Mar 31 '23 13:03 xpgx1