From 16f9c61b5f0a755bda90d987f259f10d8b459a95 Mon Sep 17 00:00:00 2001 From: Richard Tallent Date: Sat, 1 Nov 2025 13:57:55 -0500 Subject: [PATCH 01/12] v1, using bespoke UI within the Edit Metadata dialog --- src/Pages/_Generate/GenTabModals.cshtml | 6 + src/Text2Image/T2IModel.cs | 1 + src/Text2Image/T2IModelHandler.cs | 3 + src/WebAPI/ModelsAPI.cs | 19 ++- src/wwwroot/css/genpage.css | 22 +++ src/wwwroot/js/genpage/gentab/models.js | 209 ++++++++++++++++++++++++ 6 files changed, 259 insertions(+), 1 deletion(-) diff --git a/src/Pages/_Generate/GenTabModals.cshtml b/src/Pages/_Generate/GenTabModals.cshtml index d6875a0d0..72fe0522e 100644 --- a/src/Pages/_Generate/GenTabModals.cshtml +++ b/src/Pages/_Generate/GenTabModals.cshtml @@ -156,6 +156,12 @@ Description:
+
+
+
Parameter Overrides
+ Each of these is optional. If set, they will be applied automatically, overriding your current values, when you select this model. +
+
Description:
-
-
-
Parameter Overrides
- Each of these is optional. If set, they will be applied automatically, overriding your current values, when you select this model. -
+
+
+
+
Linked Preset
+ @WebUtil.TextPopoverButton("linkedpreset", "If set, this preset will be selected when you choose this model. Enable auto-apply in settings to instead apply it automatically.") +
+
+
+ + +
+