Upload 7 files
Browse files- .gitattributes +5 -0
- LineArt/Icon.png +3 -0
- LineArt/Sample.png +3 -0
- LineArt/Sample2.png +3 -0
- LineArt/Sample3.png +3 -0
- LineArt/Sample4.png +3 -0
- LineArt/amuse_template.json +44 -0
- LineArt/model.onnx +3 -0
.gitattributes
CHANGED
@@ -47,3 +47,8 @@ SoftEdge/Sample.png filter=lfs diff=lfs merge=lfs -text
|
|
47 |
SoftEdge/Sample2.png filter=lfs diff=lfs merge=lfs -text
|
48 |
SoftEdge/Sample3.png filter=lfs diff=lfs merge=lfs -text
|
49 |
SoftEdge/Sample4.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
47 |
SoftEdge/Sample2.png filter=lfs diff=lfs merge=lfs -text
|
48 |
SoftEdge/Sample3.png filter=lfs diff=lfs merge=lfs -text
|
49 |
SoftEdge/Sample4.png filter=lfs diff=lfs merge=lfs -text
|
50 |
+
LineArt/Icon.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
LineArt/Sample.png filter=lfs diff=lfs merge=lfs -text
|
52 |
+
LineArt/Sample2.png filter=lfs diff=lfs merge=lfs -text
|
53 |
+
LineArt/Sample3.png filter=lfs diff=lfs merge=lfs -text
|
54 |
+
LineArt/Sample4.png filter=lfs diff=lfs merge=lfs -text
|
LineArt/Icon.png
ADDED
![]() |
Git LFS Details
|
LineArt/Sample.png
ADDED
![]() |
Git LFS Details
|
LineArt/Sample2.png
ADDED
![]() |
Git LFS Details
|
LineArt/Sample3.png
ADDED
![]() |
Git LFS Details
|
LineArt/Sample4.png
ADDED
![]() |
Git LFS Details
|
LineArt/amuse_template.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Id": "48A70B5F-0536-489B-A309-F05AFD121FBD",
|
3 |
+
"FileVersion": "1",
|
4 |
+
"Created": "2024-06-17T00:00:00",
|
5 |
+
"IsProtected": true,
|
6 |
+
"Name": "LineArt",
|
7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/LineArt/Icon.png",
|
8 |
+
"Author": "lllyasviel",
|
9 |
+
"Description": "Extract LineArt Features using canny edge detection",
|
10 |
+
"Rank": 100,
|
11 |
+
"Group": "Online",
|
12 |
+
"Template": "FeatureExtractor",
|
13 |
+
"Category": "FeatureExtractor",
|
14 |
+
"FeatureExtractorTemplate": {
|
15 |
+
"SampleSize": 512,
|
16 |
+
"OutputChannels": 1,
|
17 |
+
"NormalizeOutput": false,
|
18 |
+
"SetOutputToInputAlpha": false,
|
19 |
+
"InputResizeMode": "Stretch",
|
20 |
+
"NormalizeType": "ZeroToOne",
|
21 |
+
"NormalizeInput": true,
|
22 |
+
"InvertOutput": false,
|
23 |
+
"IsControlNetSupported": true
|
24 |
+
},
|
25 |
+
"MemoryMin": 0,
|
26 |
+
"MemoryMax": 0.1,
|
27 |
+
"DownloadSize": 0.1,
|
28 |
+
"Website": "https://github.com/lllyasviel/ControlNet",
|
29 |
+
"Licence": "https://github.com/lllyasviel/ControlNet/blob/main/LICENSE",
|
30 |
+
"LicenceType": "NonCommercial",
|
31 |
+
"IsLicenceAccepted": false,
|
32 |
+
"Repository": "https://huggingface.co/TensorStack/FeatureExtractor-amuse/",
|
33 |
+
"RepositoryFiles": [
|
34 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/README.md",
|
35 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/LineArt/model.onnx"
|
36 |
+
],
|
37 |
+
"PreviewImages": [
|
38 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/LineArt/Sample.png",
|
39 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/LineArt/Sample2.png",
|
40 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/LineArt/Sample3.png",
|
41 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/LineArt/Sample4.png"
|
42 |
+
],
|
43 |
+
"Tags": []
|
44 |
+
}
|
LineArt/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:606b995d23a22e97495a5b337ed597bb4702622b33e08acee3c4887b36df6a4f
|
3 |
+
size 36855
|