From 3f9efd532968f9083c129de193fedc5dfd9fd216 Mon Sep 17 00:00:00 2001
From: w-e-w <40751091+w-e-w@users.noreply.github.com>
Date: Mon, 21 Oct 2024 14:07:43 +0900
Subject: [PATCH] remove quotes
---
modules/shared_options.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/shared_options.py b/modules/shared_options.py
index 11bc10996..d4b477297 100644
--- a/modules/shared_options.py
+++ b/modules/shared_options.py
@@ -366,7 +366,7 @@ It is displayed in UI below the image. To use infotext, paste it into the prompt
Discard: remove style text from prompt, keep styles dropdown as it is.
Apply if any: remove style text from prompt; if any styles are found in prompt, put them into styles dropdown, otherwise keep it as it is.
"""),
- "png_info_html_style": OptionInfo("Default", "PNG Info style", gr.Radio, lambda: {"choices": shared_items.list_pnginfo_html_methods()}).info('"Default -> Parsed"'),
+ "png_info_html_style": OptionInfo("Default", "PNG Info style", gr.Radio, lambda: {"choices": shared_items.list_pnginfo_html_methods()}).info("Default -> Parsed"),
}))
options_templates.update(options_section(('ui', "Live previews", "ui"), {