filter UniPC. Set def output folder to "Outputs"

pull/46/head
GeorgLegato 2023-04-21 05:42:32 +02:00
parent 29dccff5fd
commit c5f77a50e3
1 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@ jsonprompt_schemafile = (
usefulDirs[0] + "/" + usefulDirs[1] + "/scripts/promptschema.json"
)
available_samplers = [s.name for s in modules.sd_samplers.samplers]
available_samplers = [s.name for s in modules.sd_samplers.samplers if "UniPc" not in s.name]
default_prompt = """
{
@ -787,10 +787,11 @@ def on_ui_settings():
section = ("infinite-zoom", "Infinite Zoom")
shared.opts.add_option(
"outputs"
"infzoom_outpath",
shared.OptionInfo(
"",
"Path where to store your infinite video. Let empty to use img2img-output",
"Path where to store your infinite video. Default is Outputs",
gr.Textbox,
{"interactive": True},
section=section,