RedRayz commited on
Commit
9a56ca2
1 Parent(s): 84991b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -63,12 +63,20 @@ Negative: `worst quality, low quality, bad quality, lowres, jpeg artifacts, unfi
63
  ## Recommended Settings / 推奨設定
64
  Steps: 12-24
65
 
66
- Sampler: **Euler**(DPM++ 2M will work but unstable, other samplers will not work properly)
67
-
68
  Scheduler: Simple
69
 
70
  Guidance Scale: 2-7
71
 
 
 
 
 
 
 
 
 
 
 
72
  ### Hires.fix
73
 
74
  Hires upscaler: 4x-UltraSharp or Latent(nearest-exact)
 
63
  ## Recommended Settings / 推奨設定
64
  Steps: 12-24
65
 
 
 
66
  Scheduler: Simple
67
 
68
  Guidance Scale: 2-7
69
 
70
+ ### Compatible Samplers
71
+ - **Euler**(fast, stable)
72
+ - Euler a(fast)
73
+ - DPM++ 2M(high quality, fast, unstable)
74
+ - DPM++ SDE(high quality, slow)
75
+ - DPM++ 2s a(high quality, slow)
76
+ - DPM adaptive(extremely slow)
77
+
78
+ other samplers will not work properly.
79
+
80
  ### Hires.fix
81
 
82
  Hires upscaler: 4x-UltraSharp or Latent(nearest-exact)