Skip to content

Script for Stable Diffusion Web UI to create gifs with a transition of tags

Notifications You must be signed in to change notification settings

gmasil/sd-script-txt2gif-transition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion txt2gif Transition

A script for stable-diffusion-webui to generate gifs with a transition.

Note: This is a proof of concept and is no longer maintained. The same functionality can be found in my Stable Diffusion GIF Transition Addon.

example

You can add two tags/words that are gradually transitioned between. The minimum and maximum bias of the tags have an impact on the amount of change from first to last frame. Then you can select the amount of frames you want to generate and the time in ms between each frame.

settings

The setting above will generate a gif with 12 frames and a total animation length of 1.2 seconds (12 * 100ms).

The prompt of the first frame will be prepended by (short hair:1.4), (long hair: 0.6) and the last frame by (short hair:0.6), (long hair: 1.4) with a linear transition in between the frames.

Multiple tags seperated by comma are supported as well:

example

Here as a start tag cute face, blue eyes is used, end tag is demon, red eyes.

About

Script for Stable Diffusion Web UI to create gifs with a transition of tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages