Merge branch 'main' into feat_compel_and

This commit is contained in:
Millun Atluri
2023-08-24 17:38:35 +10:00
committed by GitHub
360 changed files with 10268 additions and 9620 deletions

View File

@ -232,7 +232,7 @@ class SDXLPromptInvocationBase:
dtype_for_device_getter=torch_dtype,
truncate_long_prompts=False, # TODO:
returned_embeddings_type=ReturnedEmbeddingsType.PENULTIMATE_HIDDEN_STATES_NON_NORMALIZED, # TODO: clip skip
requires_pooled=True,
requires_pooled=get_pooled,
)
conjunction = Compel.parse_prompt_string(prompt)