From ed0c398380803435ae296664d347adf337865d47 Mon Sep 17 00:00:00 2001 From: "ilian.iliev" Date: Mon, 29 Apr 2024 15:39:55 +0300 Subject: [PATCH] Added scheduler state --- javascript/state.core.js | 1 + scripts/state_settings.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/javascript/state.core.js b/javascript/state.core.js index ac2717a..6ebc600 100644 --- a/javascript/state.core.js +++ b/javascript/state.core.js @@ -31,6 +31,7 @@ state.core = (function () { const SELECTS = { 'sampling': 'sampling', + 'scheduler': 'scheduler', 'hires_upscaler': 'hr_upscaler', 'script': '#script_list', }; diff --git a/scripts/state_settings.py b/scripts/state_settings.py index 6646e07..1da417c 100644 --- a/scripts/state_settings.py +++ b/scripts/state_settings.py @@ -20,6 +20,7 @@ def on_ui_settings(): "extra_networks", "styles", "sampling", + "scheduler", "sampling_steps", "width", "height", @@ -47,6 +48,7 @@ def on_ui_settings(): "extra_networks", "styles", "sampling", + "scheduler", "resize_mode", "sampling_steps", "restore_faces",