Extended XY Grid V0.9 #4947
yspacedev
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After working on the code some more, I have made enough progress to call this version of Extended XY Grid almost done. The code quality is still not the best (since I am self-taught and not professional), but it works well unless you type the wrong things into it or find a bug I have not discovered. If I do update it further (which is likely), I will probably work on code quality, comments, and squashing a few more bugs (namely, duplicate directories). Anyone (of course) is free to contribute to the code, make bug reports, test for bugs, and/or request features.
The main file "expanded_xy_grid.py" works with the newest version of webui, and the file "expanded_xy_grid_legacy.py" works with a slightly older version of webui. There was a change to how samplers are processed, and that broke some things that are now in the legacy version.
Here is the repository with the file: https://github.com/0xALIVEBEEF/Expanded-XY-grid
Just download it, put it in the scripts folder, and it should work.
An example of the prompt matrix feature with the main prompt "Darth vader riding a bicycle"
An example of Multitool with img2img, Prompt: "darth vader"
Another example with prompt "darth vader riding a bicycle, 1", with 1 being the prompt matrix placeholder
Beta Was this translation helpful? Give feedback.
All reactions