mirror of
https://github.com/vladmandic/automatic
synced 2026-09-02 02:50:47 +02:00
4457ea2e51
Signed-off-by: Vladimir Mandic <mandic00@live.com>
1.5 KiB
1.5 KiB
TODO
Main ToDo list can be found at GitHub projects
Current
Issues/Limitations
N/A
Future Candidates
- Flux: NF4 loader: https://github.com/huggingface/diffusers/issues/9996
- IPAdapter: negative guidance: https://github.com/huggingface/diffusers/discussions/7167
- Control: API enhance scripts compatibility
- Video: add generate context menu
- Video: API support
- Video: STG: https://github.com/huggingface/diffusers/blob/main/examples/community/README.md#spatiotemporal-skip-guidance
- Video: SmoothCache: https://github.com/huggingface/diffusers/issues/11135
- SoftFill: https://github.com/zacheryvaughn/softfill-pipelines
- SISO: https://github.com/yairshp/SISO
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