Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add spring festival style #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion style_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"prompt": "{prompt}",
"negative_prompt": "",
},
{
"name": "Spring Festival",
"prompt": "Flat illustration, a Chinese {prompt}, ancient style, wearing a red cloth, smile face, white skin, clean background, fireworks blooming, red lanterns",
"negative_prompt": "photo, deformed, black and white, realism, disfigured, low contrast, realistic, cropped, worst quality, missing fingers, extra digit, jpeg artifacts, signature, multiple, (lowres, low quality, worst quality:1.2)",
},
{
"name": "Watercolor",
"prompt": "watercolor painting, {prompt}. vibrant, beautiful, painterly, detailed, textural, artistic",
Expand Down Expand Up @@ -46,4 +51,4 @@
},
]

styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}