Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The buttons disappear as soon as I click First Page, no generate info or filenames display #98

Open
DaveMayfield opened this issue May 20, 2023 · 3 comments

Comments

@DaveMayfield
Copy link

The UI looks correct when I reload the web page, but as soon as I click any of the Page buttons all of the other buttons disappear. When I click an image there is no generate info or file name. So it does nothing more than display images right now.

@x4080
Copy link

x4080 commented Jun 2, 2023

and no send to img2img etc on my side

@diegomagikal
Copy link

The same happens here.

Using Chrome DevTools, I noticed a CSS class hide have added to div txt2img_images_history_button_panel.

https://snipboard.io/CiYj6w.jpg

Removing this class, the buttons are shown.

https://snipboard.io/MEst0v.jpg.

Now it's just to investigate where is the code that does that...

@pxnk
Copy link

pxnk commented Jun 26, 2023

Using Chrome DevTools, I noticed a CSS class hide have added to div txt2img_images_history_button_panel.

I now use this Stylus custom CSS rule

#image_browser_tab_txt2img_image_browser_button_panel { display: block!important; }

Like this the txt2img etc. buttons are at least visible and usable.

tjm35 pushed a commit to tjm35/stable-diffusion-webui-images-browser that referenced this issue Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants