diff --git a/Extensions.md b/Extensions.md
index 04a970d..2878e55 100644
--- a/Extensions.md
+++ b/Extensions.md
@@ -253,7 +253,9 @@ https://github.com/yownas/seed_travel
Small script for AUTOMATIC1111/stable-diffusion-webui to create images that exists between seeds.
+Example: (Click to expand:)
+
## shift-attention
https://github.com/yownas/shift-attention
@@ -267,7 +269,9 @@ https://github.com/Kahsolt/stable-diffusion-webui-prompt-travel
Extension script for AUTOMATIC1111/stable-diffusion-webui to travel between prompts in latent space.
+Example: (Click to expand:)
+
## Sonar
https://github.com/Kahsolt/stable-diffusion-webui-sonar
@@ -445,6 +449,9 @@ https://github.com/AlUlkesh/sd_save_intermediate_images
Implements saving intermediate images, with more advanced features.
+
+
+

## openOutpaint extension
@@ -500,20 +507,25 @@ https://github.com/sdwebui-w-horde/sd-webui-stable-horde-worker
Produce images for other users using your compute.
### Instructions:
+tested with: \
+webui commit - 9cfd10cdefc7b2966b8e42fbb0e05735967cf87b \
+extension commit - 6184f96dd99d03cc8b3f8c4c133e08ae07ce074f
+
Enter a display name here: https://stablehorde.net/register
You will get an api key.
-Download a known model by Stable Horde: such as [this](https://huggingface.co/Linaqruf/anything-v3.0/blob/main/Anything-V3.0-pruned.ckpt) specifically.
+Download a known model by Stable Horde: such as [this](https://huggingface.co/Linaqruf/anything-v3.0/blob/main/Anything-V3.0-pruned.ckpt) specifically. You will find a list here: https://raw.githubusercontent.com/Sygil-Dev/nataili-model-reference/main/db.json
-In webui settings, enter display name(worker name) and api key in stable horde section. Next, enter the name of your model: `Anything Diffusion`
+In webui settings, enter display name(worker name) and api key in stable horde section. Next, enter the correct registered name of your model: `Anything Diffusion`
Tick the `enable` box to get it running.
+
+
+It's highly recommended to set your `Max Pixels` to below your maximum, especially for low vram users, or users will not get their picture due to your OOM errors. It seems the client takes a little extra vram to use, but it will still run this fine on a 4gb gpu in f16 mode. For my tests, 768x768(589824) is the maximum, but noticing a user keeps getting OOM, it was set to 512x512(262144)
It's highly recommended to run with just `--xformers` argument for the best speed settings, since this does not do batches.
-It's highly recommended to set your `Max Pixels` to below your maximum, especially for low vram users, or users will not get their picture due to your OOM errors. It seems the client takes a little extra vram to use, but It will still run this fine on a 4gb gpu in f16 mode.
-
-Note: Other users prompts are visible in your log.
+Note: Other users prompts are visible in your log. Their images generated are not visible or saved to your pc.