BluePower
I make generators on Perchance.org and do a bunch of other cool things.
- 25 Posts
- 118 Comments
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•Questions2·1 year ago@Alllo That’s an answer I haven’t been thinking before. I started learning Perchance and JS over 2 years ago, and just started tinkering with the plugin when it was just released. And yeah, there are many AI image generators that use the t2i framework, actually.
@AdministratorDude You can start simple, and then start exploring the boundaries of the
text-to-image-plugin
, the deep-in-down Perchance code, and maybe explore other generators that offer great possibilities Perchance has. 😊
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•[Bug] `text-to-image-plugin` sometimes stuck on "Processing" until I hover over or scroll until the edge touches the image generation frame(s)3·1 year ago@Alllo Yeah, scrolling out the page might be the most efficient way if you’re too lazy having to move the cursor around and/or having many image generations on the screen at once 🙂
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•What are the limits of the Random Dice Icon Plugin?3·1 year ago@Liquefy7822 I think an alternative approach to do the
[
for the random dice icon plugin is this: ][dice(numDice+'d6').sum + buffs + debuffs]
The
dice(...).sum
behaves like the normaldice(...)
in the original dice plugin.So, for example, if you want to multiply the dice values together, you can do this:
[dice("3d12").sum \* dice("3d20").sum \* dice("2d50").sum]
(backslashes in
\*
must be removed)
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•I found an ironic thing4·1 year ago@Alllo Fun fact: The plugin page itself was written to encourage users to upload to imgur at the time perchance.org/upload was not made yet. That’s why these images still use the source from the imgur site. I’ve also never noticed they updated that to change it to perchance.org/upload.
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•considering adding a selection menu to this generator3·1 year ago@dlcnate1 Exploring through the examples page and searching, I found multiple examples of how you can control the output based on dropdown menus:
https://perchance.org/drop-down-list-example#edit
https://perchance.org/dynamic-drop-down-list-example#edit
https://perchance.org/multi-dropdown-user-provided-pattern#editIt uses dynamic odds to determine which items should be picked based on what you select and stuff, but feel free to play around with those examples.
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•Welcome to 'Perchance.org' Community! (Posting Rules/How to Post from Mastodon/Other Community Links)1·1 year ago@VioneT I see, I’ve checked the modlog more and more and I found that there has been some Lemmy accounts from various instances who were also banned by the automod and then got unbanned shortly after.
BluePower@mastodon.socialOPto Perchance - Create a Random Text Generator@lemmy.world•Adding admin-privileged user ID into `bannedUsers` of the Comments Plugin1·1 year ago@VioneT Basically, Cocell’s IP was flagged for spamming comments on a chat, but now for some reason he can comment on a filtered (non-feedback) chat (like mine). Probably got a new IP that’s unblocked, just like my case when the main IP of my home router resets to a new one that’s unblocked, so I could now comment.
BluePower@mastodon.socialOPto Perchance - Create a Random Text Generator@lemmy.world•Adding admin-privileged user ID into `bannedUsers` of the Comments Plugin1·1 year ago@VioneT Oooh, didn’t know that, I think that when you got banned, you can’t comment anymore (same with this: https://lemmy.world/post/10020271) 😁
BluePower@mastodon.socialOPto Perchance - Create a Random Text Generator@lemmy.world•Adding admin-privileged user ID into `bannedUsers` of the Comments Plugin3·1 year ago@perchance I’ve also done the same with
the-generator-hub-collection
, and it yielded even weirder results. The admin comments didn’t even hide, and I was still able to comment, even if I refreshed the page multiple times.Have any of you tried this similar approach before?
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•[Request] Loading/Unloading imported datasets2·1 year ago@AdComfortable1514 Okay, thanks for acknowledging!
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•[Request] Loading/Unloading imported datasets2·1 year ago@AdComfortable1514 Kind of a bug report to your generator, but on the base, main and negative prompt inputs the hide button initially showed no text and sitting next to the input labels. Let me know if this was a bug!
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•[Request] Loading/Unloading imported datasets3·1 year ago@Alllo @AdComfortable1514 Even just clicking on the dropdown menus also showed some delay there.
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•Welcome to 'Perchance.org' Community! (Posting Rules/How to Post from Mastodon/Other Community Links)2·1 year ago@Alllo My account got banned at the time the post was made, around 8 hours ago as of this comment. Everything seems to be okay, apart from me deciding to take a break from that account for a few days until I got to work with it again.
And thankfully my Mastodon account has never been gotten blocked from any instance until now.
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•Idea suggestion2·1 year ago@edwardthefma99 I they wanted to, they could also open Perchance generators in an incognito session, as it clears all the login data on the site, thus rendering it as “logged-out”. That means, ads will appear on that session, while keeping the other one as “logged-in” 😊
I occasionally did this to be able to comment without a nickname on generators.
BluePower@mastodon.socialto Perchance - Create a Random Text Generator@lemmy.world•Welcome to 'Perchance.org' Community! (Posting Rules/How to Post from Mastodon/Other Community Links)2·1 year ago@Alllo Hello from the Casual Perchance community.
When I post about an edited image on your community, I deemed that was fine, but then I got permanently banned from the site. I was giving up because I had only a Mastodon account to post things there. Alas, I might not be able to have access to that account for a few days, even if it gets unbanned.
Just woke up this morning and found that my Lemmy account does, and I was even appointed as a mod to that community. Really a magic. 🤯
BluePower@mastodon.socialOPto Perchance - Create a Random Text Generator@lemmy.world•[Suggestion] Blocking certain words in comments, not just users in the Comments Plugin1·1 year ago@VioneT Yeah, but that also hinders someone from sending comments with any of the specified banned words.
For context,
bannedWords
is an option that could be added to the plugin, andblock words
(orword blacklists
) would be a separate command accessible via the ⚙️ button that allows each user to configure their own unwanted words, and senders could still send comments with those “blocked words” on normal circumstances.
@xfebruary You could simply tag the post as solved, simply by adding [Solved] to the title of the post.