accordions everywhere

This commit is contained in:
Vladimir Mandic
2023-09-22 20:34:25 -04:00
parent 4e7ad0e15a
commit 9b4c4e5b49
13 changed files with 260 additions and 191 deletions
+1 -1
View File
@@ -35,8 +35,8 @@ config = {
'Euler a': { },
'Euler': { 'interpolation_type': "linear", 'use_karras_sigmas': False },
'Heun': { 'use_karras_sigmas': False },
'KDPM2 a': { 'steps_offset': 0 },
'KDPM2': { 'steps_offset': 0 },
'KDPM2 a': { 'steps_offset': 0 },
'LMSD': { 'use_karras_sigmas': False, 'timestep_spacing': 'linspace', 'steps_offset': 0 },
'PNDM': { 'skip_prk_steps': False, 'set_alpha_to_one': False, 'steps_offset': 0 },
'UniPC': { 'solver_order': 2, 'thresholding': False, 'sample_max_value': 1.0, 'predict_x0': 'bh2', 'lower_order_final': True },