mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
i
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user