Spaces:
Runtime error
Runtime error
Update meta.py
Browse files
meta.py
CHANGED
|
@@ -4,16 +4,25 @@ DEFAULT_STYLE_LIST = {
|
|
| 4 |
"style 3": "nou (nounknown), shikimi (yurakuru), namiki itsuki, lemon89h, satsuki (miicat), chon (chon33v), omutatsu, mochizuki kei",
|
| 5 |
"style 4": "ciloranko, maccha (mochancc), lobelia (saclia), migolu, ask (askzy), wanke, jiu ye sang, rumoon, mizumi zumi",
|
| 6 |
"style 5": "reoen, alchemaniac, rella, watercolor (medium)",
|
|
|
|
| 7 |
"no style": "",
|
| 8 |
}
|
| 9 |
|
| 10 |
MODEL_DEFAULT_QUALITY_LIST = {
|
|
|
|
| 11 |
"KBlueLeaf/Kohaku-XL-Epsilon-rev2": "masterpiece, newest, absurdres",
|
| 12 |
"KBlueLeaf/Kohaku-XL-Epsilon": "masterpiece, newest, absurdres, safe",
|
| 13 |
"cagliostrolab/animagine-xl-3.1": "masterpiece, newest, very aesthetic, absurdres, safe",
|
| 14 |
}
|
| 15 |
|
| 16 |
MODEL_FORMAT_LIST = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"KBlueLeaf/Kohaku-XL-Epsilon-rev2": """<|special|>,
|
| 18 |
<|characters|>, <|copyrights|>,
|
| 19 |
<|artist|>,
|
|
|
|
| 4 |
"style 3": "nou (nounknown), shikimi (yurakuru), namiki itsuki, lemon89h, satsuki (miicat), chon (chon33v), omutatsu, mochizuki kei",
|
| 5 |
"style 4": "ciloranko, maccha (mochancc), lobelia (saclia), migolu, ask (askzy), wanke, jiu ye sang, rumoon, mizumi zumi",
|
| 6 |
"style 5": "reoen, alchemaniac, rella, watercolor (medium)",
|
| 7 |
+
"style 6": "ogipote, misu kasumi, fuzichoco, ciloranko, ninjin nouka, ningen mame, ask (askzy), kita (kitairoha), maccha (mochancc)",
|
| 8 |
"no style": "",
|
| 9 |
}
|
| 10 |
|
| 11 |
MODEL_DEFAULT_QUALITY_LIST = {
|
| 12 |
+
"KBlueLeaf/Kohaku-XL-Zeta": "masterpiece, newest, absurdres",
|
| 13 |
"KBlueLeaf/Kohaku-XL-Epsilon-rev2": "masterpiece, newest, absurdres",
|
| 14 |
"KBlueLeaf/Kohaku-XL-Epsilon": "masterpiece, newest, absurdres, safe",
|
| 15 |
"cagliostrolab/animagine-xl-3.1": "masterpiece, newest, very aesthetic, absurdres, safe",
|
| 16 |
}
|
| 17 |
|
| 18 |
MODEL_FORMAT_LIST = {
|
| 19 |
+
"KBlueLeaf/Kohaku-XL-Zeta": """<|special|>,
|
| 20 |
+
<|characters|>, <|copyrights|>,
|
| 21 |
+
<|artist|>,
|
| 22 |
+
|
| 23 |
+
<|general|>,
|
| 24 |
+
|
| 25 |
+
<|quality|>, <|meta|>, <|rating|>""",
|
| 26 |
"KBlueLeaf/Kohaku-XL-Epsilon-rev2": """<|special|>,
|
| 27 |
<|characters|>, <|copyrights|>,
|
| 28 |
<|artist|>,
|