We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}")
No response
The text was updated successfully, but these errors were encountered:
Restarting the server and refreshing the webpage may solve this problem.
Sorry, something went wrong.
Still getting the same error. Am i missing something like the file?
This validation mechanism has caused too many problems, so I decided to remove it in the next version, which should solve this problem.
Remove ckpt validation of the Prompt Reader node #59
Prompt Reader
88ed9fa
Please try the latest version.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: