diff --git a/invokeai/app/invocations/compel.py b/invokeai/app/invocations/compel.py index a5a9701149..0f17b5547b 100644 --- a/invokeai/app/invocations/compel.py +++ b/invokeai/app/invocations/compel.py @@ -100,7 +100,7 @@ class CompelInvocation(BaseInvocation): text_encoder=text_encoder, textual_inversion_manager=ti_manager, dtype_for_device_getter=torch_dtype, - truncate_long_prompts=False, + truncate_long_prompts=True, ) conjunction = Compel.parse_prompt_string(self.prompt)