Skip to content

Commit

Permalink
Add todo list to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stax124 committed Nov 1, 2023
1 parent 116d8ed commit abc74b2
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/todo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# TODO

## Might deserve their own page

- prompt expansion
- rewrite lora docs
- extra sampler settings
- Samplers (+ Kdiffusion samplers)
- SAG
- Hi-res
- Add examples to Img2img
- Upscaling and how to add another upscaler
- Taggers
- ONNX (if it even works)
- VAE
- Attention processors
- Stable-Fast
- Torch compile
- Offload
- Update docs with bfloat16
- SGM noise multiplier
- Quantization in k-samplers
- CLIP skip
- TomeSD
- Huggingface style prompting

## Probably bundle together

- Attention slicing
- Channels last
- Hypertile
- Reduced Precision
- Cudnn benchmark
- VAE Slicing + VAE Tiling
- Dont merge latents
- Continuous generation
- Sending logs to UI

0 comments on commit abc74b2

Please sign in to comment.