mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
fix unwanted error print
This commit is contained in:
parent
c3c42f6e7f
commit
fe4c1b80a1
1 changed files with 2 additions and 0 deletions
|
|
@ -2408,6 +2408,8 @@ def sd_comfyui_tranform_params(genparams):
|
|||
|
||||
# json with top-level dict
|
||||
def parse_json_object(value, field):
|
||||
if not value:
|
||||
return None
|
||||
broken = False
|
||||
if isinstance(value, str):
|
||||
retry = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue