From e764f5ac06a91e53f01be6fada78960abc653989 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:45:14 +0900 Subject: [PATCH] gif2gif extension --- Extensions-index.md | 7 +++++++ Extensions.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 81418f7..79bad7c 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -72,6 +72,13 @@ "added": "2023-01-11", "tags": ["script", "tab"] }, + { + "name": "gif2gif", + "url": "https://github.com/LonicaMewinsky/gif2gif", + "description": "A extension that extract a gif frame by frame for img2img generation and recombine them back into an animated gif", + "added": "2023-02-09", + "tags": ["script", "tab"] + }, { "name": "Artists to study", "url": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study", diff --git a/Extensions.md b/Extensions.md index aebb8bd..7864e8c 100644 --- a/Extensions.md +++ b/Extensions.md @@ -677,4 +677,10 @@ Catppuccin is a community-driven pastel theme that aims to be the middle ground ## Embedding Merge 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