diff --git a/Custom-Scripts.md b/Custom-Scripts.md index e0716bc..9f5d6a4 100644 --- a/Custom-Scripts.md +++ b/Custom-Scripts.md @@ -370,4 +370,8 @@ class Script(scripts.Script): sd_samplers.store_latent = fun return Processed(p, proc.images, p.seed, "") -``` \ No newline at end of file +``` +## gif2gif +https://github.com/LonicaMewinsky/gif2gif + +The purpose of this script is to accept an animated gif as input, process frames as img2img typically would, and recombine them back into an animated gif. Not intended to have extensive functionality. Referenced code from prompts_from_file. \ No newline at end of file diff --git a/Extensions.md b/Extensions.md index 7864e8c..0b66c0c 100644 --- a/Extensions.md +++ b/Extensions.md @@ -679,8 +679,3 @@ Catppuccin is a community-driven pastel theme that aims to be the middle ground https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge Merging Textual Inversion embeddings at runtime from string literals. - -## gif2gif -https://github.com/LonicaMewinsky/gif2gif - -The purpose of this script is to accept an animated gif as input, process frames as img2img typically would, and recombine them back into an animated gif. Not intended to have extensive functionality. Referenced code from prompts_from_file. \ No newline at end of file