anime-gen-api / data /style_presets.json
AswinMathew's picture
Upload folder using huggingface_hub
7190fd0 verified
raw
history blame contribute delete
891 Bytes
{
"standard_anime": {
"prefix": "anime style, high quality, detailed, cinematic lighting, vibrant colors",
"negative": "realistic, photographic, blurry, low quality, deformed"
},
"dark_fantasy": {
"prefix": "dark fantasy anime style, dramatic lighting, rich shadows, detailed, atmospheric",
"negative": "bright, cheerful, cartoonish, low quality"
},
"slice_of_life": {
"prefix": "slice of life anime style, soft lighting, pastel tones, warm atmosphere, detailed",
"negative": "dark, dramatic, low quality, deformed"
},
"action": {
"prefix": "action anime style, dynamic composition, intense colors, detailed, cinematic",
"negative": "static, bland, low quality, deformed"
},
"romance": {
"prefix": "romance anime style, soft focus, warm colors, beautiful lighting, detailed",
"negative": "dark, violent, low quality, deformed"
}
}