I make generators on Perchance.org and do a bunch of other cool things.
Links:
No problem, I appreciate that!
No problem!
Also, you can make the generator hub page private if you don’t want your favorite generators list to be shown in the generators page (so people can’t see them).
An alternative option to this is to create a generator hub page consisting of the favorite generators for yourself (you can create one from this template, there’s even a searchable version). You can even customize it however you want to!
For easier access, you might also want to categorize that generator hub page to the _favorites
folder (the underscore is here so that the folder always goes above the other folders) in your accounts page.
Nevertheless though, I think this one is a pretty cool idea, pinging @perchance@lemmy.world
@perchance@lemmy.world I have some suggestions for the feature:
you’d make an entire new email address, and perchance account, and set that up in your browser so you can have both accounts open at once?
I might haven’t good enough at describing it - basically I’ll just stay logged out of Perchance entirely for that profile, and not creating an entirely new account, and I might also save the password and the generator link in my massive notes text file in case I lost it. In that case though, I think the private window could be a good alternative besides using a separate browser profile.
Are you planning on signing out every time you want to work on a version? And making a new version?
No, I would instead create a whole separate browser profile, so I don’t have to log out every single time on my primary browser profile.
What I do while working on a new version is, I work on a private/unlisted copy of the generator.
Hmm… I could do that, however I’ve had a fear that the supposedly private generator would go out in the generators page immediately before I quickly set it to private, and that someone would be able to click the link through that page, so I thought creating a separate generator and saving it while not logging in would be a better option, since Perchance will un-list them right after, albeit still being publicly accessible. I know that this phenomenon is very unlikely to happen, but I’m just afraid that it would happen at all.
This is really cool! I’ve tried it now, and I think the saved generator is unlisted by default? If so, I could utilize this feature when working on my generator updates (especially my Generator Manager) so I don’t have to dump the generator codes to a text file every time!
That “saved” interface reminds me of the times when the connection was not good that Perchance was only showing the “save” and “account” buttons, and the save button would still work just like normal.
I think the Perchance Dev makes the AI Character Generator. You can message them instead: @perchance@lemmy.world
Nice!! @perchance@lemmy.world
It seems like either the OP responded to my message, or they just figured it out by themselves.
Perchance already has a dedicated dark mode button for their t2i-based generators like ai-text-to-image-generator, so I think they could implement something like that into the main pages too.
Are you mentioning AI generators or all sorts of Perchance generators? Either way you should ping @perchance@lemmy.world for stuff like this.
You can’t assign variables in the middle of a list, instead you would move this part to the output
assignment so it would actually create the variable that could be evaluated by the ..., r = recipies.selectOne, r.name]
instance:
[f=createInstance(ingredients.flour.selectOne), createInstance(b=ingredients.flour.selectOne)]
Like this:
Why does this happen?
Perchance recognizes and evaluates the f
variable assignment block I’ve mentioned before as the child of the list pie
which is a child of the list recipies
, making it unusable when called it directly within the variable’s name. To fix this you’d need to execute that assignment before the recipies
list is evaluated (as I’ve said before).
Great to see the tutorials are using screenshots of the new Perchance interface! 😃
You can use Tab
or keyboard shortcut Ctrl+]
to indent a line without having to move the cursor to the first few characters. Also Shift+Tab
or Ctrl+[
to unindent the line in the same way.
Same with me too when testing. Also, it popped the code from a wrong generator when I input generators like power-name
and power-generator-manager
(but it didn’t throw an error)
Great! From this I could better see that if a generator’s meta image thumbnail is this one, it is most likely a remix of the original AI Text to Image Generator (this also applies to other original image generators with the meta image already set up as well). There are some of them scattering around the generators page right now.
I see, though the new navigation bar is probably one of the biggest Perchance updates I’ve ever seen.
I used this term alpha
to define the version as an “under maintenance” version of the Preview builds. It’s basically a more private-ish version of the Preview versions, where I save the code to a place where the features are left unfinished (directly on Perchance). This could save some time as I don’t need to constantly copy and paste the generator’s code into a text file and paste them back once I want to continue working, and also to reduce the accidental saving events that happen uncommonly. And with that, I could also plan more efficiently too.
Pinging @perchance@lemmy.world for this one.