Your post is not formatted how you wanted it to be. Maybe use a code block around your code so we can read it easier.
TAPgiles
- 9 Posts
- 72 Comments
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•[Help] Trying to use lists (dict with (Key=value) pair) as select options set for HTML editorEnglish1·3 months ago
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•AI StoriesEnglish2·3 months ago
Yeah just export it, download that file, and load it on your other device. When you “share” the file is put on the server and anyone with the link can import/see that file, basically. So it’ll be more private to just download the file and use it yourself.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•[HELP] T or A poseEnglish1·3 months ago
Try using “character turnaround” or other similar terms for that kind of layout.
I just tried using this prompt, and got stuff that look something like what you’re after:
head to toe character design, character turnaround, front back side plain background BREAK background grey
So don’t think that you are describing an image, it is imagining an image based on your description, and then drawing that image. That’s not what is going on at all.
AI isn’t being dumb or obstinate. AI is not thinking. It has no brain. It has seen lots of images, with text associated with them. It’s compared them and noticed patterns associated with a particular term. When you put terms into the prompt, it is lining up those patterns and using them to form an image. AI is not smart, it is not feeling cooperative or unhelpful. So thinking of it in that way is not useful. It actually is dumb.
It’s job, in its dumb way, is to trick people into thinking it’s an image made by a real person. That’s all.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•AI StoriesEnglish1·3 months ago
No, generators usually only store things locally, unless you click a button to “share” it or things like that.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•Generative AI is overwriting my generator with nonsense code!!!English1·3 months ago
I’m not sure what you’re referring to. I’ve never seen code just be added without my typing it or asking it to write it.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•Looking for a generator/ai to build a fantasy world from scratchEnglish1·3 months ago
Sounds like just a plain ol’ AI chatbot would be fine for that. As opposed to a preprogrammed thing that has pre-set aspects of the world it will generate. I do have a simple AI chatbot page you could try using: https://perchance.org/quick-chat
(It doesn’t save your chats, but does have an export feature explained before you start chatting.)
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•Help finding a good generator?English1·3 months ago
Just so you know… all perchance image generator pages use the same image generator. They just add different text to the prompts, as “styles.” But you can get any of the results from any of the generators on any of the other generators–because they all use the same back-end to actually generate the images.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•Privacy QuestionsEnglish2·3 months ago
Honestly, as someone who knows a good bit about AI generation on perchance… I have no idea how I would see anyone’s IP address that uses the plugin on any of my generators, or prompts, or results. Unless the user chooses to upload a generation to the generator’s gallery–which would allow anyone to see the prompt and generated image. (But I don’t know how you’d get an IP address from that even then.)
I assume that the server itself has the ability to see such things. But not me as the creator of the generator page. Not from the AI plugins anyway.
As the dev said, in theory the creator of the page could use JS to read such things potentially, if they specifically wrote code to do that. But as it’s not something built in the perchance-made AI generator plugins, this is more of a thing to handle on a case-by-case basis. As in, tell that generator’s creator that they’re gathering data on their users and ask them to stop it. Or go and use a different generator page which doesn’t do that.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•Optimistic QuestionEnglish2·3 months ago
I see. So really, it’s just private code only you can see/edit from your account, something like that. Everything runs in the browser, is the thing. Which means it will be accessible through the dev console one way or another. I’m not sure it will be possible to actually have something secure and truly hidden like this. But I guess it won’t be plain text in the code editor.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•Optimistic QuestionEnglish1·3 months ago
What would that mean in the context of perchance?
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•Not able to import JSON files (Characters)English2·3 months ago
You should probably say what happens when you try to import.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•little plugin fixiesEnglish1·3 months ago
I’ve used the AI text plugin a fair bit, but have never seen something called
textStream
. And it’s not listed on the plugin page. Where can I actually find it?
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•little plugin fixiesEnglish2·4 months ago
When you’re talking about “textStream” and such… I’m not sure what you’re referring to, and I’m quite familiar with the plugin. Is that only talking about something to do with text-to-speech?
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•[i was surprised] ppl can take each others avatarsEnglish1·4 months ago
You’re just pasting a url to set the avatar, right? You can get the url of any image you see by right-clicking it, so kinda makes sense this would be possible. They could even download the avatar image, upload it somewhere, and use that new url instead.
There’s never in the history of the internet and avatars been a way of stopping someone using the same avatar image as you.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•[wut] Upload disappearedEnglish2·4 months ago
Oh interesting. Must use a hash or something…
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•[wut] Upload disappearedEnglish2·4 months ago
Heads up: that first jpeg link works fine for me.
- TAPgiles@lemmy.worldtoPerchance - Create a Random Text Generator@lemmy.world•[Suggestion] RAG for Perchance Text Generation AIsEnglish2·4 months ago
Sounds like it’s basically reminding the AI of some data each time a prompt is sent to it. What I do is just put it in the prompt, and it seems to work fine.
Those generators you listed all do the same, reminding the AI of things it needs to know about, but are pretty complex and have a lot to send, most likely. You can make your own Text AI pretty easily, and send whatever you like with the prompt. Maybe try that.
Yeah if you’re setting it in the prompt, that overrides whatever other settings there are.