Update READMEs
parent
e883ae6063
commit
43b0478f1e
|
|
@ -106,6 +106,12 @@ git clone https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-edi
|
|||
正規表現(regex)を使うと、複雑な条件に応じてタグの編集が可能です。
|
||||
|
||||
|
||||
## トラブルシューティング
|
||||
### ギャラリーに画像が表示されず、コンソールに "All files must contained within the Gradio python app working directory…" と出ている
|
||||
"Settings" タブで、サムネイル画像を一時保存するフォルダを指定してください。
|
||||
"Directory to save temporary files" にパスを指定して "Force using temporary file…" をチェックしてください。
|
||||
|
||||
|
||||
## 表示内容
|
||||
|
||||
[こちら](DESCRIPTION_OF_DISPLAY-JP.md)に移動しました
|
||||
|
|
@ -107,6 +107,13 @@ Please note that all batch editing will be applyed **only to displayed images (=
|
|||
A comma will be regarded as the sepalator of two tags.
|
||||
By using regex, you can add/replace/remove tags according to more complex conditions.
|
||||
|
||||
|
||||
## Trouble shooting
|
||||
### Cannot see any image in dataset and saying "All files must contained within the Gradio python app working directory…"
|
||||
Set folder to store temporaly image in the "Settings" tab.
|
||||
Input path in "Directory to save temporary files" and check "Force using temporary file…"
|
||||
|
||||
|
||||
## Description of Display
|
||||
|
||||
Moved to [here](DESCRIPTION_OF_DISPLAY.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue