This commit is contained in:
lvmin
2023-08-10 18:12:18 -07:00
parent 7ed34dafcb
commit a08a7f254c
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from modules.default_pipeline import process
def generate_clicked(positive_prompt):
p, n = apply_style('sai-cinematic', positive_prompt, '')
p, n = apply_style('cinematic-default', positive_prompt, '')
print(p)
print(n)