P McCuller

Results 7 issues of P McCuller

Defining something like ${EyeColor=blue} means I can use ${EyeColor} as a variable after that in the prompt just fine, but if I try to access the variable in the ADetailer...

I have a number of hand-rolled wildcard files, where file A sometimes includes one of files A1-A5, and so on. Somewhere in a few dozen files there's an error, and...

It looks like I can't define a variable in the positive prompt and access it in the negative prompt, am I mistaken?

enhancement

So when I have a file __myfile__ like this: foo bar baz and I say {2$$__myfile__} then I can get foo, foo back. This is fine. But can we add...

Perhaps in the same way that ADetailer's prompt is supported? The extension https://github.com/pkuliyi2015/multidiffusion-upscaler-for-automatic1111 has an incredible way to manage regions for prompts, but I feel quite handicapped without dynamic prompting.

enhancement

I'd like to directly concatenate selections with a customer separator. Using a space works: {1-2$$ $$::pgm_poses::} but doesn't just concatenate the results, there's a space between them, of course. Using...

bug