mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-29 16:40:51 +02:00
fix unwanted error print
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user