From 77c09705008eccf567b0d073ff007068ee6dc683 Mon Sep 17 00:00:00 2001 From: DominikDoom Date: Thu, 6 Jul 2023 16:55:51 +0200 Subject: [PATCH] Use info instead of html for readme links For compatibility with SD.next Closes #197 --- scripts/tag_autocomplete_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tag_autocomplete_helper.py b/scripts/tag_autocomplete_helper.py index a0c1c99..e108b32 100644 --- a/scripts/tag_autocomplete_helper.py +++ b/scripts/tag_autocomplete_helper.py @@ -301,7 +301,7 @@ def on_ui_settings(): "tac_activeIn.txt2img": shared.OptionInfo(True, "Active in txt2img").needs_restart(), "tac_activeIn.img2img": shared.OptionInfo(True, "Active in img2img").needs_restart(), "tac_activeIn.negativePrompts": shared.OptionInfo(True, "Active in negative prompts").needs_restart(), - "tac_activeIn.thirdParty": shared.OptionInfo(True, "Active in third party textboxes").html("See README for supported extensions").needs_restart(), + "tac_activeIn.thirdParty": shared.OptionInfo(True, "Active in third party textboxes").info("See README for supported extensions").needs_restart(), "tac_activeIn.modelList": shared.OptionInfo("", "Black/Whitelist models").info("Model names [with file extension] or their hashes, separated by commas"), "tac_activeIn.modelListMode": shared.OptionInfo("Blacklist", "Mode to use for model list", gr.Dropdown, lambda: {"choices": ["Blacklist","Whitelist"]}), # Results related settings