Ashenthorn
@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?
@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?).
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.
@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. =)
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.