Perchance - Create a Random Text Generator
⚄︎ Perchance
This is a Lemmy Community for perchance.org, a platform for sharing and creating random text generators.
Feel free to ask for help, share your generators, and start friendly discussions at your leisure :)
This community is mainly for discussions between those who are building generators. For discussions about using generators, especially the popular AI ones, the community-led Casual Perchance forum is likely a more appropriate venue.
See this post for the Complete Guide to Posting Here on the Community!
Rules
1. Please follow the Lemmy.World instance rules.
- The full rules are posted here: (https://legal.lemmy.world/)
- User Rules: (https://legal.lemmy.world/fair-use/)
2. Be kind and friendly.
- Please be kind to others on this community (and also in general), and remember that for many people Perchance is their first experience with coding. We have members for whom English is not their first language, so please be take that into account too :)
3. Be thankful to those who try to help you.
- If you ask a question and someone has made a effort to help you out, please remember to be thankful! Even if they don't manage to help you solve your problem - remember that they're spending time out of their day to try to help a stranger :)
4. Only post about stuff related to perchance.
- Please only post about perchance related stuff like generators on it, bugs, and the site.
5. Refrain from requesting Prompts for the AI Tools.
- We would like to ask to refrain from posting here needing help specifically with prompting/achieving certain results with the AI plugins (
text-to-image-plugin
andai-text-plugin
) e.g. "What is the good prompt for X?", "How to achieve X with Y generator?" - See Perchance AI FAQ for FAQ about the AI tools.
- You can ask for help with prompting at the 'sister' community Casual Perchance, which is for more casual discussions.
- We will still be helping/answering questions about the plugins as long as it is related to building generators with them.
6. Search through the Community Before Posting.
- Please Search through the Community Posts here (and on Reddit) before posting to see if what you will post has similar post/already been posted.
view the rest of the comments
@[email protected] @[email protected] @[email protected] So I wanted to give little update. Not only to keep you guys in the loop but to pull myself back in to check. There are so many rabbit holes I keep delving in to and the reality is, I think (bar a couple of bits) I have the functionality and tools here anyway. I'm going to develop the structure of it here. Or at least a base version to expand on.
My plan..... Although it has been suggested that one generator would be sufficient, my idea is to use multiple gens. and funnel down the outputs. As an example....First phase, scene/background generation. All the variables available to create the initial style/scene. 1 image created and put to the side temporarily (Output = Image A). Continue on to character generation (initial variable being how many characters in the scene. In which more cycles would be added to accommodate character volume. The image created from this run is the base position character (Output = Image B). The overlay/combining images 'How to' is still in the works so we'll just say that's happening now. What I would like is for that to be a relatively straight forward process (Output = Image C). BUT....That's not the end! The next generation is the image manipulation phase. So most of the required data will automatically be funnelled down from the previous. Initial selection to ascertain what outputs are changing (which will then automatically populate the variables that are the firm Un-changeable's. The variants for Output A will be different to Output B (A's being framing, focus, lighting etc, B's being poses, focus) and input selections will be limited to suit (as the core data that's already been funnelled and populated is fundamental to retain continuity so wont be amended in any way ). Output D &/or E generated. To then utilise the Output C generator again, maybe with a further addition of referencing the earlier Output Image C as well. My thinking to further ringfence what the intended style/feel is. (but maybe it would cause a negative effect...not sure). Output = Image F. This cycle can then be further repeated to create additional scenes.
I intend to utilise this system (creating scenes of multiple variations, all generated from the same core data) to be my method for creating 'Acts'. Meaning all of the relevant data is still live, as well as being utilised that way too by funnelling it throughout. Once I've created a base model of this idea it'll give me further insight in to what works, what doesn't, what it needs, what it doesn't etc etc. and if I'm barking up the wrong tree or not!
Would love to hear your feedback/suggestions/concerns/criticisms! In my head it works....but that doesn't mean it actually works! lol!
S
@mindblown My head was a little bit wobbling reading all the technical details about the image generation, but anyways, that's also kind of interesting, especially for this one...
I would like to see the progress on your generator though, just make sure to write the technical details maybe a bit more understandable for the less-into-AI-image people (like me).
Absolutely 👍 I hadn't really thought that far ahead but as you've mentioned it and I've pondered I think I would initially provide a condensed version (The background gen, character gen and combination) publicly. Just until I've had some time to explore the boundaries of the original. But who knows...as and when the time comes I'll be sure to be clearer with my explanation though 👍