Prompt g and l fix

pull/222/head
AIrjen 2024-08-31 08:16:59 +02:00
parent 77e8e68de8
commit d8a882f188
1 changed files with 2 additions and 2 deletions

View File

@ -3693,8 +3693,8 @@ def build_dynamic_prompt(insanitylevel = 5, forcesubject = "all", artists = "all
superpromptresult = one_button_superprompt(insanitylevel=insanitylevel, prompt=subjectprompt, seed=seed, override_subject=givensubject, override_outfit=overrideoutfit, chosensubject=subjectchooser, gender=gender, restofprompt = startprompt + endprompt)
completeprompt = startprompt + ", " + superpromptresult + ", " + endprompt
prompt_g = superpromptresult
prompt_l = completeprompt
elif(prompt_g_and_l == True):
prompt_l = startprompt + endprompt
elif(prompt_g_and_l == False):
prompt_g = completeprompt
prompt_l = completeprompt