Skip Navigation

Posts
72
Comments
266
Joined
2 yr. ago

  • This immediately remembered me when playing around with Google Translate and seeing those overly repeated phrases.

  • So excited!! 🤩

  • Yeah, I've been really busy on something else lately. Might as well release some good non-Perchance stuff soon. 🙂

  • Perchance - Create a Random Text Generator @lemmy.world

    TLDraw is making anonymous canvases read-only by July 1st (Note for the tldraw plugin)

  • A 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, the user command no longer works and I couldn't use my bluepower 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.

  • Where 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?

  • I 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.

  • Probably not, I've never set any of my plugins private before or after saving. Either way this may happen at any chance.

  • This most likely happened on very newly created generators, when the automatic thumbnail for those haven't been captured yet.

  • Also @perchance@lemmy.world, 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).

  • Perchance - Create a Random Text Generator @lemmy.world

    Some generators in the generators page have a blank white thumbnail

    Perchance - Create a Random Text Generator @lemmy.world

    Make your generator breezing cold by adding a snow effect with the Power Rain Plugin

  • Here'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:

     javascript
        
    // 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;
    
      
  • Well, 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)

  • Can 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.

  • Just 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).

  • You 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:

  • Found an easy temporary solution for this; try adding this into the HTML panel and see if there's any effect:

     
        
    <style>
      .goto-plugin {display: inline-block}
    </style>
    
    
      

    Anyways, time for a bug report @perchance@lemmy.world: It seems like the text is cut off when the font plugin is combined with the goto plugin in some devices due to force-inline styling by the latter.

  • Try fully reloading the generator by clicking on the "reload" button at the bottom-right corner to temporarily fix the problem. I'll ping @perchance@lemmy.world so they can have a heads-up on this one.

  • Mention the server like this: @perchance @lemmy.world (remove the spaces in-between so it would be an actual ping).

  • Perchance - Create a Random Text Generator @lemmy.world

    An Object-Based Color Generator

    Perchance - Create a Random Text Generator @lemmy.world

    Power Rolling Numbers Plugin 🔢

    Perchance - Create a Random Text Generator @lemmy.world

    Error on the Computer Terminal Template (Fixed)

    Perchance - Create a Random Text Generator @lemmy.world

    The old Perchance Welcome page from 2018

    Perchance - Create a Random Text Generator @lemmy.world

    A minor UI bug with the testing panel in the editor (Fixed)

    Perchance - Create a Random Text Generator @lemmy.world

    What's the biggest file size you've ever uploaded to the Perchance Upload page?

    Perchance - Create a Random Text Generator @lemmy.world

    One question about the dark mode on Perchance main pages

    Perchance - Create a Random Text Generator @lemmy.world

    Dropdown menus don't show up when refreshing after choosing an art style in ai-text-to-image-generator (and other t2i-based image generators)

    Perchance - Create a Random Text Generator @lemmy.world

    A way to transfer your uploads list from the perchance.org/upload page from a computer into another computer

    Perchance - Create a Random Text Generator @lemmy.world

    Creating custom Perchance errors

    Perchance - Create a Random Text Generator @lemmy.world

    Building blocks and streams of changes for the huge update...

    Perchance - Create a Random Text Generator @lemmy.world

    Backups/restore points for unowned generators and logged-out sessions

    Perchance - Create a Random Text Generator @lemmy.world

    Has anyone tried to update their generators without actually changing the content (inside of the lists or HTML) whatsoever?

    Canvas @toast.ooo

    There are a total of 34 mini custom/abstract flags scattered across the entire canvas - can you find them all?

    Canvas @toast.ooo

    The BluePower stuff drawing is finally done!

    Perchance - Create a Random Text Generator @lemmy.world

    Embedding comments and galleries from multiple different generators at once

    Perchance - Create a Random Text Generator @lemmy.world

    Empty/Blank Generators