-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.ini
27 lines (25 loc) · 1.21 KB
/
metadata.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This section contains information about the extension itself.
# This section is optional.
[Extension]
# A canonical name of the extension.
# Only lowercase letters, numbers, dashes and underscores are allowed.
# This is a unique identifier of the extension, and the loader will refuse to
# load two extensions with the same name. If the name is not supplied, the
# name of the extension directory is used. Other extensions can use this
# name to refer to this extension in the file.
Name = sd-webui-openvino
# A comma-or-space-separated list of extensions that this extension requires
# to be installed and enabled.
# The loader will generate a warning if any of the extensions in this list is
# not installed or disabled.
# 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
# Declaring relationships of folders
#
# This section declares relations of all files in `scripts` directory.
# By changing the section name, it can also be used on other directories
# walked by `load_scripts` function (for example `javascript` and `localization`).
# This section is optional.
[scripts]
Before = sd-webui-controlnet