Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI Art Generation #1817

Open
NihilusAnon opened this issue Mar 4, 2024 · 2 comments
Open

AI Art Generation #1817

NihilusAnon opened this issue Mar 4, 2024 · 2 comments

Comments

@NihilusAnon
Copy link

Has anyone found a way to setup AI art generation for the game like... certain other text based games like this?

@Hulkninja
Copy link

You'd have to somehow get Lilith's Throne to tell Stable Diffusion to make the images, and then import them.

That much is probably obvious.

My guess is that you'd have to get Lilith's Throne to grab those images either directly from Stable Diffusion, or from whatever local folder you generate them into.

I've barely started learning how to program though, so you should probably get a second opinion on that.

The game itself would nevertheless need a proper update to do this, not just some basic mod, or changing some config file somewhere, and it might get rejected by Innoxia himself.

After all, there's an argument to be made that the implementation of AI art could enable depictions of minors in sexually explicit positions, which is... Pretty risque.

Saying "everyone in this world is born at age 18" isn't guaranteed to cover your ass if you have a way for the game to generate realistic images of what is clearly a prepubescent, nude child.

Especially since there's already...
Ways to get loli content into this game.
I wholeheartedly refuse to elaborate on this, for obvious reasons.

Just for the record, that game you're talking about can easily generate actual CP if you tell it to, because Stable Diffusion can generate actual CP if you tell it to.

So yeah, it's probably not going to get implemented until Innoxia returns, and it might not be as easy to implement as it was for the team behind that other game.

Nor is it going to be without risking some serious ramifications, both ethical and legal, as a resullt of players generating varying degrees of certain types of controversial content.

@Quiece
Copy link

Quiece commented Jul 23, 2024

I don't speak java, but I am fluent in python.
Now, you could maybe set this up with a bash script and run it from the game (as I said, I no speak java), then set the savepath to wherever the generated images should go... which was easier to do before they changed how npc images are stored.

Set-up:

  • gonna need python, pillow and threading. May be forgetting something.
  • extract wherever you want the images to generate (you can also set an absolute path changing the savepath variable in main.py).
  • Peruse the code a bit, as well as pixai.art. You might want to change the models, loras, and base prompts.

Use:

  • In-game; copy the npc's description. Preferably from the top, but as long as you catch what you consider relevant it shooould be fine.
  • run main.py (no need to paste anywhere)
  • images will be generated on the savepath/generated with a semi-descriptive name. Add them to the character as you would any other image.

LLTaigen.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants