This commit is contained in:
parent
7ed34dafcb
commit
a08a7f254c
2
draft.py
2
draft.py
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@ styles = [
|
|||
"prompt": "{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",
|
||||
"prompt": "professional 3d model {prompt} . octane render, highly detailed, volumetric, dramatic lighting",
|
||||
|
|
|
|||
Loading…
Reference in New Issue