mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-17 15:49:47 +08:00
remove quotes
This commit is contained in:
parent
8ea1325fdc
commit
3f9efd5329
@ -366,7 +366,7 @@ It is displayed in UI below the image. To use infotext, paste it into the prompt
|
|||||||
<li>Discard: remove style text from prompt, keep styles dropdown as it is.</li>
|
<li>Discard: remove style text from prompt, keep styles dropdown as it is.</li>
|
||||||
<li>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.</li>
|
<li>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.</li>
|
||||||
</ul>"""),
|
</ul>"""),
|
||||||
"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"), {
|
options_templates.update(options_section(('ui', "Live previews", "ui"), {
|
||||||
|
Loading…
Reference in New Issue
Block a user