imaginAIry/docs/todo.md
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

9.2 KiB

Todo

v14 todo

  • configurable composition cutoff

  • rename model parameter weights

  • rename model_config parameter to architecture and make it case insensitive

  • add --size parameter that accepts strings (e.g. 256x256, 4k, uhd, 8k, etc)

  • detect if cuda torch missing and give better error message

  • add method to install correct torch version

  • make cli run faster again

  • add tests for cli commands

  • add type checker

  • add interface for loading diffusers weights

  • SDXL support

  • sdxl inpainting

  • t2i adapters

  • embedding inputs

  • only output the main image unless some flag is set

  • allow selection of output video format

  • chain multiple operations together imggen => videogen

  • https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic

  • make sure terminal output on windows doesn't suck

  • add method to show cache size

  • add method to clear model cache

  • add method to clear cached items not recently used (does diffusers have one?)

  • create actual documentation

Investigate

Old Todo