• 100 Posts
  • 297 Comments
Joined 2 months ago
cake
Cake day: July 15th, 2024

help-circle
  • Oh wow–no idea why that would ever happen. A web page can’t directly make that happen, and browsers are built to not just “disappear” or crash from something a web page does. So it must be a crazy perfect storm kind of situation.

    Does it say anything about a crash, offer to report the crash, something like that? Does it offer to restore the pages you had open, next time you open the browser? Does it close all tabs and windows of that browser or just the one with perchance in it?

    Is it a specific generator page that does this or just when using anything on perchance?

    To be clear, I’m fairly certain I cannot do anything to help or fix any of this, nor anyone else apart from whoever made the browser. But still… if there’s anything that you can be helped with on this, those questions are how it would start.









  • No. There’s a set back-end that we have access to in our generator pages, that’s all. It uses a somewhat older Stable Diffusion model. (Or perhaps three models: one for photos, anime, and the “furry” character style.)

    The dev has mentioned that they’re planning on an image generator update to the back-end soon. Perhaps including image-to-image or other features. But nothing about LoRA or using our own models or however you’d put it, so I doubt those will come to Perchance for now.

    If you want those things, I’d recommend using other sites dedicated to AI image generation. This is just an added feature to Perchance, not the focus of the platform, so the dev is not focused on expanding those features.








  • Ah, you’re actually putting it in a different place that I thought you were. Also, the values of the dropdowns don’t work the way I thought they did 😂

    It seems perhaps [input.Rtype] is what you’re meant to use with that system to get the current prompt from that. (It’s a bit complicated honestly–I use my own plugin so I’m not experienced with t2i… 😅)

    What exactly were you trying to do? If it’s just to include the value in the other part of the prompt, the above should work (I guess). But you did that before right–what happens if you do that?















  • Okay, so you don’t need to put the code into the HTML as well; you can remove that.

    The error box tells you there’s an error with [output]. Which you don’t need at all, so you can remove that from the HTML panel and that error will go away.

    The wheelOptions object in the perchance panel ends immediately (with no items or properties or settings)… because the next line lineWidth=10 is not indented. So it just starts its own new list called lineWidth=10. That’s not what you want.

    Indent it, and now that is a property of wheelOptions, and the rest of the items below it will be as well. So when wheelOptions is sent into that makeWheel() function it will use those settings to build the wheel.