Avatar

Ashenthorn

Ashenthorn@lemmy.world
Joined
11 posts • 29 comments
Direct message

@perchance@lemmy.world Thanks for the reply! Much appreciated. 👍

Hmm… maybe I didn’t explain properly. I tried your code and got weird results. Your output/prompt is concatenating the color list… which I don’t want.

I’m basically trying to output 4 images with DIFFERENT prompts using ONE output. Here is my (almost) working generator: https://perchance.org/zh7u0fwp8q

As you can see, when randomizing, EACH of the outputs correctly outputs a distinct ethnicity and a distinct shirt color - with no duplicates.

It’s almost perfect, but it’s still using 2 prompts/outputs (because the consumable list seems to require it) which I think will be a problem if/when I set up a user input for the prompt.

I’m basically just trying to insert a single list item into the prompt… but don’t want duplicates in the output which is why I thought consumable list was the way to do it. Is there some way to get/store the list items BEFORE inserting them into the prompt?

permalink
report
parent
reply

Wow! That looks perfect… This will also allow me to easily add use user inputs, and add the prompt parameters all in one place.

Thanks so much for the help!

I’ll be sure to post again if I run into any trouble. 🙂

permalink
report
parent
reply

This is even better. And much cleaner. Absolutely perfect.

Initiating the list is definitely the way to go over outputting an array.

Thanks ever SO much!!

😲 🤓

permalink
report
parent
reply

@VioneT@lemmy.world Just a heads up… the text inputs on your generator don’t accept any input in my Firefox. They work fine in Opera (chrome). I noticed this when I tried to fork it. The sliders DO work. The styling of the buttons is weird in FF, too (perhaps a clue?).

permalink
report
parent
reply

Text inputs are working… The styles for the randomize buttons and text inputs for seeds are still showing white text, and the placeholder text for the prompts does not display at all.

Note: I AM using an older version of FF on desktop (Mac) - but this really should NOT be affecting the CSS.

permalink
report
parent
reply

I guess that would explain it. 👍

permalink
report
parent
reply

Yeah… I guess I had it right, except I didn’t really need to set the variable. It seemed like the right thing to do since I needed to use it for two different lists… but typing "by " in both outputs does the same thing, without any extra characters. lol. Thanks!

permalink
report
parent
reply

@perchance@lemmy.world Is there a roadmap or existing discussion anywhere about your experiments with the t2i plugin or where you might be going with it? Or for user questions/feedback/requests?

I’m currently getting some fantastic results with it “as is”… but additional options are always appreciated. =)

permalink
report
parent
reply

Thanks for the reply!

Yeah… my experiments have been showing the same things (although I didn’t try deleting a generator and creating a new one with the old name).

Good info… perhaps image deletion will be added at some point - though I can see the problem with allowing this currently on PUBLIC generators/galleries.

Unless you save the images into a different gallery name which the user with the link doesn’t know about, they wouldn’t.

I just confirmed that renamed galleries are also generator specific, not, as I had first assumed, user specific. So I guess if a generator is deleted, the renamed gallery won’t be accessible at all. Unless another gen with the same name is created, as your test showed.

permalink
report
parent
reply

That’s a good question… since the list of blocked users is in the code (not blocked images).

permalink
report
parent
reply