Heyo ฅ(• ˕ •マ
Feel free to ask my anything you want could be related to my bots or not.
512
is lucia gonna be a bot?
Will you be posting more male characters than female ones now? :(
I don’t understand why people would choose to make fempov and then gatekeep their creations. That’s stupid. Wouldn’t you, as a creator, want to reach as large an audience as possible?
No, as a creator I want an audience that enjoys my work I am not concerned about becoming a big creator, my main goal is to create bots that I am proud of. No one is entitled to what I make, I put this out for free on the internet.
I only write FemPov for a simple reason: I’m a woman, and when I create something, it’s always rooted in my own experiences. I can’t honestly guarantee that something tagged as anypov is truly written in a way that works for everyone, because that’s just not how I write.
And it’s not gatekeeping, we are on a roleplay website. You can use my bots just roleplay with a female persona, it’s not that hard. Or block the FemPov tag so you won’t see content that isn’t catered to you if you can’t deal with it.
why did you block me?
What do you sue to make your art? You don't have to answer of course.
Tensor (Free version), it takes some while to understand how some stuff works but its free. I recently switched to over to midjourney so my upcoming bots will have a new image style.
Here is a link to my Tensor profile, so you can see. which Loras I use: https://tensor.art/u/906166647574797937
Haii what CSS did you use for your profile? I’d love to use it if that’s okay :)
Hello, I made my own CSS! You can use it as the template is public, but do not remove the credit. The code doesn’t include the tabs under the profile picture.
Here you can find and copy the code: https://pastebin.com/cAGQdk8z
Do you have a discord by chance?
Hey I wanted to let you know that I saw an artist post a picture that looked one for one like the art you used for your Avelyne, they’re handle is @ nyxdoesart__, I just wanted to see your take on it because I tried messaging them about it it would let me
Hi, what do you use to generate images of your bots? And if it is paid do you have any recommendations for something free to generate images?
Hi, i use tensor you get free credits daily around 30 I think? You can check out my profile there to see the checkpoint and loras I use, but disclaimer I am not very good at image promting.
https://tensor.art/u/906166647574797937&&source_id=kD6wp17kk0W0ofQubnfy-hMh
Hii just a question, whats your css to do those dropdowns??
Sorry for the late response I kind forgot I had a Revo 😭.
I created the CSS using ChatGPT, feel free to use it without giving credit.
<style>
/* MAIN ACCORDION WRAPPER */
.my-acc {
max-width: 600px;
margin: 16px auto 0;
font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
/* EACH BOX BORDER + ROUNDED CORNERS /
.my-acc details {
margin-bottom: 8px;
border-radius: 12px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.2); / Border color */
}
/* BOX HEADER STYLE /
.my-acc summary {
list-style: none;
cursor: pointer;
background: #f7d1e2; / HEADER background color /
color: #000; / HEADER text color */
padding: 10px 14px;
font-weight: 600;
font-size: 16px;
display: flex;
align-items: center;
justify-content: space-between;
}
/* hide default dropdown symbol (Safari/Chrome fix) */
.my-acc summary::-webkit-details-marker {
display: none;
}
/* PLUS / MINUS ICON */
.my-acc summary::after {
content: "+";
font-weight: 700;
}
.my-acc details[open] summary::after {
content: "−";
}
/* CONTENT BOX STYLE /
.my-acc-content {
background: #1c1c1c; / CONTENT background color /
color: #f5f5f5; / CONTENT text color */
padding: 12px 14px;
font-size: 14px;
}
</style>
<div class="my-acc">
<details>
<summary><strong>Box Headline</strong></summary>
<div class="my-acc-content">
<p><strong>Title inside box</strong></p>
<p>Example description text goes here. Replace this with your own text.</p>
</div>
</details>
<details>
<summary><strong>Another Box Headline</strong></summary>
<div class="my-acc-content">
<p><strong>Another title</strong></p>
<p>Write whatever text you want inside here.</p>
</div>
</details>
</div>
Revospring uses Markdown for formatting
*italic text* for italic text
**bold text** for bold text
[link](https://example.com) for link