wip: add TODO for ultiline prompt style resolution

This commit is contained in:
Manuel Schmid 2024-02-02 02:02:41 +01:00
parent 9aa82aa80a
commit 1c3431e6a7
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ def extract_styles_from_prompt(prompt, negative_prompt):
found_style = style
prompt = new_prompt
negative_prompt = new_neg_prompt
# TODO check how to resolve multiline input prompts
if real_prompt == '' and new_real_prompt != '' and new_real_prompt != prompt:
real_prompt = new_real_prompt
break