Update CHANGELOG.md

added cfg for LCM notes
This commit is contained in:
Aptronymist
2023-11-09 21:40:52 -08:00
committed by GitHub
parent baed872858
commit 044c31473b
+2 -1
View File
@@ -9,7 +9,8 @@
- load **lcm lora**
- set **sampler** to **LCM**
- set number of steps to some low number, for SD-XL 6-7 steps is normally sufficient
note: LCM scheduler does not support steps higher than 50
note: LCM scheduler does not support steps higher than 50
- set cfg to 1 or 2
- Add `cli/lcm_convert.py` script to convert any SD 1.5 or SD-XL model to LCM model
by baking in LORA and uploading to Huggingface, thanks @Disty0
- Add additional pipeline types for manual model loads when loading from `safetensors`