-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlimiters.json
14 lines (14 loc) · 1.18 KB
/
limiters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"Flux": {
"limiter_token_slider": 650,
"limiter_prompt_format": "Use natural language, do not repeat the same words and duplicate adjectives, create a prompt for generative AI visual model Flux. Avoid comments, opinions, adlib recommendations, special interpunction or formatting in your reply.\n"
},
"XL": {
"limiter_token_slider": 225,
"limiter_prompt_format": "Use descriptive tags for descriptions and subjects, use commas and and sigle dot to structure your output, use shorter descriptions of a scene, adjectives, descriptors, you may use dashes for combined words, the reply shall used for generative art stable diffusion and SDXL. Do not use asterisks or special interpuction symbols. Avoid comments, opinions, adlib recommendations, symbols or formatting in your reply.\n"
},
"SD3.5": {
"limiter_token_slider": 350,
"limiter_prompt_format": "Use natural language, be concise, very descriptive and do not repeat yourself, capture the scene concisely and meticulously for generative AI stable diffusion model SD3.5. Avoid comments, opinions, adlib recommendations, special interpuction symbols or formatting in your reply.\n"
}
}