- May 4, 2017
- 714
- 623
Ah, good to hear the project is alive! I was worrying lately. Time to see what treasure GoldenCrow made this time.
Don't worry, you can use a local ai. The vid I shared shows how to set up a llm, crow recommends that one. You can also use AI Horde, which is buns. And eventually Crow is gonna set up a patreon private server. Depending on the cost, it could be for regular patrons or higher tiers only.Wait-wait-wait, do i have to manually set my own AI server, and Influencing only supports interaction with it, rather than having it active right away?
I am not sure about the connection between 5 letters and a Chinese cooking implement.wok, lgbtq...
I'm a bit lost here.Don't worry, you can use a local ai. The vid I shared shows how to set up a llm, crow recommends that one. You can also use AI Horde, which is buns. And eventually Crow is gonna set up a patreon private server. Depending on the cost, it could be for regular patrons or higher tiers only.
hey bro, could you share your script? I tried doing the same but can't seem to get it working.I kind of figured out how to add incest but the game is crashing for some reason. If anyone has the old incest mod from the discord. I could check if there's something else that needs to be changed for it. So I'd greatly appreciate an upload of that since he removed it from the discord now.
FIX:
It could just be the general bugginess of this patch. But basically in the function "def info_fc(charid, charid_t):" in script.rpy
Make the bottom of it like that:
#result = charid in charid_t_fam or charid_t in charid_fam
result = False
if not result:
result = check_family_relationship(charid, charid_t)
result = False
return result
You could do it differently but idk if the rest of the function is needed for other things, this just has it always say you aren't related for the sake of sex checks.
EDIT: I'm pretty sure it's only crashing because of bugs in general with sex, that fix enables incest for everything but sex where I'm crashing.
By the looks of it, paint.Which program/software does this game developer use to create the 2d art and characters?
22B parameters are insane! What GPU do you use to run that? Also what loaders do you use? AWQ or GPTQ?Anyone know what LLM he used to test this? I've had some crazy varied results, my Cydonia 22B_Q6 model has way worse results than my old IceLemonTeaRP 7B_Q8 model; Which is ridiculous.