receyuki / comfyui-prompt-reader-node

The ultimate solution for managing image metadata and multi-tool compatibility. ComfyUI node version of the SD Prompt Reader
MIT License
289 stars 22 forks source link

[BUG] - File not found error #59

Open chalukyareddy opened 9 months ago

chalukyareddy commented 9 months ago

Description

Error occurred when executing SDParameterGenerator:

Invalid ckpt_name: SDXL-based/SDXL/sd_xl_base_1.0_0.9vae.safetensors

File "/workspace/ComfyUI/execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "/workspace/ComfyUI/execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "/workspace/ComfyUI/execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "/workspace/ComfyUI/custom_nodes/comfyui-prompt-reader-node/nodes.py", line 811, in generate_parameter raise FileNotFoundError(f"Invalid ckpt_name: {ckpt_name}")

Reproduction steps

No response

Image file

No response

receyuki commented 9 months ago

Restarting the server and refreshing the webpage may solve this problem.

chalukyareddy commented 9 months ago

Still getting the same error. Am i missing something like the file?

receyuki commented 8 months ago

This validation mechanism has caused too many problems, so I decided to remove it in the next version, which should solve this problem.

receyuki commented 8 months ago

Please try the latest version.