mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-10 14:59:00 +08:00
gif2gif extension
parent
6d6083d45a
commit
e764f5ac06
@ -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",
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user