[-] qinerous@lemmy.world 1 points 12 hours ago

thanks for answer

1

Hello everyone, could you tell me which image generator model was used in text-to-image in Perchance? It's different now, of course, but I'd like to know the model that was before the change, preferably if you have a link.

[-] qinerous@lemmy.world 1 points 1 day ago

Idk what you mean, but you need just add "adminlair" to right panel where java script codes. In this


let config = {
...
...
...
adminPasswordHash: "----" ,
adminlair: "[MODE]",
...
};

The left panel would work if you used framework plugins , but there use right panel

[-] qinerous@lemmy.world 1 points 2 days ago

oh i forgot one line

const textarea = document.querySelector('textarea');
textarea.spellcheck = true;
textarea.autocomplete = "on";
textarea.autocorrect = "on";
textarea.autocapitalize = "on";

tell me later if it worked or not

[-] qinerous@lemmy.world 1 points 2 days ago

Your comments work in Java Script, so you need to make changes there

[-] qinerous@lemmy.world 1 points 2 days ago

basically, can create a new website and add them all and link them together. But then they will stop accessing their original site pages :D

[-] qinerous@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

if you construct this promptbox, add in 's settings

<textarea spellcheck="true" autocomplete="on" autocorrect="on" autocapitalize="on" rows="5" cols="50"></textarea>

spellcheck="true" - enables spell checking (may highlight errors).

autocomplete="on" - helps the browser to suggest text.

autocorrect="on" (for some browsers/devices) - auto-correct.

autocapitalize="on" - includes auto-capital letters.

or if you just use framework, then add in java script

textarea.spellcheck = true;
textarea.autocomplete = "on";
textarea.autocorrect = "on";
textarea.autocapitalize = "on"; 
[-] qinerous@lemmy.world 2 points 2 days ago

yeah, in the new engine, the variation in image drawing style is very large. In the previous engine, the quality or realism may have been worse, and so on. But in that, all the images were similar to each other, even though the sids were random. Therefore, every change in the prompt and negative prompt was very strongly felt there, and the result of the image was depending on your skill in using the layout and priorities there. And now you can get beautiful images without a single word in the prompt, but if you want to get a specific image and style, they won't let you do it.

[-] qinerous@lemmy.world 2 points 2 days ago

Since it is not possible to execute JS in an iframe, the solution is to generate the result of the command in advance and add it as a custom emoji to a .txt file, under the guise of :command:. That is, in your custom emoji file https://user.uploads.dev/file/76901f76de7f2679c7334cdfee02b4ec.txt . But it will be difficult, so it's better to rebuild the comments and use them immediately via commentsPlugin.

[-] qinerous@lemmy.world 1 points 2 days ago
adminPasswordHash: "362cc5e35c8153f8cc67edc85bc1c4b67354351aa42a8322a29896c49be0838f",
adminFlair: "[MOD]",

try add this, ill test, its work. If you cant active admin mode, then change Password hash to another

[-] qinerous@lemmy.world 3 points 4 days ago

just generate this image with same prompt and same seed, and the same image will be released, but with minor changes that can fix those flaws.

2
plugin? (lemmy.world)

Hello guys. Can you tell me which plugin these two buttons are from?

3

Hi, why in framework plugin t2i-framework-plugin-v2 i cant hide the "Feedback" button? in little framework ewzqi9hyzz was hidden by the button

showFeedback = false // <-- set to 'false' to hide the feedback button

this one just somehow disables the feedbacks, but the button remains

for example your site - https://perchance.org/ai-text-to-image-generator

5
submitted 1 month ago* (last edited 1 month ago) by qinerous@lemmy.world to c/perchance@lemmy.world

hi yo.I have created comment chats through Java script, but I cannot enable emoji packs through them. Either the Chats themselves disappear or nothing happens, and the assistant can't handle it either. Please tell me how

5
submitted 1 month ago* (last edited 1 month ago) by qinerous@lemmy.world to c/perchance@lemmy.world

Hi there. Are there any triggers or something similar that can block the operation of $meta? The description and image worked in the site of the last updated sites. But after +-extensively updated the site, $meta was simply ignored. What could be the reason for this? Using meta in js didn't work either. And ai assistant of coding can't handle either.

view more: next ›

qinerous

joined 1 month ago