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

How to make output gifs not auto-loop? #97

Closed
SoftologyPro opened this issue Oct 9, 2023 · 4 comments
Closed

How to make output gifs not auto-loop? #97

SoftologyPro opened this issue Oct 9, 2023 · 4 comments

Comments

@SoftologyPro
Copy link

SoftologyPro commented Oct 9, 2023

Is there a setting other than the "is_loop" in the json? To be clear, so the end of the output movie is not wrapped around to match the start. It helps in some cases, but not in other movies you do not want the end to match the start.

    "controlnet_map": {
        "input_image_dir": "",
        "max_samples_on_vram": 200,
        "max_models_on_vram": 3,
        "save_detectmap": true,
        "preprocess_on_gpu": true,
        "is_loop": false,
        "controlnet_tile": {

My output gifs loop if "is_loop" is true or false.

@SoftologyPro SoftologyPro changed the title How to get outputs not loop? How to make outputs not loop? Oct 9, 2023
@SoftologyPro SoftologyPro changed the title How to make outputs not loop? How to make output gifs not auto-loop? Oct 9, 2023
@SoftologyPro
Copy link
Author

SoftologyPro commented Oct 14, 2023

Maybe this did not make sense?
Say you have prompts that go from "fire" to "water" to "rock".
What happens now is the resulting gif animates smoothly and repeats. So fire morphs to water then morphs to rock and then morphs back to the start frame fire again.
The problem is the first frame will have some rock when I only want fire.
If you are making a movie you want to loop then this is OK, but in the case of other prompts you do not want the last prompt bleeding into the first.

Here is an example.

"0": "fire",
"16": "water",
"32": "rock"

00_573668030_fire
You can see the start of the video has rock with the fire. I only want rock at the end of the video.
Is there a way to disable this looping behavior?

@SoftologyPro
Copy link
Author

Is this issue understood?
Can it be fixed?

@s9roll7
Copy link
Owner

s9roll7 commented Oct 25, 2023

Nothing that can't be fixed, but the process is simplified by making it a loop, so I don't want to do anything to it.

@SoftologyPro
Copy link
Author

OK, thanks for responding.

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

No branches or pull requests

2 participants