mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
feat: do not extend main prompt when enhance prompt is provided
reduces prompt consistency with input but greatly improves prompt accuracy
This commit is contained in:
@@ -945,7 +945,6 @@ def worker():
|
||||
else:
|
||||
if translate:
|
||||
prompt = translate2en(prompt, prompt_type)
|
||||
prompt = prompt + '\n' + fallback_prompt
|
||||
return prompt
|
||||
|
||||
def stop_processing(async_task, processing_start_time):
|
||||
|
||||
Reference in New Issue
Block a user