-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |