Skip to content

Commit 44ce1a8

Browse files
authored
sd: sync to master-431-23fce0b (#1893)
* sd: sync to master-427-78e15bd * add kl_optimal to the available schedulers list * more robust workaround to avoid stb linkage issues * sd: sync to master-431-23fce0b * add TAEHV support and disable TAE if the model isn't found
1 parent 27c5309 commit 44ce1a8

File tree

11 files changed

+787
-196
lines changed

11 files changed

+787
-196
lines changed

koboldcpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3772,7 +3772,7 @@ def do_GET(self):
37723772
if friendlysdmodelname=="inactive" or fullsdmodelpath=="":
37733773
response_body = (json.dumps([]).encode())
37743774
else:
3775-
response_body = (json.dumps([{"name":name,"label":name} for name in ["default","discrete","karras","exponential","ays","gits","sgm_uniform","simple","smoothstep","lcm"]]).encode())
3775+
response_body = (json.dumps([{"name":name,"label":name} for name in ["default","discrete","karras","exponential","ays","gits","sgm_uniform","simple","smoothstep","kl_optimal","lcm"]]).encode())
37763776
elif clean_path.endswith('/sdapi/v1/latent-upscale-modes'):
37773777
response_body = (json.dumps([]).encode())
37783778
elif clean_path.endswith('/sdapi/v1/upscalers'):

0 commit comments

Comments
 (0)