Update README.md
Browse files
README.md
CHANGED
@@ -37,8 +37,8 @@ pip install transformers accelerate safetensors
|
|
37 |
```
|
38 |
|
39 |
**Notes:**
|
40 |
-
- The pipeline uses the `
|
41 |
-
- The pipeline also supports the `
|
42 |
|
43 |
Then, run the following snippet:
|
44 |
|
|
|
37 |
```
|
38 |
|
39 |
**Notes:**
|
40 |
+
- The pipeline uses the `EDMDPMSolverMultistepScheduler` scheduler by default, for crisper fine details. It's an [EDM formulation](https://arxiv.org/abs/2206.00364) of the DPM++ 2M Karras scheduler. `guidance_scale=3.0` is a good default for this scheduler.
|
41 |
+
- The pipeline also supports the `EDMEulerScheduler` scheduler. It's an [EDM formulation](https://arxiv.org/abs/2206.00364) of the Euler scheduler. `guidance_scale=5.0` is a good default for this scheduler.
|
42 |
|
43 |
Then, run the following snippet:
|
44 |
|