Merge pull request #222 from AIrjen/hotfix_prompt_g_l

Prompt g and l fix
pull/232/head
AIrjen 2024-08-31 08:17:40 +02:00 committed by GitHub
commit 912e25b188
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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