diff --git a/.gitignore b/.gitignore index 8fa05852..70660c51 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ notification.mp3 /textual_inversion .vscode /extensions + diff --git a/README.md b/README.md index 1a0e4f6a..55c050d5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Check the [custom scripts](https://github.com/AUTOMATIC1111/stable-diffusion-web - No token limit for prompts (original stable diffusion lets you use up to 75 tokens) - DeepDanbooru integration, creates danbooru style tags for anime prompts (add --deepdanbooru to commandline args) - [xformers](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Xformers), major speed increase for select cards: (add --xformers to commandline args) -- History tab: view, direct and delete images conveniently within the UI +- via extension: [History tab](https://github.com/yfszzx/stable-diffusion-webui-images-browser): view, direct and delete images conveniently within the UI - Generate forever option - Training tab - hypernetworks and embeddings options @@ -95,6 +95,16 @@ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-aesthetic-grad After running this command, make sure that you have `aesthetic-gradients` dir in webui's `extensions` directory and restart the UI. The interface for Aesthetic Gradients should appear exactly the same as it was. +## Where is History/Image browser?!?! +Image browser is now an extension. You can install it using git: + +```commandline +git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser extensions/images-browser +``` + +After running this command, make sure that you have `images-browser` dir in webui's `extensions` directory and restart +the UI. The interface for Image browser should appear exactly the same as it was. + ## Installation and Running Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs. diff --git a/extensions/put extension here.txt b/extensions/put extensions here.txt similarity index 100% rename from extensions/put extension here.txt rename to extensions/put extensions here.txt diff --git a/javascript/hints.js b/javascript/hints.js index a1fcc93b..6ddd6aec 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -62,8 +62,8 @@ titles = { "Interrogate": "Reconstruct prompt from existing image and put it into the prompt field.", - "Images filename pattern": "Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.", - "Directory name pattern": "Use following tags to define how subdirectories for images and grids are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [job_timestamp]; leave empty for default.", + "Images filename pattern": "Use following tags to define how filenames for images are chosen: [steps], [cfg], [prompt], [prompt_no_styles], [prompt_spaces], [width], [height], [styles], [sampler], [seed], [model_hash], [prompt_words], [date], [datetime], [datetime], [datetime