automatic/TODO.md

2.4 KiB

TODO

Main ToDo list can be found at GitHub projects

Current

Issues/Limitations

  • Control: API enhance scripts compatibility
  • Video: API support

Future Candidates

Code TODO

pnpm lint | grep W0511 | awk -F'TODO ' '{print "- "$NF}' | sed 's/ (fixme)//g'

  • control: support scripts via api
  • fc: autodetect distilled based on model
  • fc: autodetect tensor format based on model
  • hypertile: vae breaks when using non-standard sizes
  • install: enable ROCm for windows when available
  • loader: load receipe
  • loader: save receipe
  • lora: add other quantization types
  • lora: add t5 key support for sd35/f1
  • lora: maybe force imediate quantization
  • model load: force-reloading entire model as loading transformers only leads to massive memory usage
  • model loader: implement model in-memory caching
  • modernui: monkey-patch for missing tabs.select event
  • modules/lora/lora_extract.py:185:9: W0511: TODO: lora: support pre-quantized flux
  • nunchaku: batch support
  • nunchaku: cache-dir for transformer and t5 loader
  • processing: remove duplicate mask params
  • resize image: enable full VAE mode for resize-latent