alpertunga-bile / prompt-generator-comfyui

Custom AI prompt generator node for the ComfyUI
MIT License
72 stars 8 forks source link

Couldn't instantiate the backend tokenizer #9

Open cardenluo opened 5 months ago

cardenluo commented 5 months ago

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

alpertunga-bile commented 5 months ago

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