wthit56

joined 4 months ago
[–] wthit56 1 points 3 hours ago

That button essentially feeds the AI what it's already written and then continues to display what it sends back. So... you could do that.

1
submitted 21 hours ago by wthit56 to c/perchance
 

A button in the top toolbar that adds the generator to your "favourites" list. List is shown in a dropdown, or as icons in the topbar, or on a particular page, etc.

Could be used to collate a "most favourited generators" page.

[–] wthit56 1 points 2 days ago

I think I commented on this on your Reddit post?

[–] wthit56 1 points 6 days ago

"Add an AI chat button for their comments"? I don't understand what that means.

[–] wthit56 2 points 1 week ago

A comment in another thread on Lemmy. https://lemmy.world/comment/11554673

[–] wthit56 1 points 1 week ago (1 children)

There's not a multiplayer feature built in to perchance. So you'd have to do it yourself, make your own server, etc.

[–] wthit56 2 points 1 week ago (3 children)

They've got plans to upgrade the Ai generator model soon. They've mentioned Flux.

[–] wthit56 1 points 1 week ago

What "export" and "import" are you referring to?

[–] wthit56 2 points 1 week ago (2 children)

I don't know if I'm looking at it wrong, but it looks exactly the same to me 😅

[–] wthit56 2 points 2 weeks ago

Presumably you mean AI-chat. But I would advise them against hanging out in the comments/chat sections of generators. Unfortunately there's bad actors in there, talking about bad/illegal stuff you don't want a child exposed to. As well as some people generating over-the-line image content and saving it to public galleries--as well as NSFW stuff in general.

[–] wthit56 1 points 2 weeks ago

At a glance, XTTS is a technology that runs on your computer. Not a service you can call from any web page. So it would have to run on the perchance server... which it does not.

[–] wthit56 1 points 2 weeks ago

https://perchance.org/ai-text-plugin explains how to use the plugin. If you want to make things work your own way, you'll need to learn to code at least to some degree.

 

On my generators I have a feedback button in the bottom-right of the window. Now they are covered up by a "Privacy" button that never goes away. 🙄

2
submitted 1 month ago by wthit56 to c/perchance
 

Unsure what the cause is, and it doesn't happen every time.

 

I'm not an AI-chatter myself, but I am still seeing many reports of weirdness.

 

I guess the fix didn't work, mate ;/

2
submitted 2 months ago by wthit56 to c/perchance
 

Helper functions to add and remove children from a Perchance list.

1
submitted 2 months ago* (last edited 2 months ago) by wthit56 to c/perchance
 

My newer generators are not having their screenshots generated. https://perchance.org/perchance-object-reference

Though this one works somehow: https://perchance.org/list-management-plugin

They're using the same formatting and scripts for the page as all my others.

1
submitted 2 months ago* (last edited 2 months ago) by wthit56 to c/perchance
 

Currently it's quite fiddly, making sure all the keys/names arrays are up to date so it still functions as expected.

If it used a set and delete handler it could handle all that internally. Or if there was some special methods we could use like .addValue() and it would figure out what kind of value it is--property, node, function--and handle it correctly.

Of course, I'm working on a plugin now to handle this for people. 😜

 

There's a lot of stuff that becomes real fiddly to do because they are not iterable... that would be real easy to do if they were iterable. I believe there's a proxy "trap" for iterating over properties somewhere in there.

2
submitted 2 months ago by wthit56 to c/perchance
 

This plugin overrides the device's color scheme, but uses the existing styles. No changing of styles is needed whatsoever; it just works.

 

Most likely SUPER not a priority. But you know me 😅

https://perchance.org/prompt-style-tester#edit

The "go" button updates the entire page. As the options are generated this means they are re-generated, which means the chosen option resets, and you can only ever test the top option: Painted Anime.

Simple fix though: put a div with an id around the generations, then update that div only. That's all that needs updating anyway.

1
submitted 2 months ago by wthit56 to c/perchance
 

As we have ignorePerchanceErrors() and clearPerchanceErrors(), seems fair to have this function too, for public use.

view more: next ›