nolan778
nolan778
In my rush to create this feature, I missed the existence of the actual [dynamicprompts](https://github.com/adieyal/dynamicprompts) project (MIT licensed) that drives the parsing of the other various plugins and instead recreated...
* Getting rid of variables would certainly cut down the code and headache, but unfortunately they are very useful, especially immediate evaluation variables that use the "!" symbol to force...
Okay, moving it to prepare() works as you said, but the job info is still showing the full prompt with template syntax instead of the final evaluated text. What would...
Okay, I think I finally got it working well in process_regions. I added another string member to the Region and RootRegion classes to avoid modifying the original positive property directly...
Refactored text module to move all the dynamic prompt evaluation out to its own file and split it up even further to put wildcard handling in its own file as...
I made [an effort toward this feature](https://github.com/Acly/krita-ai-diffusion/pull/1694) a few months back, but never really finished the concept. At first, I rolled my own dynamic prompt evaluation by following the expected...
You're right, that was pretty easy. It can't send information back to know how the prompt was evaluated and it also requires Impact Pack nodes installed, but it was as...
We are overthinking this. The [Impact Pack Server API](https://deepwiki.com/ltdrdata/ComfyUI-Impact-Pack/11-server-api) already has HTTP endpoints to deal with wildcard refresh request, wildcard list request, and wildcard text processing request. I have verified...
That was the path I went down to start with, but it turns out that it is several thousand lines of code to adhere to the numerous accepted standards of...
If you do that limited functionality, existing wildcard files, especially the more modern yaml files will not be usable and people will have to manually modify their hundreds or thousands...