move gif2gif from extensions to custom script

w-e-w 2023-02-09 14:59:18 +09:00
parent dd21e3dac2
commit 437d004536
2 changed files with 5 additions and 6 deletions

@ -370,4 +370,8 @@ class Script(scripts.Script):
sd_samplers.store_latent = fun
return Processed(p, proc.images, p.seed, "")
```
```
## 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.

@ -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.