I see! I’m very glad that I’m not the only one that started my journey on Perchance and then takes off of it to work on even more ambitious outside-Perchance projects.
BluePower
I make generators on Perchance.org and do a bunch of other cool things.
Links:
- My Generators: perchance.org/power-generator-manager
- Mastodon: https://mastodon.social/@BluePower
- 107 Posts
- 363 Comments
BluePowerOPto Perchance - Create a Random Text Generator@lemmy.world•TLDraw is making anonymous canvases read-only by July 1st (Note for the tldraw plugin)English1·8 days agoYeah, I’ve been really busy on something else lately. Might as well release some good non-Perchance stuff soon. 🙂
BluePowerMto Casual Perchance@lemmy.world•[Community Event] Ai Image Challenge for February ~ 3D Print Culture (ended)English3·4 months agoThe Chamber of Arluido’s Dimensional Fractures
A special kind of room that can only be entered through very specific multi-dimensional techniques. Fun fact: I generated this image using the “3D Isometric Icon” style.
Details
Generated with:
txt2image-generator
Prompt:
a zoomed-in inside of a new, polished, large, high, open octagonal studio room ((colored in blue, sky blue, magenta, white, and green)) with a camera and an office setup, with neon lights, ((3d-printed)), perspective, landscape, (((3d-printed objects))), (((nighttime, extreme light))), excellent
Negative Prompt:
too much detail, low quality, watermark, bad image, poor lighting, over-detailed
BluePowerMto Casual Perchance@lemmy.world•[Community Event] Ai Image Challenge for February ~ 3D Print Culture (ended)English2·4 months agoLet me answer that, the theme basically means “a world or society where everything is 3D-printed” (see reference).
BluePowerto Perchance - Create a Random Text Generator@lemmy.world•[Suggestion] remove username restriction in comment pluginEnglish3·6 months agoA bit of story: I was able to claim the username
bluepower
after constantly getting “low trust score” messages whenever I try to claim it. After the personal device incident struck though, theuser
command no longer works and I couldn’t use mybluepower
username in comments (because the “trust score” metrics was reset, obviously). I wondered for a long time until I figured out how to encounter that restriction and was able to set the blue username once again.Either way though, I think the “trust score” system was made to prevent people from misusing the common-word names (like
apple
,blue
,perchance
, etc.). Also here’s a related thread linking to a similar problem.
BluePowerto Perchance - Create a Random Text Generator@lemmy.world•Unable to ExportEnglish1·6 months agoWhere does this happen, the AI character chat or somewhere else? Can you open the DevTools Console by heading to the … menu in the browser > More tools > Developer tools (or similar ways) and then selecting the Console tab (or just press
Ctrl+Shift+J
) and see if you get any errors from it?
BluePowerto Perchance - Create a Random Text Generator@lemmy.world•[Tool] Multiple Style TesterEnglish2·6 months agoI really like this, the UI is pretty nice too. Sometimes I need a way to test multiple styles all at once when it comes to generating images on Perchance.
One suggestion from me is that the style selection checkbox list could be made a bit taller (to maybe 5 rows in height) so I can see more styles at one glance.
BluePowerOPto Perchance - Create a Random Text Generator@lemmy.world•[Bug?] Some generators in the generators page have a blank white thumbnailEnglish1·6 months agoProbably not, I’ve never set any of my plugins private before or after saving. Either way this may happen at any chance.
BluePowerOPto Perchance - Create a Random Text Generator@lemmy.world•[Bug?] Some generators in the generators page have a blank white thumbnailEnglish1·6 months agoThis most likely happened on very newly created generators, when the automatic thumbnail for those haven’t been captured yet.
BluePowerOPto Perchance - Create a Random Text Generator@lemmy.world•[Bug?] Some generators in the generators page have a blank white thumbnailEnglish1·6 months agoAlso @[email protected], at least only on the hub page, one sub-list async function assignment is somehow mistakenly recognized as a parsing error (I’ve only encountered this on desktop and not mobile).
BluePowerOPto Perchance - Create a Random Text Generator@lemmy.world•[Bug?] Some generators in the generators page have a blank white thumbnailEnglish1·6 months agoSame with some of my generators/plugins too, even my generator hub page has a blank thumbnail. (Here’s a link for testing)
BluePowerto Perchance - Create a Random Text Generator@lemmy.world•Assistance Needed with Unique Outputs!English2·6 months agoHere’s my solution so far - create a variable that’ll hold the generated types in and then change the code of the
sentence
list to never use any of these already-generated types:// Create a new "takenTypes" array variable to store the already generated types takenTypes = [[]] sentence [takenTypes = [], ""]You find yourself in {a} [d=description.selectOne] [b=biome.selectOne].<br> As the area is [d.singularForm.lowerCase], [td = typesdescription.selectOne, uniqueReturn(td)] type 'mons are rather prolific. That is in addition to the [removeDups(others[b]).selectUnique(2).map(x => uniqueReturn(x)).join(" and ")] types that live in the [b] already. <br>Oddly enough, there also seem to be some [s=removeDups(stragglers).selectOne, uniqueReturn(s)] type 'mons in the area as well. // Returns a new list that does not contain the entries already shown in the output removeDups(list) => return list.selectAll.filter(x => !takenTypes.includes(x)); // Adds the entry into the "takenTypes" variable so they never show up again in the same output uniqueReturn(i) => takenTypes.push(i); return i;
BluePowerMto Casual Perchance@lemmy.world•[Community Event] Ai Image Challenge for December ~ Light Art (Ended)English2·6 months agoThe Coalescing Lights of the Crystaboard Realm
“When every single path of success and decision has been accomplished together, the lights of Crystaboard will coalesce and unite together, creating a strong and immeasurable bond that powers the light for the spirited realm.”
Details
Generated with:
txt2image-generator
BluePowerto Perchance - Create a Random Text Generator@lemmy.world•Anyone have used generated images commercially or on social mediaEnglish2·6 months agoWell, personally I have never really been using generated images commercially or on a few of the popular social medias outside of image contests on the sister community and other things, but Stable Diffusion (that powers Perchance’s text to image plugin) has a kind of policy that explains how you should post (or redistribute) generated images online at Section III:
https://github.com/Stability-AI/stablediffusion/blob/main/LICENSE-MODEL
(Here’s a comment from a related thread on the sister Casual Perchance community)
BluePowerto Perchance - Create a Random Text Generator@lemmy.world•Line constraints using goto plugin on IpadEnglish2·6 months agoCan you give a more detailed explanation (and what you have tried so far)? You can message me if you don’t want to post it in this thread.
BluePowerto Perchance - Create a Random Text Generator@lemmy.world•Line constraints using goto plugin on IpadEnglish2·6 months agoJust some context, this error seems to only happen if you put that
style
snippet into the list panel, not the HTML panel (I know you might have found the solution already).
BluePowerto Perchance - Create a Random Text Generator@lemmy.world•Line constraints using goto plugin on IpadEnglish2·6 months agoYou can put it anywhere in the HTML panel and it’ll work fine, but I do recommend putting it at the bottom of the code like so:
BluePowerMto Casual Perchance@lemmy.world•[Community Event] Ai Image Challenge for November ~ Freestyle (ended)English2·6 months agoHow about “Light Art” - anything that can be possibly made out of light (e.g., a glowing neon globe that is supposedly purely made of light.).
So excited!! 🤩