mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-03-02 10:27:44 +01:00
Sampler Order Fix for Models
This commit is contained in:
parent
13dff68de8
commit
3084552c05
@ -1017,7 +1017,7 @@ def loadmodelsettings():
|
||||
if("nobreakmodel" in js):
|
||||
vars.nobreakmodel = js["nobreakmodel"]
|
||||
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…
x
Reference in New Issue
Block a user