-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathallowlist.json
38 lines (37 loc) · 974 Bytes
/
allowlist.json
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
28
29
30
31
32
33
34
35
36
37
38
[
{
"ModuleId": "https://github.com/Lilypad-Tech/lilypad-module-cowsay",
"Version": "v0.0.4",
"Enabled": true
},
{
"ModuleId": "https://github.com/Lilypad-Tech/lilypad-module-sdxl-pipeline",
"Version": "dev9",
"Enabled": true
},
{
"ModuleId": "https://github.com/Lilypad-Tech/lilypad-module-sdv-pipeline",
"Version": "v1.1.0",
"Enabled": true
},
{
"ModuleId": "https://github.com/Lilypad-Tech/lilypad-module-ollama-pipeline",
"Version": "v2.0.0",
"Enabled": true
},
{
"ModuleId": "https://github.com/Lilypad-Tech/lilypad-module-lilysay",
"Version": "v0.5.2",
"Enabled": true
},
{
"ModuleId": "https://github.com/Lilypad-Tech/lily-synthetizoor",
"Version": "v0.3.0",
"Enabled": true
},
{
"ModuleId": "https://github.com/Lilypad-Tech/module-phi2",
"Version": "v0.0.1",
"Enabled": true
}
]