v0xie
v0xie
The default values should produce reasonable variation. Try making a grid with X/Y/Z plot to compare the effect of the parameters. I recommend reading the paper for the author's conclusions...
Hey thanks so much for this, reproducibility is a really issue this repo has yet to tackle. When testing this PR, I'm running into an error in the latest commit:...
Results for a region mask that roughly covers the left half of the frame. Test with a prompt + seed that covers the whole left half of the image and...
Thanks, I'll add a note that the extension is currently incompatible with Forge
Thank you for the kind words, I'm happy people find my extensions useful. I can't take credit for any of the algorithms, created by people much smarter than me... lol....
Try adjusting the ratio / agent ratio hyper-parameters. IIRC higher ratio trades quality for speed.
Thanks for the report - I can reproduce this behavior on my end. After doing some profiling, I think the issue is that the AgentAttention module overrides the Cross Attention...
That's normal for the current implementation. Normal SDXL batched forward pass computes cond and uncond in one call to the inner model. PAG requires a third cond to be computed,...