From 074766bfc566a86207cd878db5746b40e7db287a Mon Sep 17 00:00:00 2001 From: GoldMath Date: Sun, 5 Mar 2023 22:04:18 +0100 Subject: [PATCH] added 250 steps to the full table --- How-to-Use.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/How-to-Use.md b/How-to-Use.md index 45b779b..01d1462 100644 --- a/How-to-Use.md +++ b/How-to-Use.md @@ -22,10 +22,11 @@ Here is a rough overview of the behaviors of different sampler implementations: Most samplers are deterministic. If re-run with the same seed and settings, it will generate the same image. You can also increase the step size to see if artifacts in the image clear up, but it may be a slightly different image. -Note that `euler_a` and `dpm2_a` are *not always* deterministic. They can create different images when run in different batch sizes. +Note that **Ancestral** sampler, `euler_a`, `dpm2_a` and `dpmpp_2s_a` are *not always* deterministic. They can create different images when run in different batch sizes. [![SD2](https://user-images.githubusercontent.com/7282547/222918227-052d5c8f-f6db-4bcb-bfe8-2902228171db.jpg)](https://user-images.githubusercontent.com/7282547/222918227-052d5c8f-f6db-4bcb-bfe8-2902228171db.jpg) -[![SD-full_small](https://user-images.githubusercontent.com/7282547/222926791-728d2f46-fd16-4b93-a929-dc33f2fe4e92.jpg)](https://user-images.githubusercontent.com/7282547/222926791-728d2f46-fd16-4b93-a929-dc33f2fe4e92.jpg) + +[![SD-full2_small](https://user-images.githubusercontent.com/7282547/222985489-b14b160f-ea79-464f-80f7-45092f5b35f9.jpg)](https://user-images.githubusercontent.com/7282547/222985489-b14b160f-ea79-464f-80f7-45092f5b35f9.jpg) # Troubleshooting Please try the common [troubleshooting](https://github.com/cmdr2/stable-diffusion-ui/wiki/Troubleshooting) steps. If that doesn't fix it, please ask on the [discord server](https://discord.com/invite/u9yhsFmEkB), or [file an issue](https://github.com/cmdr2/stable-diffusion-ui/issues). \ No newline at end of file