ddPn08 / Radiata

Stable diffusion webui based on diffusers.
https://ddpn08.github.io/Radiata/
Apache License 2.0
984 stars 68 forks source link

add image browser #83

Closed fa0311 closed 1 year ago

fa0311 commented 1 year ago

Overview

Screenshots

image image image

fa0311 commented 1 year ago

gradio.Galleryでは応用が出来ないようでgradio.Imageなどで再実装しようと考えていたんですがAUTOMATIC1111/stable-diffusion-webuiなどはjsを埋め込んで非表示のボタンをクリックすることでgradioのuiをupdateしているみたいですね...

fa0311 commented 1 year ago

Image Browserにはデフォルトでページ 0 が表示されます。 outputs/* のみが参照されます。

The Image Browser displays page 0 by default. Only outputs/* are referenced.

ddPn08 commented 1 year ago

機能追加ありがとうございます。。!! 一点、outputsフォルダが存在しない時にエラーが出てしまうようなのですが修正お願いできますでしょうか?


Thank you for adding the function. One point, it seems that an error occurs when the outputs folder does not exist, but can you please fix it?

fa0311 commented 1 year ago

修正しました 設定 image-browser-dir を追加しました

Fixed it. added config image-browser-dir.