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): def generate_clicked(positive_prompt):
p, n = apply_style('sai-cinematic', positive_prompt, '') p, n = apply_style('cinematic-default', positive_prompt, '')
print(p) print(p)
print(n) print(n)
+5
View File
@@ -6,6 +6,11 @@ styles = [
"prompt": "{prompt}", "prompt": "{prompt}",
"negative_prompt": "" "negative_prompt": ""
}, },
{
"name": "cinematic-default",
"prompt": "cinematic still {prompt} . emotional, harmonious, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy",
"negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured"
},
{ {
"name": "sai-3d-model", "name": "sai-3d-model",
"prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting", "prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting",