You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the AI Horde-based bots for discord, reddit and mastodon, we support a "basic mode" where the user just provides the prompt and then selects one of our predefined styles to inject it in. Those styles take the form of a prompt "wrapper" which not only provides a model to use, but also loras, cfg and size settings and then on top of that has already part of the prompt pre-filled.
"piratepunk": {
"prompt": "{p}, piratepunkai###{np}, worst quality, low quality:1.4), EasyNegative, bad anatomy, bad hands, cropped, missing fingers, missing toes, too many toes, too many fingers, missing arms, long neck, Humpbacked, deformed, disfigured, poorly drawn face, distorted face, mutation, mutated, extra limb, ugly, poorly drawn hands, missing limb, floating limbs, disconnected limbs, malformed hands, out of focus, long body, monochrome, symbol, text, logo, door frame, window frame, mirror frame",
"model": "RCNZ Gorilla With A Brick",
"steps": 40,
"cfg_scale": 7.5,
"loras": [
{"name": "45892"}
]
},
For example, in the above style, the user's prompt goes in the {p} spot, while their negative prompt goes in {np}. The rest stays the same. The above will then generate the prompt in this specific style.
Styles can be as elaborate as their creator wants. For example from our recent summer style event:
"vintage postcard": {
"prompt": "vintage tourism postcard, portraying (giant:0.99) {p} in random pose and enjoying fun outdoor activities, at urban amusement park, in the year 1900. (closeup shot), detailed, watercolor and sharp pencil, printed on weathered paper with thin border. (ice cream, fried foods, beachside, Coney Island:0.9)###out of frame, cut off, ugly, blurry, deformed hands, deformed face, poorly drawn face, disfigured, low quality, mutilated, mangled, winter, far away,{np}",
"model": "Dreamshaper",
"width": 640,
"steps": 30,
"cfg_scale": 10
},
As you see, we're currently relying on custom json hosted in github to host these, which puts all maintenance effort on the AI horde developers. I want to suggest that CivitAI provides the ability to allow users to craft their own styles, and on top allow others to rate them and provide result images.
If this is added, I plan to make them officially supported by AI Horde clients and it would make people able to craft amazing creations with barely any prompt and model knowledge.
Suggested features
Allow users to craft styles. A style will link a predefined prompt with space for positive and negative prompt injection. It will also predetermine Loras, TIs and which checkpoint to use.
Allow styles to be retrievable by REST API, which will allow the horde to onboard them
Allow lora & checkpoint creators to specify an "official" style for that creation, so that someone wanting to see their capabilities can use them easily and quickly for powerful results.
Allow users to group styles. A group should be public or private. A group should be able to contain other groups (for example a summer group might contain summer 2022 and summer 2023 groups, allowing for things like style competitions.
Allow groups to be retrievable in REST API in "expanded" form. When a group is retrieved, all nested groups are flattened into their component styles.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For the AI Horde-based bots for discord, reddit and mastodon, we support a "basic mode" where the user just provides the prompt and then selects one of our predefined styles to inject it in. Those styles take the form of a prompt "wrapper" which not only provides a model to use, but also loras, cfg and size settings and then on top of that has already part of the prompt pre-filled.
You can see our existing styles here: https://github.com/Haidra-Org/AI-Horde-Styles/blob/main/styles.json
For example, in the above style, the user's prompt goes in the
{p}
spot, while their negative prompt goes in{np}
. The rest stays the same. The above will then generate the prompt in this specific style.Styles can be as elaborate as their creator wants. For example from our recent summer style event:
As you see, we're currently relying on custom json hosted in github to host these, which puts all maintenance effort on the AI horde developers. I want to suggest that CivitAI provides the ability to allow users to craft their own styles, and on top allow others to rate them and provide result images.
If this is added, I plan to make them officially supported by AI Horde clients and it would make people able to craft amazing creations with barely any prompt and model knowledge.
Suggested features
summer
group might containsummer 2022
andsummer 2023
groups, allowing for things like style competitions.Examples of this approach in use.
Beta Was this translation helpful? Give feedback.
All reactions