mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-07 06:47:02 +08:00
Fix last sigma value for SDXL preset
This commit is contained in:
parent
7f53c5b0b4
commit
db236587f5
@ -18,7 +18,7 @@ def loglinear_interp(t_steps, num_steps):
|
|||||||
return interped_ys
|
return interped_ys
|
||||||
|
|
||||||
|
|
||||||
NOISE_LEVELS = {"FLUX": [0.9968, 0.9886, 0.9819, 0.975, 0.966, 0.9471, 0.9158, 0.8287, 0.5512, 0.2808, 0.001], "Wan": [1.0, 0.997, 0.995, 0.993, 0.991, 0.989, 0.987, 0.985, 0.98, 0.975, 0.973, 0.968, 0.96, 0.946, 0.927, 0.902, 0.864, 0.776, 0.539, 0.208, 0.001], "SDXL": [12.1769, 9.9182, 7.0887, 4.5944, 2.2473, 0.9020, 0.2872, 0.0738, 0.0197, 0.0020, 0.0]}
|
NOISE_LEVELS = {"FLUX": [0.9968, 0.9886, 0.9819, 0.975, 0.966, 0.9471, 0.9158, 0.8287, 0.5512, 0.2808, 0.001], "Wan": [1.0, 0.997, 0.995, 0.993, 0.991, 0.989, 0.987, 0.985, 0.98, 0.975, 0.973, 0.968, 0.96, 0.946, 0.927, 0.902, 0.864, 0.776, 0.539, 0.208, 0.001], "SDXL": [12.1769, 9.9182, 7.0887, 4.5944, 2.2473, 0.9020, 0.2872, 0.0738, 0.0197, 0.0020, 0.001]}
|
||||||
|
|
||||||
|
|
||||||
class OptimalStepsScheduler:
|
class OptimalStepsScheduler:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user