Straight from the steam page, as well:
I also scanned the entire steam page and still don't see where you got this: "Devs are not hiding the fact that nobody gives you, the buyer, access to an AI generator of any kind - you get access to a "database" created by an "image generator". Vague wording - maybe, but we already have" from. Pretty sure they edited the description as well, because now it actually does mention something about this whole thing being pre-generated.
- AI will do work, as long as your support continues.
- AI will find your ideal cat girl until you are satisfied.
Also, what gives them the right to charge for Ai-generated nsfw images?
And lastly, this is still not a game but a glorified image pack. It doesn't belong on steam.
If this all really is one big misunderstanding, then they need to seriously work on the quality of their English, because "we worded shit poorly, sowwy" doesn't cut it in business.
Bruh I gotta respect the hustle, though.
#!/usr/bin/env python3
import random as tits
import os
ImageGallery = "./LibFolder/"
def main():
# | this part choses a random element in the list
# | |this part makes a list out of every file in the LibFolder dir
# | | |confirms the file name is legit
file = tits.choice([x for x in os.listdir(ImageGallery) if os.path.isfile(os.path.join(ImageGallery, x))])
Renpy.DisplayImage(file)
class Renpy():
def DisplayImage(image):
# i dont fucking know how renpy works, dont care either
pass
if __name__ == "__main__":
main()
Huh. I wasn't aware of that thing. Might be interesting to use, but it might also not be all that great seeing as training models and other fun jazz IS part of what I'd like to do with a Diffusion AI. Though this might still be useful for learning more about the tech in a more casual way.
While the specs for training models/textual inversion are prohibitive, I'm running Stable Diffusion in background all the time, and it doesn't absolutely block my 2014 PC with an unsupported 2GB VRAM card. I can run multiple browser windows, Photoshop, upscale in Gigapixel and even posing in Daz Studio at the same time.
Sure, Daz Studio renders slow SD to a crawl and probably I wouldn't be able to run Skyrim if I got around to installing it, but if I can run it, everyone with a computer that can handle Chrome or Firefox can.
tl;dr:
You must be registered to see the links
Try this. Potato approved.
I feel you!Huh. I wasn't aware of that thing. Might be interesting to use, but it might also not be all that great seeing as training models and other fun jazz IS part of what I'd like to do with a Diffusion AI. Though this might still be useful for learning more about the tech in a more casual way.