mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
wip: add TODO for ultiline prompt style resolution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user