From 437d0045365dc09ee36e71ee32a70daf334d9e70 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:59:18 +0900 Subject: [PATCH] move gif2gif from extensions to custom script --- Custom-Scripts.md | 6 +++++- Extensions.md | 5 ----- 2 files changed, 5 insertions(+), 6 deletions(-) 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