diff options
author | Edwin Cheng <edwin0cheng@gmail.com> | 2023-12-03 15:37:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-03 08:37:10 +0100 |
commit | 37bf1ed012926b4180d2e9068b84118e1eb6e26d (patch) | |
tree | 73aa11818463fbe5bf39f4978dd6a5538a1a01a5 /README.md | |
parent | dd40edfe73b796ad12f6246319cde2e603c4dc56 (diff) | |
download | candle-37bf1ed012926b4180d2e9068b84118e1eb6e26d.tar.gz candle-37bf1ed012926b4180d2e9068b84118e1eb6e26d.tar.bz2 candle-37bf1ed012926b4180d2e9068b84118e1eb6e26d.zip |
Stable Diffusion Turbo Support (#1395)
* Add support for SD Turbo
* Set Leading as default in euler_ancestral discrete
* Use the appropriate default values for n_steps and guidance_scale.
---------
Co-authored-by: Laurent <laurent.mazare@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ We also provide a some command line based examples using state of the art models <img src="https://github.com/huggingface/candle/raw/main/candle-examples/examples/quantized/assets/aoc.gif" width="600"> - [Stable Diffusion](./candle-examples/examples/stable-diffusion/): text to - image generative model, support for the 1.5, 2.1, and SDXL 1.0 versions. + image generative model, support for the 1.5, 2.1, SDXL 1.0 and Turbo versions. <img src="https://github.com/huggingface/candle/raw/main/candle-examples/examples/stable-diffusion/assets/stable-diffusion-xl.jpg" width="200"> |