Decoupling Unprompted template system so it can be used elsewhere. #226
TheCulprit
started this conversation in
General
Replies: 1 comment 1 reply
-
I just copied
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love the project and have a couple of different things I'd like to use the basic template system for. In other StableDiffusion frontends and in totally different contexts.
I know this project has a bunch of bells of whistles for specific use with Automatic1111 but the base template system with the basic shortcodes is really the bread and butter I'd like to focus on here.
I tried to port the project (basic shortcodes only) over to InvokeAI as a node for their node workflow system but, after stripping out Auto related things, I'm mired in issues with imports stemming from the complex config and pragmatic loading of shortcodes.
(I should note I'm not a huge python guy. I'm sure someone with more experience could manage it)
I'd also quite like to use the template system in a few small game projects. I've used Tracery in the past with this python module but Unprompted is considerably more powerful.
So I hope you'll consider decoupling that base system out from this project. I can see it having quite a lot of uses, specifically in game development, interactive fiction and other procgen projects.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions