automatic/TODO.md

4.4 KiB

TODO

Main ToDo list can be found at GitHub projects

Current

  • Reset quicksettings
  • Gallery: force refresh on delete

Future Candidates

Blocked items

ModernUI

  • Extensions tab: Full CSS
  • Models tab:
    • Current
    • Validate: broken table
    • Update: broken table
    • CivitAI: redesign downloader
  • History

Under Consideration

Future Considerations

New models

Pending

External:Unified/MultiModal

External:Image2Image/Editing

External:Video

Code TODO

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

  • control: support scripts via api
  • fc: autodetect distilled based on model
  • fc: autodetect tensor format based on model
  • flux: loader for civitai nf4 models
  • 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
  • lora: support pre-quantized flux
  • model load: cogview4: balanced offload does not work for GlmModel
  • model load: add ChromaFillPipeline, ChromaControlPipeline, ChromaImg2ImgPipeline etc when available
  • model load: force-reloading entire model as loading transformers only leads to massive memory usage
  • model load: implement model in-memory caching
  • modernui: monkey-patch for missing tabs.select event
  • processing: remove duplicate mask params
  • resize image: enable full VAE mode for resize-latent