diff --git a/scripts/infinite-zoom.py b/scripts/infinite-zoom.py index f50163a..6ebe1ad 100644 --- a/scripts/infinite-zoom.py +++ b/scripts/infinite-zoom.py @@ -35,19 +35,17 @@ 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 = """ { "prompts":{ "headers":["outpaint steps","prompt"], "data":[ - [0,"Cat"], - ["1","Dog"], - [2,"Happy Pets"] + [0,"Huge spectacular Waterfall in a dense tropical forest,epic perspective,(vegetation overgrowth:1.3)(intricate, ornamentation:1.1),(baroque:1.1), fantasy, (realistic:1) digital painting , (magical,mystical:1.2) , (wide angle shot:1.4), (landscape composed:1.2)(medieval:1.1), divine,cinematic,(tropical forest:1.4),(river:1.3)mythology,india, volumetric lighting, Hindu ,epic, Alex Horley Wenjun Lin greg rutkowski Ruan Jia (Wayne Barlowe:1.2) "], ] }, - "negPrompt":"ugly" + "negPrompt":"frames, borderline, text, character, duplicate, error, out of frame, watermark, low quality, ugly, deformed, blur bad-artist" } """ @@ -789,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,