Error - (json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0))

#11
by Paval - opened

Стандартный билд ltx2.3 выдаёт ошибку, подскажите пожалуйста, как это исправить?

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 524, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 333, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 307, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 295, in process_inputs
result = f(**inputs)

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 726, in load_lora_model_only
return (self.load_lora(model, None, lora_name, strength_model, 0)[0],)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 709, in load_lora
lora = comfy.utils.load_torch_file(lora_path, safe_load=True)

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 137, in load_torch_file
raise e

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 117, in load_torch_file
sd, metadata = load_safetensors(ckpt)
~~~~~~~~~~~~~~~~^^^^^^

File "D:\BelCGFree Club Manager\Programs for works CG\Stable Diffusion\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 89, in load_safetensors
header = json.loads(mapping[8:8+header_size].decode("utf-8"))

File "json_init_.py", line 352, in loads

File "json\decoder.py", line 345, in decode

File "json\decoder.py", line 363, in raw_decode

изображение

Sign up or log in to comment