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

[Feature Request]: Make text2img Metadata Panel Resizable #197

Closed
1 task done
Neverdusk opened this issue Nov 6, 2023 · 5 comments
Closed
1 task done

[Feature Request]: Make text2img Metadata Panel Resizable #197

Neverdusk opened this issue Nov 6, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@Neverdusk
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

When viewing an image's info / metadata in the text2img window, the actual images shrink based on metadata size. If using a lot of extensions that add to metadata (e.g.: ControlNet, Adetailer, Cutoff), multiple Lora, or simply long prompts, the metadata panel can get pushed very high up, to the point of turning images miniscule. Saving multiple images only worsens the issue.
Screenshot 2023-11-06 132155

The ability to manually adjust the size of the metadata panel, images could be adjusted to reasonable sizes. Potentially, a scroll bar could be added to the metadata panel, dynamically changing as the panel is increased or decreased, making it possible to scroll through and read all metadata while keeping images at a practical size - which would be the best of both worlds.

Proposed workflow

  1. Go to text2img
  2. Create an image with a lot of metadata
  3. Press the View Info / Metadata button
  4. Resize panel and scroll metadata to more easily view and compare image info

Additional information

No response

@Neverdusk Neverdusk added the enhancement New feature or request label Nov 6, 2023
@anapnoe
Copy link
Owner

anapnoe commented Nov 7, 2023

added max height for info panel

@anapnoe anapnoe closed this as completed Nov 7, 2023
@Neverdusk
Copy link
Author

added max height for info panel

I updated to the latest commit, and I didn't see any change on my end. At one point, I downloaded a large batch of images, and the info panel's buttons completely disappeared into the UI.
Screenshot 2023-11-07 201314

@Neverdusk
Copy link
Author

I've also noticed that batch count seems to repeat and stack embedding information, for some reason. Each successive image has the embeddings repeated one additional time, until the take up several lines of meta.
Screenshot 2023-11-07 203709
The first image is normal, the second doubles the embeddings, the third triples the embeddings, and so-on.

@anapnoe
Copy link
Owner

anapnoe commented Nov 8, 2023

no issue, can't reproduce, no stack embedding info repeat, a scrollbar should appear when info height is greater than 33vh
probably some issue with an extension or you haven't updated to the last commit or issue with your browser
use a chromium based browser
no_issue

@Neverdusk
Copy link
Author

Reopened the UX and it works now. Not sure why it didn't update for me yesterday, but thanks for the fix!

martianunlimited pushed a commit to martianunlimited/stable-diffusion-webui-ux that referenced this issue Nov 13, 2023
martianunlimited added a commit to martianunlimited/stable-diffusion-webui-ux that referenced this issue Nov 13, 2023
* Merge pull request AUTOMATIC1111#13839 from AUTOMATIC1111/httpx==0.24.1

requirements_versions httpx==0.24.1

* add changelog entry

* show labels for aside, main, page tabs option setting

* refactor option settings

* fix alt-enter, control-enter key shortcuts for txt2img and img2img prompts

* remove debounce from window resize event

* added ignore overrides option setting

* Make text2img Metadata Panel to have max height anapnoe#197

* Update README.md

* Update README.md

* add group container for override dropdown

* add mobile scale option setting

* shrink space between split panes

* Update README.md

* improve mobile support

---------

Co-authored-by: AUTOMATIC1111 <[email protected]>
Co-authored-by: anapnoe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants