Skip to content

Couldn't instantiate the backend tokenizer #9

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

Open
cardenluo opened this issue Mar 3, 2024 · 1 comment
Open

Couldn't instantiate the backend tokenizer #9

cardenluo opened this issue Mar 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cardenluo
Copy link

Error occurred when executing Prompt Generator:

Couldn't instantiate the backend tokenizer from one of:
(1) a tokenizers library serialization file,
(2) a slow tokenizer instance to convert or
(3) an equivalent slow tokenizer class to instantiate and convert.
You need to have sentencepiece installed to convert a slow tokenizer to a fast one.

File "F:\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "F:\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 "F:\ComfyUI\custom_nodes\ComfyUI-0246\utils.py", line 381, in new_func

@cardenluo cardenluo added the bug Something isn't working label Mar 3, 2024
@alpertunga-bile
Copy link
Owner

Hello, thanks for reporting. I have added new updates. Please update the node and let me know if the issue is going on.

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