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
Such a chat-feature would be really useful to me!
I just added a feature where users can save the generator prompt settings as a json file: https://perchance.org/fusion-ai-image-generator
So maybe copy-pasting the .json file could create a compact link or something.
Then another user clicks the link and it will load into the generator. IDK
Haven't added this new chat format yet. Open to ideas.
IIUC, the upload plugin is perfect for what you want to achieve here: https://perchance.org/upload-plugin
It's used to create settings/character/etc. share links for e.g.
Examples (linked from the upload-plugin page):
Let me know if I misunderstood though
Thanks! Yeah , this is great !
I'm thinking of creating some sort of space where people can share their generator settings with each other.
So for example , if Bob has configured the fusion generator to generate " frogs on a beach" or something , he can save the settings he used and upload them to a shared directory
Then Alice can download that savefile , load it into the generator and generate "frogs on a beach" on her device.
It would be nice to have an Image URL to go with every .json file , but I don't think I can do that since there is no way for me to moderate that properly.
//----//
Sidenote:
Been on a hiatus from the AI chat , but I'm thinking a similiar feature could be even more useful there.
E.g Instead of inventing a scenario , or inventing a character to chat with , I pick a json file from a public directory with a scenario and/or character and load it into the AI chat generator
Again; this would also be a good feature to use with an URL image.
So you browse a gallery , click an image of "a frog on a beach" with lots of upvotes , and the .json file is loaded into the AI chat and you can have a conversation with "a frog on a beach"
//-----//
Extra sidenote :
A "global" image gallery could be pretty cool.
So all perchance AI generators that upload to the folder "global" will all upload to to the same folder.
And if you click the image you get a link to the generator it was uploaded from.
Can be a cool discovery tool for users , and a way to encourage competition between generator creators.