From 43b0478f1ec69e3112230e12ca47a69bc63227fb Mon Sep 17 00:00:00 2001 From: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com> Date: Tue, 2 May 2023 22:29:24 +0900 Subject: [PATCH] Update READMEs --- README-JP.md | 6 ++++++ README.md | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/README-JP.md b/README-JP.md index 0b08de1..9c02adf 100644 --- a/README-JP.md +++ b/README-JP.md @@ -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)に移動しました \ No newline at end of file diff --git a/README.md b/README.md index cc4a5c6..265744f 100644 --- a/README.md +++ b/README.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)