this post was submitted on 08 Aug 2024
1 points (100.0% liked)

Perchance - Create a Random Text Generator

392 readers
8 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 1 year ago
MODERATORS
 

Yes I know this was asked before: https://lemmy.world/post/8258092

And it seems back then the model used might have been SD1.5+Deliberate V2

Possibly this one : https://huggingface.co/XpucT/Deliberate/tree/main

But results don't match.

EDIT : By this I mean if run an image prompt for a given seed on any Deliberate model with settings that match the percance generator then I get very different results

It would be nice to have the perchance SD 1.5 model uploaded on huggingface so people can use it on other platforms and/or privately.

The perchance text-to-image generator is a really well-balanced SD 1.5 model!

I feel it would be good for the SD community to have it available for download online.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 month ago (1 children)

My guess is they have not updated it since then. They've said they're planning on changing/upgrading the generator engine soon. @[email protected]

(What do you mean by "the results don't match"?)

[–] [email protected] 0 points 1 month ago (1 children)

Added an EDIT , to give context to "results don't match".

//--//

Yeah , that sounds reasonable. Thanks for pinging the dev.

But however I look at it , the Perchance model can't be the Deliberate V2 model.

I just want the .safetensors file of the perchance SD1.5 model to be available online.

[–] [email protected] 0 points 1 month ago (1 children)

As mentioned a few times elsewhere on lemmy, text to image plugin currently uses a few different top models on civit depending on they keywords in the prompt. I don't make a habit of mentioning specific models used for AI plugins mostly because some of the top-performing OSS models (even on SFW content) have NSFW names/reputations (I use some regex adjustments to "tame" these sorts of models). There are actually 2 other reasons that it's not a great idea for me to mention specific models names, which I'll leave as an exercise to the reader[1]. There's really no benefit to me naming the models because anyone who really wants to know the specific models used will have enough motivation to simply test the top models on civit (or localllama for text gen). It's not hard. When I say "top models on civit" it narrows it down to like 30 mins of work - if they're a fan of the Perchance platform, then they'll understand that this trade-off (30 mins of work for them, for lack-of-several-headaches for me) is a good one.

[1] And to be very clear: This isn't about a "competitive advantage" or anything like that. Anyone "competing" with Perchance (in whatever sense), but unable to do 30 mins of work to test a handful of top OSS models is... gonna have a hard time.

[–] [email protected] 0 points 1 month ago* (last edited 1 month ago) (1 children)

Yeah , I understand the situation.

I appreciate you telling me model selection is within the top categories on civitai.

I didn't know multiple models were being used.

Any chance you could allow a user to specify which model to generate with , to override switching models based on keywords?

Like for example writing (model:::Anime) in the prompt to use an anime model?

[–] [email protected] 0 points 1 month ago (1 children)

I think the multi-model situation is temporary, and won't be needed for the next generation. I could still do something like that and keep it backwards-compatible-ish, but next generation is coming quite soon so probably not worth it (we'll see though)

[–] [email protected] 1 points 1 month ago

I'd say yes

Add a little code snippet that explicitly selects the model.

If a new update is coming "quite soon"

, then that could be several months from now.

And if the new update means

by default replacing the current (three?) SD 1.5 models

with a single SD 1.5 model.

Why not use all of them? As in older models + the new one , via this system?

//---//

So what I mean by this is;

In the next update ,

The new SD 1.5 model could be available by default

, and if user writes (model:::anime) , (model:::photo) or (model:::anthro)

, then it uses the "older" SD 1.5 models.