mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-10 07:20:04 +01:00
Sampler Order Loading Fix
This commit is contained in:
parent
a66e1443fd
commit
13dff68de8
@ -1155,7 +1155,7 @@ def processsettings(js):
|
||||
if("andepth" in js):
|
||||
vars.andepth = js["andepth"]
|
||||
if("sampler_order" in js):
|
||||
sampler_order = vars.sampler_order
|
||||
sampler_order = js["sampler_order"]
|
||||
if(len(sampler_order) < 7):
|
||||
sampler_order = [6] + sampler_order
|
||||
vars.sampler_order = sampler_order
|
||||
|
Loading…
Reference in New Issue
Block a user