Make log message more descriptive.

This commit is contained in:
Hameer Abbasi
2023-08-07 04:03:43 +02:00
parent 0a863930cf
commit 41428efb5d
+2 -1
View File
@@ -56,7 +56,8 @@ def compel_encode_prompt(
)
if clip_skip not in CLIP_SKIP_MAPPING:
shared.log.warning(
f"Recieved a CLIP skip of {clip_skip}, but only {set(CLIP_SKIP_MAPPING.keys())} is supported."
f"Recieved a CLIP skip of {clip_skip}, but only {set(CLIP_SKIP_MAPPING.keys())} is supported. "
"Falling back to 2."
)
if shared.opts.data["prompt_attention"] != "Compel parser":