forked from Haidra-Org/horde-model-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstable_diffusion.example.json
78 lines (78 loc) · 2.6 KB
/
stable_diffusion.example.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"example model 1": {
"name": "Example General Model",
"description": "This would be a description of the model.",
"version": "1.0",
"config": {
"download": [
{
"file_name": "example_general_model.ckpt",
"file_url": "https://www.some_website.com/a_different_name_on_the_website.ckpt",
"sha256sum": "DEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF",
"file_type": null,
"known_slow_download": null
}
]
},
"purpose": "image_generation",
"features_not_supported": null,
"inpainting": false,
"baseline": "stable_diffusion_1",
"optimization": null,
"tags": [
"anime",
"faces"
],
"showcases": [
"https://raw.githubusercontent.com/db0/AI-Horde-image-model-reference/main/showcase/test/test_general_01.png"
],
"min_bridge_version": 12,
"trigger": [
"trigger1",
"some other_trigger"
],
"homepage": "https://www.not.a.real_website.com",
"nsfw": false,
"style": "generalist",
"requirements": null,
"size_on_disk_bytes": 123456789
},
"example model 2": {
"name": "Example anime model",
"description": "This would be a description of the model.",
"version": "2.5",
"config": {
"download": [
{
"file_name": "example_general_model.ckpt",
"file_url": "https://www.some_website.com/a_different_name_on_the_website.ckpt",
"sha256sum": "DEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF",
"file_type": null,
"known_slow_download": null
}
]
},
"purpose": "image_generation",
"features_not_supported": null,
"inpainting": false,
"baseline": "stable_diffusion_1",
"optimization": null,
"tags": [
"anime",
"faces"
],
"showcases": [
"https://raw.githubusercontent.com/db0/AI-Horde-image-model-reference/main/showcase/test/anime_01.png"
],
"min_bridge_version": 12,
"trigger": [
"anime",
"some other_anime_trigger"
],
"homepage": "https://www.another_fake_website.com",
"nsfw": true,
"style": "anime",
"requirements": null,
"size_on_disk_bytes": 123456789
}
}