This tool helps creating custom styles for the Fooocus V2 internal prompt extension.
It creates the script you have to write into a .json file in order to add a style into your styles menu tab.
To add a new style, you have to find the subfolder "sdxl_styles" inside of your Fooocus installation folder.
You can either add your style to one of the libraries you will already find there.
Or you create a new library file with the name "sdxl_styles_[your style library name].json"
Inside that file it looks like this:
[
{
"name": "example_style_01",
"prompt": "exciting 3D render of {prompt} . Professional, artistic, beautiful, detailed",
"negative_prompt": "noisy, blurry, amateurish, sloppy, unattractive"
},
{
"name": "example_style_02",
"prompt": "advertising cinematic of {prompt} .HD, Hyper-realistic Render",
"negative_prompt": "wrong, ugly, your mum"
},
----- ADD MORE STYLES HERE, DON'T FORGET TO SEPARATE THEM WITH A COMMA -----
]
CHANGE FILE EXTENSION FROM TXT TO HTML!!!
(Civitai won´t let me upload .HTML)
