base_model, library_name, tags
| base_model |
library_name |
tags |
| SuperbEmphasis/MN-12b-RP-Ink-RP-Longform |
| inflatebot/MN-12B-Mag-Mell-R1 |
| Vortex5/LunaMaid-12B |
| Vortex5/Lunar-Nexus-12B |
| DreadPoor/Strawberry_Smoothie-12B-Model_Stock |
| Vortex5/Dreamstar-12B |
| Vortex5/Scarlet-Seraph-12B |
|
transformers |
|
Intended Use
📕 Storytelling
🎭 Roleplay
✨ Creative Writing
<style>
.shell {
max-width: 1000px;
margin: 40px auto;
padding: 40px 24px;
position: relative;
border-radius: 0;
font-family: "Cinzel","Inter",serif;
background: radial-gradient(circle at 50% 40%, #2b0209 0%, #0a0507 70%);
color: #f3c6d3;
border: 2px solid #6b0015;
box-shadow:
0 0 0 4px rgba(90, 0, 18, 0.9),
0 0 18px rgba(140, 0, 30, 0.45),
0 0 36px rgba(90, 0, 18, 0.35);
}
.title-frame {
width: fit-content;
max-width: 92%;
margin: 0 auto;
}
.title-block.wide {
padding: 10px 28px;
border-radius: 0;
background: linear-gradient(
135deg,
#2a0008,
#5a0012,
#2a0008
);
border: 2px solid #8b001c;
box-shadow:
0 0 14px rgba(140, 0, 30, 0.55),
inset 0 0 14px rgba(0, 0, 0, 0.75);
text-align: center;
max-width: 100%;
}
.hero-title {
margin: 0;
font-size: clamp(1.9rem, 4vw, 2.6rem);
letter-spacing: 0.12em;
text-transform: uppercase;
font-family: "Cinzel", "Trajan Pro", "Times New Roman", serif;
color: #8b001c;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-shadow:
0 0 2px rgba(0, 0, 0, 0.9),
0 0 10px rgba(120, 0, 25, 0.75),
0 0 22px rgba(80, 0, 15, 0.75);
}
.image-slot.inset img {
display: block;
margin: 26px auto;
max-width: 92%;
border-radius: 14px;
border: 2px solid rgba(255,120,160,0.6);
box-shadow:
0 0 30px rgba(255,70,130,0.35),
inset 0 0 12px rgba(255,160,190,0.25);
}
.divider {
height: 10px;
margin: 36px auto;
max-width: 900px;
background:
linear-gradient(90deg, transparent, #ff7aa8, #cfd3d8, #ff7aa8, transparent);
box-shadow:
0 0 20px rgba(255,90,140,0.6),
inset 0 0 6px rgba(255,255,255,0.5);
border-radius: 50px;
}
.pane {
margin: 28px auto;
padding: 26px;
text-align: center;
border-radius: 0;
clip-path: polygon(
8px 0%, calc(100% - 8px) 0%,
100% 8px, 100% calc(100% - 8px),
calc(100% - 8px) 100%, 8px 100%,
0% calc(100% - 8px), 0% 8px
);
width: 92%;
background: linear-gradient(
145deg,
rgba(90,10,30,0.88),
rgba(30,5,12,0.92)
);
border: 2px solid rgba(255,120,160,0.5);
box-shadow:
0 0 22px rgba(255,70,120,0.25),
inset 0 0 18px rgba(255,150,190,0.18);
font-size: 1.2rem;
}
.pane pre {
text-align: left;
margin-left: auto;
margin-right: auto;
}
.pane-title {
font-size: 2.1rem;
letter-spacing: 0.035em;
padding-bottom: 12px;
color: #ffd4e3;
position: relative;
text-align: center;
width: 100%;
text-shadow:
0 0 8px rgba(255,120,160,0.7),
0 0 18px rgba(255,60,120,0.4);
}
.pane-title::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 70%;
height: 3px;
transform: translateX(-50%);
background: linear-gradient(
to right,
transparent,
#4d000f,
#8b001c,
#4d000f,
transparent
);
}
.pane-title {
transition: all 0.25s ease;
}
.pane-title:hover {
color: #ffc1d3;
text-shadow:
0 0 6px rgba(90,0,10,1),
0 0 14px rgba(160,0,35,0.95),
0 0 32px rgba(255,40,90,0.75),
0 0 52px rgba(255,90,140,0.45);
}
.tagbox {
min-width: 77px;
height: 55px;
padding: 0 17px;
border-radius: 999px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.06rem;
line-height: 1;
text-align: center;
background: radial-gradient(
circle at 30% 30%,
#5a0012,
#2a0008 70%
);
border: 2px solid #8b001c;
color: #ffd6df;
box-shadow:
inset 0 0 10px rgba(0,0,0,0.6),
0 0 10px rgba(140,0,30,0.5);
white-space: nowrap;
}
.shell pre {
background: rgba(8,0,4,0.9);
color: #ffd6e3;
border-left: 3px solid #ff7aa8;
padding: 12px;
overflow-x: auto;
}
.shell a {
color: #ff9abb;
}
.shell a:hover {
color: #ffd4e3;
text-shadow: 0 0 8px rgba(255,140,180,0.9);
}
</style>