From 138f8aba554996e919a22e146c7ce6d4f5bd2a40 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sat, 1 Oct 2022 08:00:33 +0300 Subject: [PATCH] Updated Custom Scripts (markdown) --- Custom-Scripts.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Custom-Scripts.md b/Custom-Scripts.md index d3ccb48..220fedb 100644 --- a/Custom-Scripts.md +++ b/Custom-Scripts.md @@ -52,6 +52,12 @@ Pick two (or more) seeds and generate a sequence of images interpolating between Example of what you can do with it: https://www.youtube.com/watch?v=4c71iUclY4U +## Animator +https://github.com/Animator-Anon/stable-diffusion-webui/blob/master/scripts/animator.py +Inspired by Deforum Notebook +Must have ffmpeg installed in path. +Poor img2img implentation, will trash images that aren't moving. + ## Saving steps of the sampling process This script will save steps of the sampling process to a directory. ```python