From 72b47b47d5f0cddd4f1fe3deffbaa6ba54d84a5c Mon Sep 17 00:00:00 2001 From: JeLuF Date: Sun, 6 Nov 2022 08:17:09 +0100 Subject: [PATCH] Remove DateFolderNames - breaks multi-tab since sessionIds are not unique --- UI-Plugins.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/UI-Plugins.md b/UI-Plugins.md index cff7ae6..c2f6599 100644 --- a/UI-Plugins.md +++ b/UI-Plugins.md @@ -39,11 +39,6 @@ If not stated otherwise in the plugin description, right click on the plugin lin Changes how autosave's session folders are named. The folders will have names like _2022_11_05T18_58_05_757Z_ instead of _1667674597680_. _[Github Repo](https://github.com/JeLuF/stable-diffusion-ui-plugins/)_ -- **[DateFolderNames](https://raw.githubusercontent.com/superskirv/stable-diffusion-ui-plugins/main/DateFolderNames.plugin.js) by [Super.Skirv](https://github.com/superskirv)** - - A different change to the sessionID folder naming scheme. Instead of _1667674597680_ you will get _YYYYMMDD_. This way you wont make a new folder each time you restart the program for that day. Thanks to [JeLuF](https://github.com/JeLuF) code for showing me how to edit sessionID! - _[Github Repo](https://github.com/superskirv/stable-diffusion-ui-plugins)_ - ### Information plugins - **[Copy Settings (JSON)](https://raw.githubusercontent.com/JeLuF/stable-diffusion-ui-plugins/main/copy-settings-json.plugin.js) by [JeLuF](https://github.com/JeLuF)**