mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-18 20:40:53 -07:00
Updated Developing extensions (markdown)
parent
4ae3e183a3
commit
a74e74775e
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue