Kahsolt / stable-diffusion-webui-prompt-travel

Travel between prompts in the latent space to make pseudo-animation, extension script for AUTOMATIC1111/stable-diffusion-webui.
The Unlicense
248 stars 22 forks source link

Issue: controlnet-travel: controlnet preprocessor images are included in the video file #27

Closed MoreColors123 closed 1 year ago

MoreColors123 commented 1 year ago

Thanks for that awesome and easy to use controlnet-script, I just realized it existed! As it says in the title, the black&white preprocessor-images are included in the resulting mp4 file (in between the actual frames). The results otherwise are really good though!

Kahsolt commented 1 year ago

🤔 Could you show me your <output> folder layout? It seems you are using a customized layout or naming template so that the preprocessed things got messed with target frames...? And, is your video the direct output or after postprocessing?

MoreColors123 commented 1 year ago

I am using the vladmandic repo which surely has a different folder structure: grafik grafik

Don't know if you can solve that. Thanks anyway!

Kahsolt commented 1 year ago

Oh I got it. To avoid this, you need switching on "Do not append detectmap to output" in "Setting - ControlNet", because ctravel did not find an elegant way to tell which image is a preprocessed scaffold and should be auto dropped :(

If you are annoyed to toggle this option again and again (for some certain possible workflow), you could use the post-processing toolkit (i.e. the manager.py) to compose again all frames via installed ffmpeg, overwriting the raw output.