Upload 22 files
Browse files- .gitattributes +14 -0
- Canny/Icon.png +3 -0
- Canny/Sample.png +3 -0
- Canny/Sample2.png +3 -0
- Canny/Sample3.png +3 -0
- Canny/Sample4.png +3 -0
- Canny/amuse_template.json +43 -0
- Canny/model.onnx +3 -0
- Depth/Icon.png +0 -0
- Depth/Sample.png +3 -0
- Depth/Sample2.png +3 -0
- Depth/Sample3.png +3 -0
- Depth/Sample4.png +3 -0
- Depth/amuse_template.json +43 -0
- Depth/model.onnx +3 -0
- README.md +3 -0
- SoftEdge/Icon.png +3 -0
- SoftEdge/Sample.png +3 -0
- SoftEdge/Sample2.png +3 -0
- SoftEdge/Sample3.png +3 -0
- SoftEdge/Sample4.png +3 -0
- SoftEdge/amuse_template.json +43 -0
- SoftEdge/model.onnx +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,17 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Canny/Icon.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Canny/Sample.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Canny/Sample2.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Canny/Sample3.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Canny/Sample4.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Depth/Sample.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Depth/Sample2.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Depth/Sample3.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Depth/Sample4.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
SoftEdge/Icon.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
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
|
Canny/Icon.png
ADDED
|
|
Git LFS Details
|
Canny/Sample.png
ADDED
|
Git LFS Details
|
Canny/Sample2.png
ADDED
|
Git LFS Details
|
Canny/Sample3.png
ADDED
|
Git LFS Details
|
Canny/Sample4.png
ADDED
|
Git LFS Details
|
Canny/amuse_template.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Id": "F8B79D08-3407-40C6-B427-39FB23AEC13A",
|
| 3 |
+
"FileVersion": "1",
|
| 4 |
+
"Created": "2024-06-17T00:00:00",
|
| 5 |
+
"IsProtected": true,
|
| 6 |
+
"Name": "Canny",
|
| 7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Canny/Icon.png",
|
| 8 |
+
"Author": "lllyasviel",
|
| 9 |
+
"Description": "Extract 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": false,
|
| 22 |
+
"IsControlNetSupported": true
|
| 23 |
+
},
|
| 24 |
+
"MemoryMin": 0,
|
| 25 |
+
"MemoryMax": 0.1,
|
| 26 |
+
"DownloadSize": 0.1,
|
| 27 |
+
"Website": "https://github.com/lllyasviel/ControlNet",
|
| 28 |
+
"Licence": "https://github.com/lllyasviel/ControlNet/blob/main/LICENSE",
|
| 29 |
+
"LicenceType": "Commercial",
|
| 30 |
+
"IsLicenceAccepted": false,
|
| 31 |
+
"Repository": "https://huggingface.co/TensorStack/FeatureExtractor-amuse/",
|
| 32 |
+
"RepositoryFiles": [
|
| 33 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/README.md",
|
| 34 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Canny/model.onnx"
|
| 35 |
+
],
|
| 36 |
+
"PreviewImages": [
|
| 37 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Canny/Sample.png",
|
| 38 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Canny/Sample2.png",
|
| 39 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Canny/Sample3.png",
|
| 40 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Canny/Sample4.png"
|
| 41 |
+
],
|
| 42 |
+
"Tags": []
|
| 43 |
+
}
|
Canny/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:606b995d23a22e97495a5b337ed597bb4702622b33e08acee3c4887b36df6a4f
|
| 3 |
+
size 36855
|
Depth/Icon.png
ADDED
|
|
Depth/Sample.png
ADDED
|
Git LFS Details
|
Depth/Sample2.png
ADDED
|
Git LFS Details
|
Depth/Sample3.png
ADDED
|
Git LFS Details
|
Depth/Sample4.png
ADDED
|
Git LFS Details
|
Depth/amuse_template.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Id": "32BCE48F-C50C-4C34-93F4-7A122F2D44C7",
|
| 3 |
+
"FileVersion": "1",
|
| 4 |
+
"Created": "2024-06-17T00:00:00",
|
| 5 |
+
"IsProtected": true,
|
| 6 |
+
"Name": "Depth",
|
| 7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Depth/Icon.png",
|
| 8 |
+
"Author": "lllyasviel",
|
| 9 |
+
"Description": "Extract Features using Midas depth estimation",
|
| 10 |
+
"Rank": 101,
|
| 11 |
+
"Group": "Online",
|
| 12 |
+
"Template": "FeatureExtractor",
|
| 13 |
+
"Category": "FeatureExtractor",
|
| 14 |
+
"FeatureExtractorTemplate": {
|
| 15 |
+
"SampleSize": 512,
|
| 16 |
+
"OutputChannels": 1,
|
| 17 |
+
"NormalizeOutput": true,
|
| 18 |
+
"SetOutputToInputAlpha": false,
|
| 19 |
+
"InputResizeMode": "Stretch",
|
| 20 |
+
"NormalizeType": "ZeroToOne",
|
| 21 |
+
"NormalizeInput": false,
|
| 22 |
+
"IsControlNetSupported": true
|
| 23 |
+
},
|
| 24 |
+
"MemoryMin": 0,
|
| 25 |
+
"MemoryMax": 1,
|
| 26 |
+
"DownloadSize": 1.5,
|
| 27 |
+
"Website": "https://github.com/lllyasviel/ControlNet",
|
| 28 |
+
"Licence": "https://github.com/lllyasviel/ControlNet/blob/main/LICENSE",
|
| 29 |
+
"LicenceType": "Commercial",
|
| 30 |
+
"IsLicenceAccepted": false,
|
| 31 |
+
"Repository": "https://huggingface.co/TensorStack/FeatureExtractor-amuse/",
|
| 32 |
+
"RepositoryFiles": [
|
| 33 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/README.md",
|
| 34 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Depth/model.onnx"
|
| 35 |
+
],
|
| 36 |
+
"PreviewImages": [
|
| 37 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Depth/Sample.png",
|
| 38 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Depth/Sample2.png",
|
| 39 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Depth/Sample3.png",
|
| 40 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/Depth/Sample4.png"
|
| 41 |
+
],
|
| 42 |
+
"Tags": []
|
| 43 |
+
}
|
Depth/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f822841db22fb540b2b29673fee9c5df7dfa1ebccdca81ac75bd7479450ce96
|
| 3 |
+
size 1489742349
|
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-feature-extraction
|
| 3 |
+
---
|
SoftEdge/Icon.png
ADDED
|
|
Git LFS Details
|
SoftEdge/Sample.png
ADDED
|
Git LFS Details
|
SoftEdge/Sample2.png
ADDED
|
Git LFS Details
|
SoftEdge/Sample3.png
ADDED
|
Git LFS Details
|
SoftEdge/Sample4.png
ADDED
|
Git LFS Details
|
SoftEdge/amuse_template.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Id": "1CD73BA6-6C84-4BEB-8507-8F0AC1018E2F",
|
| 3 |
+
"FileVersion": "1",
|
| 4 |
+
"Created": "2024-06-17T00:00:00",
|
| 5 |
+
"IsProtected": true,
|
| 6 |
+
"Name": "SoftEdge",
|
| 7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/SoftEdge/Icon.png",
|
| 8 |
+
"Author": "lllyasviel",
|
| 9 |
+
"Description": "Extract Features using HED edge detection (soft edge)",
|
| 10 |
+
"Rank": 102,
|
| 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": false,
|
| 22 |
+
"IsControlNetSupported": true
|
| 23 |
+
},
|
| 24 |
+
"MemoryMin": 0,
|
| 25 |
+
"MemoryMax": 0.5,
|
| 26 |
+
"DownloadSize": 0.1,
|
| 27 |
+
"Website": "https://github.com/lllyasviel/ControlNet",
|
| 28 |
+
"Licence": "https://github.com/lllyasviel/ControlNet/blob/main/LICENSE",
|
| 29 |
+
"LicenceType": "Commercial",
|
| 30 |
+
"IsLicenceAccepted": false,
|
| 31 |
+
"Repository": "https://huggingface.co/TensorStack/FeatureExtractor-amuse/",
|
| 32 |
+
"RepositoryFiles": [
|
| 33 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/README.md",
|
| 34 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/SoftEdge/model.onnx"
|
| 35 |
+
],
|
| 36 |
+
"PreviewImages": [
|
| 37 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/SoftEdge/Sample.png",
|
| 38 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/SoftEdge/Sample2.png",
|
| 39 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/SoftEdge/Sample3.png",
|
| 40 |
+
"https://huggingface.co/TensorStack/FeatureExtractor-amuse/resolve/main/SoftEdge/Sample4.png"
|
| 41 |
+
],
|
| 42 |
+
"Tags": []
|
| 43 |
+
}
|
SoftEdge/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:706953e74dddcc47af0fa8b1b5057180064d5131759957d30abed722213aa8a5
|
| 3 |
+
size 58879746
|