toshiaki1729 / dataset-tag-editor-standalone

WebUI to edit dataset captions for txt2img models
MIT License
129 stars 13 forks source link

Images do not load #36

Closed without-ordinary closed 4 months ago

without-ordinary commented 4 months ago

Describe the bug No images from dataset are able to load since the gradio update. All images are 403.

To Reproduce Steps to reproduce the behavior:

  1. Install and run per normal
  2. Load any dataset that previously worked
  3. No images load, browser console has 403 errors for each dataset image, no output in terminal.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Environment (please complete the following information):

Additional context Initially did an upgrade and got this issues. Did a complete fresh install for testing and repo'd the issue there too.

toshiaki1729 commented 4 months ago

Possible solutions are here

without-ordinary commented 4 months ago

That was exactly it, thanks.

Had checked settings, didn't see anything obvious, but light gray text Gradio uses is quite hard for me to read (that's accessibility issue with Gradio itself, and general all Modern UI design that loves gray on grey for their neglected light themes), so I missed that. Derp.