rjgoif
rjgoif
> I was able to fix this by moving the folder for the extension to a folder outside the directory, and then re-installing it, then moving my wildcards back: >...
> I had the same issue and may have just found a fix. I had the Unprompted extension enabled. When disabled, it fixes this issue. Nope, I don't have that...
Most recent update (applied 18-Dec-2023) still has this bug. I found a workaround that works without using variables by utilizing the poorly documented cyclical operator "@" in combinatorial mode. Example...
> Could you explain why this would be useful? Sometimes I want to see adjacent images in the output grid so you can side-by-side compare them better, but that variable...
> Extra options checkbox below "queue prompt" then you can tick the checkbox beside the slider to make it auto queue. Works great if you want to queue [1,100] images....
Would love it if the author @Suzie1 would incorporate this into the build, but I fear that the Comfyroll suite is starting to look abandoned.
If I understand you correctly, you mean "I would like to specify some wildcards as combinatorial, and others as random", correct? If so, I would also find this feature extremely...
I also would like this feature. This would enable dynamic prompts to be used as a style randomizer, as styles include positive and negative prompts.
You are using a combinatorial prompt node. Think of each wildcard as a digit in a number. You are counting up from 000. So next it's 001, 002, 003, 004,...
> Ok try this: > > `Get-ChildItem -Recurse -Include *.txt | Resolve-Path -Relative | ForEach-Object { "__" + $_.substring(2,$_.length-6) + "__" } ` YES that works awesome. Thanks for the...