[2023-11-21 03:18:59,503]::[InvokeAI]::ERROR --> Traceback (most recent call last):
File "S:\InvokeAI\invokeai\app\services\invocation_processor\invocation_processor_default.py", line 104, in __process
outputs = invocation.invoke_internal(
File "S:\InvokeAI\invokeai\app\invocations\baseinvocation.py", line 591, in invoke_internal
output = self.invoke(context)
File "C:\Users\PC1.pyenv-win-venv\envs\invokeaigit\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "S:\InvokeAI\invokeai\app\invocations\compel.py", line 110, in invoke
with (
File "C:\Users\PC1.pyenv\pyenv-win\versions\3.10.9\lib\contextlib.py", line 135, in enter
return next(self.gen)
File "S:\InvokeAI\invokeai\backend\model_management\lora.py", line 187, in apply_ti
init_tokens_count = text_encoder.resize_token_embeddings(None, pad_to_multiple_of).num_embeddings
TypeError: PreTrainedModel.resize_token_embeddings() takes from 1 to 2 positional arguments but 3 were given
[2023-11-21 03:18:59,668]::[InvokeAI]::ERROR --> Error while invoking:
PreTrainedModel.resize_token_embeddings() takes from 1 to 2 positional arguments but 3 were given
this is my install with git, cause the update break my normal install. cant use a normal workflow, replaced all nodes with the new ons but the prompt node is the problem i think. cant get it to work 😦