The project is intended to provide Stable-Diffusion web service as simple as possible.
Reading codes in examples folder is enough for understanding APIs, maybe, I think.
The idea is to memorize each image generation requests in specific IDs.
This may help future features like reproducing result from previous image-generation; change noise/latent by little scale each frame for image-sequence (video) generation. etc.
usage: model_interpolate_illustrator.py [-h] --base-model BASE_MODEL --target-model TARGET_MODEL [--base-vae BASE_VAE] [--target-vae TARGET_VAE]
(--match-start MATCH_START | --match-regex MATCH_REGEX) [--list-weights] [--dry] [--prompt PROMPT] [--width WIDTH]
[--height HEIGHT] [--seed SEED] [--interp_steps INTERP_STEPS] [--infer_steps INFER_STEPS] [--output OUTPUT]
requires gifski executable Interpolates between base model and target model, generates an gif with model-mixing ratio from 0 to 1 example:

43 commits
Python
99.7%
The project is intended to provide Stable-Diffusion web service as simple as possible.
Reading codes in examples folder is enough for understanding APIs, maybe, I think.
The idea is to memorize each image generation requests in specific IDs.
This may help future features like reproducing result from previous image-generation; change noise/latent by little scale each frame for image-sequence (video) generation. etc.
usage: model_interpolate_illustrator.py [-h] --base-model BASE_MODEL --target-model TARGET_MODEL [--base-vae BASE_VAE] [--target-vae TARGET_VAE]
(--match-start MATCH_START | --match-regex MATCH_REGEX) [--list-weights] [--dry] [--prompt PROMPT] [--width WIDTH]
[--height HEIGHT] [--seed SEED] [--interp_steps INTERP_STEPS] [--infer_steps INFER_STEPS] [--output OUTPUT]
requires gifski executable Interpolates between base model and target model, generates an gif with model-mixing ratio from 0 to 1 example:

43 commits
Python
99.7%