mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
move gif2gif from extensions to custom script
parent
dd21e3dac2
commit
437d004536
@ -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.
|
Loading…
Reference in New Issue
Block a user