Skip to content

Commit c5f77a5

Browse files
committed
filter UniPC. Set def output folder to "Outputs"
1 parent 29dccff commit c5f77a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/infinite-zoom.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
usefulDirs[0] + "/" + usefulDirs[1] + "/scripts/promptschema.json"
3636
)
3737

38-
available_samplers = [s.name for s in modules.sd_samplers.samplers]
38+
available_samplers = [s.name for s in modules.sd_samplers.samplers if "UniPc" not in s.name]
3939

4040
default_prompt = """
4141
{
@@ -787,10 +787,11 @@ def on_ui_settings():
787787
section = ("infinite-zoom", "Infinite Zoom")
788788

789789
shared.opts.add_option(
790+
"outputs"
790791
"infzoom_outpath",
791792
shared.OptionInfo(
792793
"",
793-
"Path where to store your infinite video. Let empty to use img2img-output",
794+
"Path where to store your infinite video. Default is Outputs",
794795
gr.Textbox,
795796
{"interactive": True},
796797
section=section,

0 commit comments

Comments
 (0)