add long prompts

This commit is contained in:
Vladimir Mandic
2023-08-12 23:04:46 +02:00
parent 1cfebbb717
commit 392f51cff3
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -99,6 +99,7 @@ def compel_encode_prompt(
text_encoder=pipeline.text_encoder,
returned_embeddings_type=embedding_type,
requires_pooled=False,
truncate_long_prompts=False,
device=shared.device
)