Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - File not found error #59

Open
chalukyareddy opened this issue Feb 16, 2024 · 4 comments
Open

[BUG] - File not found error #59

chalukyareddy opened this issue Feb 16, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@chalukyareddy
Copy link

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

@chalukyareddy chalukyareddy added the bug Something isn't working label Feb 16, 2024
@receyuki
Copy link
Owner

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

@chalukyareddy
Copy link
Author

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

@receyuki
Copy link
Owner

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

@receyuki
Copy link
Owner

Please try the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants