-
Notifications
You must be signed in to change notification settings - Fork 11
/
version.json
52 lines (51 loc) · 1.46 KB
/
version.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
{
"version": 15,
"message": "Fix an issue with changing models",
"history": [
{
"version": 14,
"message": "Update controlnet endpoints."
},
{
"version": 13,
"message": "Update controlnet endpoints."
},
{
"version": 12,
"message": "Added inpainting options."
},
{
"version": 11,
"message": "Added support for width/height."
},
{
"version": 10,
"message": "Added support for the second ControlNet."
},
{
"version": 9,
"message": "Fixes an issue with the Mac OSX version of GIMP. Added persistent json storage."
},
{
"version": 8,
"message": "There is newer version of the StableGimpfusion plugin available! It introduces basic ControlNet support."
},
{
"version": 7,
"message": "There is newer version of the StableGimpfusion plugin available! It introduces basic ControlNet support."
},
{
"version": 6,
"message": "There is newer version of the StableGimpfusion plugin available! It introduces basic ControlNet support."
},
{
"version": 5,
"message": "There is newer version of the StableGimpfusion plugin available! It introduces basic ControlNet support."
},
{ "version": 2, "message": "Basic ControlNet support" },
{
"version": 1,
"message": "New version of stable-diffusion local plugin is available. Please update! Please also rebuild your server."
}
]
}