summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEdwin Cheng <edwin0cheng@gmail.com>2023-12-03 15:37:10 +0800
committerGitHub <noreply@github.com>2023-12-03 08:37:10 +0100
commit37bf1ed012926b4180d2e9068b84118e1eb6e26d (patch)
tree73aa11818463fbe5bf39f4978dd6a5538a1a01a5 /README.md
parentdd40edfe73b796ad12f6246319cde2e603c4dc56 (diff)
downloadcandle-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20596fe1..f0c96a46 100644
--- a/README.md
+++ b/README.md
@@ -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">