diff --git a/Custom-Scripts.md b/Custom-Scripts.md
index 9287883..3e2aafe 100644
--- a/Custom-Scripts.md
+++ b/Custom-Scripts.md
@@ -241,6 +241,29 @@ Works like x/y plot, like how you would expect, but now has a z. Works like how
+## Expanded-XY-grid
+https://github.com/0xALIVEBEEF/Expanded-XY-grid
+
+Custom script for AUTOMATIC1111's stable-diffusion-webui that adds more features to the standard xy grid:
+
+- Multitool: Allows multiple parameters in one axis, theoretically allows unlimited parameters to be adjusted in one xy grid
+
+- Customizable prompt matrix
+
+- Group files in a directory
+
+- S/R Placeholder - replace a placeholder value (the first value in the list of parameters) with desired values.
+
+- Add PNGinfo to grid image
+
+Example: (Click to expand:)
+
+
+
+Example images: Prompt: "darth vader riding a bicycle, modifier"; X: Multitool: "Prompt S/R: bicycle, motorcycle | CFG scale: 7.5, 10 | Prompt S/R Placeholder: modifier, 4k, artstation"; Y: Multitool: "Sampler: Euler, Euler a | Steps: 20, 50"
+
+
+
## Booru tag autocompletion
@@ -362,6 +385,11 @@ Steps: 20, Sampler: DDIM, CFG scale: 7, Seed: 4288895889, Size: 512x512, Model h
+## Multiple Hypernetworks
+https://github.com/antis0007/sd-webui-multiple-hypernetworks
+
+Adds the ability to apply multiple hypernetworks at once. Overrides the hijack, optimization and CrossAttention forward functions in order to apply multiple hypernetworks sequentially, with different weights.
+
## Saving steps of the sampling process
This script will save steps of the sampling process to a directory.