GuiyeC commited on
Commit
87aa781
1 Parent(s): 32d026b

Rename ControlNet/models.json to ControlNet/controlnets.json

Browse files
ControlNet/controlnets.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "identifier": "lllyasviel/sd-controlnet-hed",
4
+ "name": "HED Boundary SD v1.5",
5
+ "owner": "Lvmin Zhang, Maneesh Agrawala",
6
+ "method": "hed",
7
+ "sample_width": 512,
8
+ "sample_height": 512,
9
+ "url": "https://huggingface.co/lllyasviel/sd-controlnet-hed",
10
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_HED.zip",
11
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_HED.zip"
12
+ },
13
+ {
14
+ "identifier": "lllyasviel/sd-controlnet-depth",
15
+ "name": "Depth SD v1.5",
16
+ "owner": "Lvmin Zhang, Maneesh Agrawala",
17
+ "method": "depth",
18
+ "sample_width": 512,
19
+ "sample_height": 512,
20
+ "url": "https://huggingface.co/lllyasviel/sd-controlnet-depth",
21
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_Depth.zip",
22
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_Depth.zip"
23
+ },
24
+ {
25
+ "identifier": "lllyasviel/sd-controlnet-openpose",
26
+ "name": "Human Pose SD v1.5",
27
+ "owner": "Lvmin Zhang, Maneesh Agrawala",
28
+ "method": "pose",
29
+ "sample_width": 512,
30
+ "sample_height": 512,
31
+ "url": "https://huggingface.co/lllyasviel/sd-controlnet-openpose",
32
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_Pose.zip",
33
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_Pose.zip"
34
+ },
35
+ {
36
+ "identifier": "lllyasviel/sd-controlnet-canny",
37
+ "name": "Canny SD v1.5",
38
+ "owner": "Lvmin Zhang, Maneesh Agrawala",
39
+ "method": "canny",
40
+ "sample_width": 512,
41
+ "sample_height": 512,
42
+ "url": "https://huggingface.co/lllyasviel/sd-controlnet-canny",
43
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_Canny.zip",
44
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_Canny.zip"
45
+ },
46
+ {
47
+ "identifier": "lllyasviel/sd-controlnet-scribble",
48
+ "name": "Scribble SD v1.5",
49
+ "owner": "Lvmin Zhang, Maneesh Agrawala",
50
+ "method": "scribble",
51
+ "sample_width": 512,
52
+ "sample_height": 512,
53
+ "url": "https://huggingface.co/lllyasviel/sd-controlnet-scribble",
54
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_Scribble.zip",
55
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_Scribble.zip"
56
+ },
57
+ {
58
+ "identifier": "lllyasviel/sd-controlnet-mlsd",
59
+ "name": "M-LSD Straight Line SD v1.5",
60
+ "owner": "Lvmin Zhang, Maneesh Agrawala",
61
+ "method": "mlsd",
62
+ "sample_width": 512,
63
+ "sample_height": 512,
64
+ "url": "https://huggingface.co/lllyasviel/sd-controlnet-mlsd",
65
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_MLSD.zip",
66
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_MLSD.zip"
67
+ },
68
+ {
69
+ "identifier": "lllyasviel/sd-controlnet-seg",
70
+ "name": "Image Segmentation SD v1.5",
71
+ "owner": "Lvmin Zhang, Maneesh Agrawala",
72
+ "method": "segmentation",
73
+ "sample_width": 512,
74
+ "sample_height": 512,
75
+ "url": "https://huggingface.co/lllyasviel/sd-controlnet-seg",
76
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_Segmentation.zip",
77
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_Segmentation.zip"
78
+ },
79
+ {
80
+ "identifier": "lllyasviel/sd-controlnet-normal",
81
+ "name": "Normal Map SD v1.5",
82
+ "owner": "Lvmin Zhang, Maneesh Agrawala",
83
+ "method": "normal",
84
+ "sample_width": 512,
85
+ "sample_height": 512,
86
+ "url": "https://huggingface.co/lllyasviel/sd-controlnet-normal",
87
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_Normal.zip",
88
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_Normal.zip"
89
+ }
90
+ ]
ControlNet/models.json DELETED
@@ -1 +0,0 @@
1
- {}