Files
ai-images/Defs/ArtStyleDefs.xml

112 lines
4.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!-- None/Custom Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_None</defName>
<label>None (Custom)</label>
<description>No predefined style - use only your custom prompts</description>
<positivePrompt></positivePrompt>
<negativePrompt></negativePrompt>
<qualityTags></qualityTags>
<addBaseQualityTags>false</addBaseQualityTags>
<addBaseNegativePrompts>false</addBaseNegativePrompts>
<sortOrder>0</sortOrder>
</AIImages.ArtStyleDef>
<!-- Realistic Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_Realistic</defName>
<label>Realistic</label>
<description>Photorealistic style with high detail</description>
<positivePrompt>photorealistic, hyperrealistic, realistic photo, photography</positivePrompt>
<negativePrompt>cartoon, anime, painting, drawing, illustration</negativePrompt>
<qualityTags>professional photography, 8k uhd, dslr, high quality, sharp focus</qualityTags>
<addBaseQualityTags>true</addBaseQualityTags>
<addBaseNegativePrompts>true</addBaseNegativePrompts>
<sortOrder>10</sortOrder>
</AIImages.ArtStyleDef>
<!-- Semi-Realistic Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_SemiRealistic</defName>
<label>Semi-Realistic</label>
<description>Detailed illustration with realistic elements</description>
<positivePrompt>semi-realistic, detailed illustration, realistic art</positivePrompt>
<negativePrompt>cartoon, anime, painting, drawing, illustration</negativePrompt>
<qualityTags>professional photography, 8k uhd, dslr, high quality, sharp focus</qualityTags>
<addBaseQualityTags>true</addBaseQualityTags>
<addBaseNegativePrompts>true</addBaseNegativePrompts>
<sortOrder>20</sortOrder>
</AIImages.ArtStyleDef>
<!-- Anime Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_Anime</defName>
<label>Anime</label>
<description>Japanese anime/manga style</description>
<positivePrompt>anime style, manga style, anime character</positivePrompt>
<negativePrompt>realistic, photo, photography, 3d</negativePrompt>
<qualityTags>anime masterpiece, high resolution, vibrant colors</qualityTags>
<addBaseQualityTags>true</addBaseQualityTags>
<addBaseNegativePrompts>true</addBaseNegativePrompts>
<sortOrder>30</sortOrder>
</AIImages.ArtStyleDef>
<!-- Concept Art Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_ConceptArt</defName>
<label>Concept Art</label>
<description>Professional digital concept art</description>
<positivePrompt>concept art, digital art, artstation, professional concept design</positivePrompt>
<negativePrompt></negativePrompt>
<qualityTags>trending on artstation, professional digital art</qualityTags>
<addBaseQualityTags>true</addBaseQualityTags>
<addBaseNegativePrompts>true</addBaseNegativePrompts>
<sortOrder>40</sortOrder>
</AIImages.ArtStyleDef>
<!-- Digital Painting Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_DigitalPainting</defName>
<label>Digital Painting</label>
<description>Digital painting with brush strokes</description>
<positivePrompt>digital painting, painterly, brush strokes, artistic</positivePrompt>
<negativePrompt></negativePrompt>
<qualityTags></qualityTags>
<addBaseQualityTags>true</addBaseQualityTags>
<addBaseNegativePrompts>true</addBaseNegativePrompts>
<sortOrder>50</sortOrder>
</AIImages.ArtStyleDef>
<!-- Oil Painting Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_OilPainting</defName>
<label>Oil Painting</label>
<description>Traditional oil painting style</description>
<positivePrompt>oil painting, traditional painting, canvas, fine art</positivePrompt>
<negativePrompt></negativePrompt>
<qualityTags></qualityTags>
<addBaseQualityTags>true</addBaseQualityTags>
<addBaseNegativePrompts>true</addBaseNegativePrompts>
<sortOrder>60</sortOrder>
</AIImages.ArtStyleDef>
<!-- Sketch Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_Sketch</defName>
<label>Sketch</label>
<description>Pencil sketch or line art</description>
<positivePrompt>pencil sketch, hand drawn, sketch art, line art</positivePrompt>
<negativePrompt></negativePrompt>
<qualityTags></qualityTags>
<addBaseQualityTags>true</addBaseQualityTags>
<addBaseNegativePrompts>true</addBaseNegativePrompts>
<sortOrder>70</sortOrder>
</AIImages.ArtStyleDef>
<!-- Cell Shaded Style -->
<AIImages.ArtStyleDef>
<defName>ArtStyle_CellShaded</defName>
<label>Cell Shaded</label>
<description>Flat colors with toon shading</description>
<positivePrompt>cell shaded, flat colors, toon shading, stylized</positivePrompt>
<negativePrompt></negativePrompt>
<qualityTags></qualityTags>
<addBaseQualityTags>true</addBaseQualityTags>
<addBaseNegativePrompts>true</addBaseNegativePrompts>
<sortOrder>80</sortOrder>
</AIImages.ArtStyleDef>
</Defs>