Files
automatic/TODO.md
T
Vladimir Mandic 4457ea2e51 mark legacy scripts
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-04-02 17:22:48 -04:00

1.5 KiB

TODO

Main ToDo list can be found at GitHub projects

Current

Issues/Limitations

N/A

Future Candidates

Code TODO

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

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