Great to see you're pushing the limits of Perchance in practical/real usage! I just made this plugin which is hopefully helpful: https://perchance.org/dynamic-import-plugin
I probably should have created something like this quite a while ago, since there have been similar requests before.
(Aside: Heads up that your fusion-text-to-image-plugin may break in the future if I update the internals/server-side stuff of text-to-image-plugin. The plugin has backwards-compat guarantees on the existing features that it exposes, of course, but there won't be any notice for internal changes that I make to that plugin, including server-side stuff. You might have forked it before I put the warning there. I'd recommend posting to this forum with feature requests for anything you want rather than forking. Note that it's fine to import text-to-image-plugin into fusion-text-to-image-plugin just to add a 'wrapper' around it if you are fine with its current feature-set and just want to create your own 'interface' to those features. But yeah, changing the internals of the text-to-image-plugin is a recipe for trouble - it basically means that you have to constantly watch text-to-image-plugin, and e.g. 2 years from now all your generators suddenly break due to an internal change I made, and maybe you don't notice for several weeks, during which time all the people that were regular users have moved on. All of that said, it's okay to edit the internals if you understand the above risks :)
Just some clarification, currently it gives the whole generator i.e. not only the specified output at the $output. I'm not saying that it is bad, but I would guess that it is counter-intuitive with how the regular imports work. Possibly an option?
Wow! Thank you so much ❤️! I'll make great use of this.
The best datasets are usually very large. I've already split the datasets I'm using into smaller generators.
In total , I have 38 generators prepared with 10K unique words in each, a generator with 29K unique names , a 15K word generator for prepositions , plus the 5 separate generators for 47K CLIP tokens.
I've had to prioritize which ones to load before , but this feature open up a bunch of new options.
Interesting plugin! I might as well use this for my generator hub page, and also its preview version, because it needs to import the base source of the generator manager (power-generator-manager) to be able to retrieve and sync the generator lists and the "news & updates" from that, so I don't have to change it in case I needed to change anything in the gen list (e.g., the description or, if I had released a new generator, I'd need to add that generator to the list). And that's to reduce some loading time.
@AdComfortable1514 Kind of a bug report to your generator, but on the base, main and negative prompt inputs the hide button initially showed no text and sitting next to the input labels. Let me know if this was a bug!