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

Commit c14b1fd

Browse files
committed
Fixxed a grammatical error, added Euler and KDPM2 to the listed Scheduler examples, and added example images for Euler and KDPM2.
1 parent 3decbb8 commit c14b1fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
494 KB
Loading
526 KB
Loading

OnnxStack.UI/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ painting, drawing, sketches, monochrome, grayscale, illustration, anime, cartoon
3636
### **Schedulers**
3737

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

4141
*Example:*
42-
| LMS Scheduler | Euler Ancestral Scheduler | DDPM Scheduler | DDIM Scheduler
43-
| :--- | :--- | :--- | :--- |
44-
<img src="../Assets/Samples/1207582124_30_7.5_30_LMS.png" width="256" alt="Image of browser inferencing on sample images."/> | <img src="../Assets/Samples/1207582124_30_7.5_30_EulerAncestral.png" width="256" alt="Image of browser inferencing on sample images."/> | <img src="../Assets/Samples/1207582124_30_7.5_30_DDPM.png" width="256" alt="Image of browser inferencing on sample images."/> | <img src="../Assets/Samples/1207582124_30_7.5_30_DDIM.png" width="256" alt="Image of browser inferencing on sample images."/> |
42+
| LMS Scheduler | Euler Scheduler | Euler Ancestral Scheduler | DDPM Scheduler | DDIM Scheduler | KDPM2 Scheduler
43+
| :--- | :--- | :--- | :--- | :--- | :--- |
44+
<img src="../Assets/Samples/1207582124_30_7.5_30_LMS.png" width="256" alt="Image of browser inferencing on sample images."/> | <img src="../Assets/Samples/1207582124_30_7.5_30_Euler.png" width="256" alt="Image of browser inferencing on sample images."/> | <img src="../Assets/Samples/1207582124_30_7.5_30_EulerAncestral.png" width="256" alt="Image of browser inferencing on sample images."/> | <img src="../Assets/Samples/1207582124_30_7.5_30_DDPM.png" width="256" alt="Image of browser inferencing on sample images."/> | <img src="../Assets/Samples/1207582124_30_7.5_30_DDIM.png" width="256" alt="Image of browser inferencing on sample images."/> | <img src="../Assets/Samples/1207582124_30_7.5_30_KDPM2.png" width="256" alt="Image of browser inferencing on sample images."/> |
4545

46-
Model: OpenJourney V4 Seed: A cyberpunk puppy GuidanceScale: 7.5 NumInferenceSteps: 30 Prompt: A cyberpunk puppy
46+
Model: OpenJourney V4 Seed: 1207582124 GuidanceScale: 7.5 NumInferenceSteps: 30 Prompt: A cyberpunk puppy
4747

4848
__________________________
4949

0 commit comments

Comments
 (0)