mirror of
https://github.com/imrayya/stable-diffusion-webui-Prompt_Generator.git
synced 2024-01-11 09:00:44 +01:00
Update prompt_generator.py
This commit is contained in:
@@ -106,7 +106,7 @@ def on_ui_tabs():
|
|||||||
tempString = re.sub(to_check, "", tempString, flags=re.IGNORECASE)
|
tempString = re.sub(to_check, "", tempString, flags=re.IGNORECASE)
|
||||||
if(i==0):
|
if(i==0):
|
||||||
global result_prompt
|
global result_prompt
|
||||||
result_prompt = tempString
|
|
||||||
result_prompt = tempString
|
result_prompt = tempString
|
||||||
print(result_prompt)
|
print(result_prompt)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user