From a74e74775ec39b86cd71941c42a8de9f48b2c440 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sun, 17 Mar 2024 13:32:40 +0300 Subject: [PATCH] Updated Developing extensions (markdown) --- Developing-extensions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Developing-extensions.md b/Developing-extensions.md index c6e9750..d69f253 100644 --- a/Developing-extensions.md +++ b/Developing-extensions.md @@ -84,6 +84,10 @@ Name = demo-extension # not installed or disabled. Requires = another-extension, yet-another-extension +# Vertical pipe can be used to list a requirement that's satisfied by +# either one of multiple extensions. No spaces between pipes and extension names. +Requires = sd-webui-controlnet|sd_forge_controlnet, sd-webui-buttons, this|that|other + # Declaring relationships of folders # # This section declares relations of all files in `scripts` directory.