Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added suppport gif as input video, a few fixes that allow working without control net extension #938

Open
wants to merge 3 commits into
base: automatic1111-webui
Choose a base branch
from

Conversation

Olehidubo
Copy link

No description provided.

@@ -69,7 +69,11 @@ def save_settings_from_animation_run(args, anim_args, parseq_args, loop_args, co
settings_filename = full_out_file_path if full_out_file_path else os.path.join(args.outdir, f"{root.timestring}_settings.txt")
with open(settings_filename, "w+", encoding="utf-8") as f:
s = {}
for d in (args.__dict__, anim_args.__dict__, parseq_args.__dict__, loop_args.__dict__, controlnet_args.__dict__, video_args.__dict__):
if controlnet_args:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zip between tow dict

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get it. Could you please provide more context? I'm not very familiar with Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants