megamanx06
Member
- Mar 13, 2019
 
- 368
 
- 373
 
- 231
 
Is it available anywhere off of discord?This mod does that, you can just download an anime checkpoint to get anime images.
Is it available anywhere off of discord?This mod does that, you can just download an anime checkpoint to get anime images.
Well that's great but too but my PC don't have stable diffusion.This mod does that, you can just download an anime checkpoint to get anime images.
Sorry to hear that mellow, I wish you the besthi everyone, v0.7.1h public version is out now
all my mods seem to work on v0.7.1h!
---
also i have some bad news to share:
my health issues have been getting worse, so i've decided to step away from modding this game
i just want to say thank you to this community. modding gave me purpose, pushed me to be creative, and i really enjoyed the time i spent here. i'll be leaving all my mods for anyone who wants to use them, do as you please with it
thanks again for being part of this journey with me, and please take care of yourselves too!
I think only NPCs can get that right now.One of the inclinations says you got satisfaction from paying for sex. how can you make this happen?
I followed all of the guide's instructions and the mod connects to the WebUI perfectly fine, but trying to generate an image throws the error "NetworkError when attempting to fetch resource". The browser's (Firefox) console has another error just before that one too:Created a mod that adds visuals to the game using locally generated images via Stable diffusion
You will need to install forge classic and download a checkpoint from huggingface or civitai to work this mod
Works best on modern nvidia gpus, I know it can also run on AMD but have no experience with that
Mod zip:
Mega Link
Add contents to the same folder as your course of temptation html and run the install_sd_mod.bat or install manually usuing the included instructions
READ THE USER GUIDE IN THE ZIP FILE
After completing install steps you need to launch the forge classic webui-user.bat with the required commandline args before starting the game
EDIT: I should add that for the mod to parse text properly for npc's you need to click their names and launch the mod UI from the npc's VIEW PERSON dialog box.
Is there a more specific checklist of what anthaum is working on for the next release, besides the general roadmap in the site?
This is for the next major release though. Monthly updates are often a little random and could be anything.
Thanks, that's informative. Where does she post the dev diaries? Patreon? (it's possible it's on itch and I'm blind)This is for the next major release though. Monthly updates are often a little random and could be anything.
No she posts it on Patreon. You only see it if you subscribe.Thanks, that's informative. Where does she post the dev diaries? Patreon? (it's possible it's on itch and I'm blind)
Are you launching forge through webui-user.bat with --cors-allow-origins * in the commandline args? I can only reproduce this error if I delete --cors-allow-origins * from my args. Make sureI followed all of the guide's instructions and the mod connects to the WebUI perfectly fine, but trying to generate an image throws the error "NetworkError when attempting to fetch resource". The browser's (Firefox) console has another error just before that one too:
"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource atYou must be registered to see the links. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 500."
I tried looking into it myself but I'm too stupid to understand any of it.
I get an error message while downloading dependencies:I followed all of the guide's instructions and the mod connects to the WebUI perfectly fine, but trying to generate an image throws the error "NetworkError when attempting to fetch resource". The browser's (Firefox) console has another error just before that one too:
"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource atYou must be registered to see the links. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 500."
I tried looking into it myself but I'm too stupid to understand any of it.
Yep, the guide does say to do that. Maybe something else is going wrong?Are you launching forge through webui-user.bat with --cors-allow-origins * in the commandline args? I can only reproduce this error if I delete --cors-allow-origins * from my args. Make sure
--listen --port=7860 --api --cors-allow-origins *
is there including the asterisk.
Looks like your command line is interpreting the asterisk as a string instead of as a wildcard as it should. No idea why. You can try one of these arguments instead:Yep, the guide does say to do that. Maybe something else is going wrong?
View attachment 5261462
View attachment 5261463
Is your graphics card driver up to date? And how old is the card?I get an error message while downloading dependencies:
View attachment 5261233
Same errors with both of those, unfortunately. I forgot there was also an error in the WebUI window too, not sure if it will help narrow it down though.Looks like your command line is interpreting the asterisk as a string instead of as a wildcard as it should. No idea why. You can try one of these arguments instead:
--cors-allow-origins="*"
--cors-allow-origins "*"