0 Followers
0 Following
1 Posts

[Help] Hierarchical Consumable list?

https://lemmy.world/post/15237375

[Help] Hierarchical Consumable list? - Lemmy.World

I’ve been reading up on hierarchical lists in the tutorials and the reddit pages, but I’m having problems understanding and implementing the way I’d like. I’m working on this generator (I may turn it into a plug-in). What I’d like to do is have a consumable list of the regions, then output a random state corresponding to that region. I’ve got it working correctly for a single region/state output, but I’m having trouble with the state output for the consumable list items. Also, I used a tutorial example for the output so it currently says: “The Plains region contains Missouri” - which is correct. I’d rather it said: “Missouri is in The Plains region” … but I couldn’t figure out how to format the output since the state is a sub item of the region, so I can’t swap the output in the HTML Any help/tips would be appreciated!

[Help] T2i Styles tech question...

https://lemmy.world/post/15006260

[Help] T2i Styles tech question... - Lemmy.World

I’m working on a new generator, and I want to experiment with the T2i Styles plugin. I do NOT want to use the T2i framework, because I don’t really need it and I want to have a little more control over the output. In the styles plug-in code, there is a link to the Styles tester: https://perchance.org/prompt-style-tester#edit [https://perchance.org/prompt-style-tester#edit] This is exactly what I’m looking for. HOWEVER: The tester doesn’t work as-is. =/ Ex: Choosing a different style from the dropdown does nothing either onChange or Select > Go - it always loads the first Style in the dropdown (Painted Anime). In the framework plugin, there IS a “remember” variable that gets set when a style is chosen… but that isn’t an option on the tester? Can this be implemented easily without having to use the “Remember” plugin? @[email protected] [https://lemmy.world/u/VioneT] @[email protected] [https://lemmy.world/u/perchance] Thanx for any tips!

[Help] Best way to test for input values?

https://lemmy.world/post/14078588

I'm not sure what I expected....

https://lemmy.world/post/11898610

I'm not sure what I expected.... - Lemmy.World

When I input “cyborg” in a text-to-image prompt, I wasn’t sure what to expect. But it certainly wasn’t THIS. 😂 In what AI world are these “Cyborgs”? lol. [https://lemmy.world/pictrs/image/75690cec-844c-454c-9621-3f8932b71827.jpeg]

Default value on page load?

https://lemmy.world/post/10925684

Default value on page load? - Lemmy.World

There was a recent thread that has been deleted titled: [allogen] just the most genericest generator ever This generator had a nice feature to apply artists to the t2i plugin… but it had a LOT of external stuff going on plus performance-killing full-size page background images… as well as a lot of extra code and styles that I don’t really need. I know @[email protected] [https://lemmy.world/u/VioneT] commented on it. Based on that gen, I figured it would be handy to have an artist plugin… so I made one called “artist-plugin” so I could import it into t21 generators. https://perchance.org/artist-plugin [https://perchance.org/artist-plugin] Now I’m working on a demo generator using this plugin, and I’m 99.9% happy with it so far. I’m still doing minor tweaks to make it even cleaner. It’s VERY basic: https://perchance.org/aa3den2ecy [https://perchance.org/aa3den2ecy] Everything is working perfectly EXCEPT: When the page first loads, the artist that displays is NOT being used for the initial images that are displayed (because it’s random from the plugin). Clicking on the buttons (Artist name buttons or random Artist button) works as intended, and then everything is fine until the next page reload. If you click the “Update Images” button BEFORE choosing an artist, everything is random and the artist title is not related to the images. How can I get the Artist correct (in the heading AND in the prompts) on the first page load? Init? Store a variable? I’m sure I’m missing something silly and simple. Thanx for any help!

Text to Image plugin seed generation change?

https://lemmy.world/post/7715311

Text to Image plugin seed generation change? - Lemmy.World

Greetings, At about 07/08:00 UTC yesterday, the seed generation/display behavior seems to have been changed. At that time, the generated seed on all images started displaying as -1 after generation - instead of displaying the actual generated seed. Ex.: on hover or clicking the image info button, it would display (seed:::-1) As of right now, the generated seed is displaying properly again, but there is no longer a refresh button to regen the image based on the current (last used) seed. Is this a permanent change to the plugin? If this is a permanent change, is there any way to retrieve the current seed from the promptData programmatically in order get back the lost refresh button/functionality? @[email protected] [https://lemmy.world/u/perchance]

[Feature request] Alternatively, it would be nice if the seed appeared in a field when clicking an image after the image is saved to a gallery (like the prompts do).

This was taken care of beautifully! - especially with the bonus of having the info button available before the image is saved to the gallery. Thanx again @[email protected] !

[Feature request (gallery)] I understand the (necessary) function of the overlay on the gallery images for content filtering purposes - and it works great… however as it is, it makes it impossible to view a gallery image at full size without downloading it or using browser dev tools. I don’t know if it would be possible to add a “View Image” or “Open image in new tab” button? Perhaps having it appear only AFTER accepting the content warning popup? Really fancy would be invoking a lightbox gallery… but that might be overkill.

This button could be optional on the normal image output container div because right-click > open image in new tab is currently possible.

@perchance - Lemmy.World

Lemmy

[Question] Text to Image Plugin

https://lemmy.world/post/6438842

[Question] Text to Image Plugin - Lemmy.world

Is there an easy way to output the seed value for copy/paste? It IS visible on hover, but to copy/paste it, I have to: inspect the image in browser dev tools, click to edit the image element, find the seed text, select it, copy. Surely there must be an easier way without having to use the seeder plugin? 🤔 [Feature request] Alternatively, it would be nice if the seed appeared in a field when clicking an image after the image is saved to a gallery (like the prompts do).

[Feedback] Random Nationality Generator

https://lemmy.world/post/6436491

[Feedback] Random Nationality Generator - Lemmy.world

I’m not sure if the original author will see this post… but there are some gendering issues with the nationality list. I’ve forked it for my own use, but I’m sure a lot of people are importing it, so it would be nice if the original was updated. Changes: - Briton => British - Dane => Danish - Englishman => English - Finn => Finnish - Frenchman => French - Dutchman => Dutch - Irishman => Irish - Pole => Polish - Scot => Scottish - Slovak => Slovakian - Spaniard => Spanish - Swede => Swedish - Turk => Turkish - Yugoslav => (Rem.) - Welshman => Welsh

Text to image plugin wishlist/discussion

https://lemmy.world/post/6401738

Text to image plugin wishlist/discussion - Lemmy.World

Unfortunately, my current rig can’t handle SD, so I was happy to stumble across Perchance.org [http://Perchance.org] I am familiar with prompt writing and SD functionality due to using other web based generators… Some of the features I miss are shown in the attached. Obviously I wouldn’t expect all of these to be implemented here, but perhaps this could be used for some ideas? These 3 are definitely handy: The cfg (guidanceScale) is a LOT more sensitive (less granular?) here. On that site, I regularly went as high as 12 with excellent results. Here, things start to get pretty bad above 8 or 9. gfp (GFPGAN) works excellently. Only a setting of 1 or 2 is used. I notice here, that if you generate a full body pic (or not even that sometimes), faces get pretty melty. The Variant Seed thing is pretty neat - it lets you use a percentage of a seed image. Whatcha think @[email protected] [https://lemmy.world/u/perchance] ? [https://lemmy.world/pictrs/image/bc9de9e8-514d-42f8-b645-38c5c42a5480.png]