diff --git a/README-JP.md b/README-JP.md index e74e0a8..184e0b6 100644 --- a/README-JP.md +++ b/README-JP.md @@ -113,6 +113,12 @@ git clone https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-edi "Settings" タブで、サムネイル画像を一時保存するフォルダを指定してください。 "Directory to save temporary files" にパスを指定して "Force using temporary file…" をチェックしてください。 +### 大量の画像や巨大な画像を開いたときに動作が遅くなる +"Settings" タブで、"Force image gallery to use temporary files" にチェックを入れて、 "Maximum resolution of ..." に希望の解像度を入れてください。 +数百万もの画像を含むなど、あまりにも巨大なデータセットでは効果がないかもしれません。 +もしくは、[**スタンドアロン版**](https://github.com/toshiaki1729/dataset-tag-editor-standalone)を試してください。 +![](pic/ss12.png) + ## 表示内容 diff --git a/README.md b/README.md index 3ed5605..2954336 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,12 @@ Please note that all batch editing will be applyed **only to displayed images (= Set folder to store temporaly image in the "Settings" tab. Input path in "Directory to save temporary files" and check "Force using temporary file…" +### So laggy when opening many images or extremely large image +Check "Force image gallery to use temporary files" and input number in "Maximum resolution of ..." in the "Settings" tab. +It may not work with dataset with millions of images. +If it doesn't work, please consider using [**stand alone version**](https://github.com/toshiaki1729/dataset-tag-editor-standalone). +![](pic/ss12.png) + ## Description of Display diff --git a/pic/ss12.png b/pic/ss12.png new file mode 100644 index 0000000..24d0968 Binary files /dev/null and b/pic/ss12.png differ