tolgacangoz commited on
Commit
6fe1331
1 Parent(s): 299657c

`DPMSolverSinglestepScheduler` used is DPM++ second order single step.

Browse files

SDE for `DPMSolverSinglestepScheduler` is not supported yet. But probably soon: https://github.com/huggingface/diffusers/pull/8269

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ Introducing the new fast model SDXL Flash, we learned that all fast XL models wo
40
  ### Optimal settings
41
  - **Steps**: 6-9
42
  - **CFG Scale**: 2.5-3.5
43
- - **Sampler**: DPM++ SDE
44
 
45
  ### Diffusers usage
46
 
 
40
  ### Optimal settings
41
  - **Steps**: 6-9
42
  - **CFG Scale**: 2.5-3.5
43
+ - **Sampler**: DPM++ 2S
44
 
45
  ### Diffusers usage
46