GuiyeC commited on
Commit
feec4ce
1 Parent(s): 4c70e92

Upload controlnets.json

Browse files
Files changed (1) hide show
  1. ControlNet/controlnets.json +55 -0
ControlNet/controlnets.json CHANGED
@@ -86,5 +86,60 @@
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
  ]
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
+ {
91
+ "identifier": "thibaud/controlnet-sd21-hed-diffusers",
92
+ "name": "HED Boundary SD v2.1",
93
+ "owner": "Thibaud Zamora",
94
+ "method": "hed",
95
+ "sample_width": 512,
96
+ "sample_height": 512,
97
+ "url": "https://huggingface.co/thibaud/controlnet-sd21-hed-diffusers",
98
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_2.1_HED.zip",
99
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_2.1_HED.zip"
100
+ },
101
+ {
102
+ "identifier": "thibaud/controlnet-sd21-zoedepth-diffusers",
103
+ "name": "ZoeDepth SD v2.1",
104
+ "owner": "Thibaud Zamora",
105
+ "method": "depth",
106
+ "sample_width": 512,
107
+ "sample_height": 512,
108
+ "url": "https://huggingface.co/thibaud/controlnet-sd21-zoedepth-diffusers",
109
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_2.1_ZoeDepth.zip",
110
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_2.1_ZoeDepth.zip"
111
+ },
112
+ {
113
+ "identifier": "thibaud/controlnet-sd21-openpose-diffusers",
114
+ "name": "Human Pose SD v2.1",
115
+ "owner": "Thibaud Zamora",
116
+ "method": "pose",
117
+ "sample_width": 512,
118
+ "sample_height": 512,
119
+ "url": "https://huggingface.co/thibaud/controlnet-sd21-openpose-diffusers",
120
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_2.1_Pose.zip",
121
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_2.1_Pose.zip"
122
+ },
123
+ {
124
+ "identifier": "thibaud/controlnet-sd21-canny-diffusers",
125
+ "name": "Canny SD v2.1",
126
+ "owner": "Thibaud Zamora",
127
+ "method": "canny",
128
+ "sample_width": 512,
129
+ "sample_height": 512,
130
+ "url": "https://huggingface.co/thibaud/controlnet-sd21-canny-diffusers",
131
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_2.1_Canny.zip",
132
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_2.1_Canny.zip"
133
+ },
134
+ {
135
+ "identifier": "thibaud/controlnet-sd21-scribble-diffusers",
136
+ "name": "Scribble SD v2.1",
137
+ "owner": "Thibaud Zamora",
138
+ "method": "scribble",
139
+ "sample_width": 512,
140
+ "sample_height": 512,
141
+ "url": "https://huggingface.co/thibaud/controlnet-sd21-scribble-diffusers",
142
+ "original": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/ORIGINAL/ControlNet_2.1_Scribble.zip",
143
+ "split_einsum": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/ControlNet/SPLIT_EINSUM/ControlNet_2.1_Scribble.zip"
144
  }
145
  ]