Updated How to Use (markdown)

JeLuF 2023-03-05 01:13:13 +01:00
parent 159b71ff3f
commit d459592872

@ -18,14 +18,14 @@ When loaded this is what it should look like:
Here is a rough overview of the behaviors of different sampler implementations: Here is a rough overview of the behaviors of different sampler implementations:
![SD](https://user-images.githubusercontent.com/7282547/222912410-32e65aef-317f-4f35-89bd-45d92569c317.jpg) [![SD](https://user-images.githubusercontent.com/7282547/222912410-32e65aef-317f-4f35-89bd-45d92569c317.jpg)](https://user-images.githubusercontent.com/7282547/222912410-32e65aef-317f-4f35-89bd-45d92569c317.jpg)
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. 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 `euler_a` and `dpm2_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) [![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) [![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)
# Troubleshooting # 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). 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).