this post was submitted on 08 Aug 2025
2 points (100.0% liked)

Perchance - Create a Random Text Generator

1187 readers
17 users here now

⚄︎ 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.

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 and ai-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.

founded 2 years ago
MODERATORS
 

Trying to figure out how to keep the pageTitle, introMessage, and underImagesMessage visible after a user's first generation. Currently it goes away on my page after the a generation. I'm sure it's just something I'm missing in the "standard" code that does it, but I can't seem to find it. Also, when creating the "select" lists for generation options, is there a way to have the default option not be first in the list? As an example, my number of images to generate is a list with 3, 6, 9, or 12. Right now 6 is first in order to make it the default, is there any way for aesthetics purposes that I could put them in order in the list but still have it default to 6? Finally, is there a quick option to do a slider for generation options, and also a way to force it to whole numbers? (I'm making do with a list for the Guidance Scale, but I'd much rather have it be a slider with a minimum/maximum and make sure it only returns a whole number to the generator plugin).

top 1 comments
sorted by: hot top controversial new old
[–] ccufcc@lemmy.world 1 points 1 month ago
  1. Their true setting is in the t2i, so you need to fork a custom t2i and keep updating that one too.

  2. It seems pretty hard I haven't seen any one did that before

  3. There are multiple gen use slider with numbers but it's not a quick option.

I can see you as someone perusing aesthetic and perfection but as a newbie in code, you will have much suffering and pain .... Good luck