imaginAIry/imaginairy/cli
Bryce Drennan 42a045e8e6
feature: support sdxl (#431)
- adds support for (SDXL)[https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0]
  - adds sliced encoding/decoding to refiners sdxl pipeline
  - doesn't support inpainting, controlnets
- monkeypatches self_attention_guidance to use sliced attention
- adds a bunch of model weight translation utilities and weightmaps
- add [opendalle 1.1](https://huggingface.co/dataautogpt3/OpenDalleV1.1)
- change default model to opendalle
- fix: better handle special characters in path inputs on command line
**todo**
- add tests
2023-12-27 21:52:37 -08:00
..
bin refactor: move bin files 2023-12-15 14:32:01 -08:00
__init__.py refactor: split up command line tool 2023-02-25 14:29:55 -08:00
arg_schedule.py docs: add docstrings 2023-12-15 14:32:01 -08:00
clickshell_mod.py perf: improve cli startup time 2023-12-12 20:54:39 -08:00
colorize.py refactor: move colorize to api 2023-12-15 14:32:01 -08:00
describe.py docs: add docstrings 2023-12-15 14:32:01 -08:00
edit_demo.py refactor: move a bunch of stuff to utils 2023-12-15 14:32:01 -08:00
edit.py refactor: space formatting 2023-12-18 21:24:59 -08:00
imagine.py refactor: space formatting 2023-12-18 21:24:59 -08:00
main.py docs: add docstrings 2023-12-15 14:32:01 -08:00
run_api.py docs: add docstrings 2023-12-15 14:32:01 -08:00
shared.py feature: support sdxl (#431) 2023-12-27 21:52:37 -08:00
unslow_the_cli.py perf: improve cli startup time 2023-12-12 20:54:39 -08:00
upscale.py docs: add docstrings 2023-12-15 14:32:01 -08:00
videogen.py refactor: move video_sample to api 2023-12-15 14:32:01 -08:00