You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imaginAIry/docs/todo.md

9.8 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

  • image prompts

  • embedding inputs

  • save complete metadata to image

  • recreate image from metadata

  • auto-incoporate https://huggingface.co/madebyollin/sdxl-vae-fp16-fix

  • only output the main image unless some flag is set

  • allow selection of output video format

  • test on python 3.11

  • allow specification of filename 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

Decided against