Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 581cee4

Browse files
authored
Merge pull request #5 from TheyCallMeHex/master
Added newly included DDIM scheduler to schedulers listed in the readme
2 parents 8f8af8b + 66c9e00 commit 581cee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ painting, drawing, sketches, monochrome, grayscale, illustration, anime, cartoon
4242
### **Schedulers**
4343

4444
Many different scheduler algorithms can be used for this computation, each having its pro- and cons.
45-
So far `OnnxStack.StableDiffusion` as included `LMS Discrete`, `Euler Ancestral` and `DDPM` options with more in the works.
45+
So far `OnnxStack.StableDiffusion` as included `LMS Discrete`, `Euler Ancestral`, and `DDPM`, and `DDIM` options with more in the works.
4646

4747
*Example:*
4848
| LMS Scheduler | Euler Ancestral Scheduler | DDPM Scheduler |

0 commit comments

Comments
 (0)