Upload 15 files
Browse files- .gitattributes +2 -0
- Icon.png +0 -0
- README.md +7 -0
- amuse_template.json +77 -0
- controlnet/model.onnx +3 -0
- controlnet/model.onnx.data +3 -0
- flow_estimation/model.onnx +3 -0
- resample/model.onnx +3 -0
- text_encoder/model.onnx +3 -0
- tokenizer/merges.txt +0 -0
- tokenizer/special_tokens_map.json +24 -0
- tokenizer/vocab.json +0 -0
- unet/model.onnx +3 -0
- unet/model.onnx.data +3 -0
- vae_decoder/model.onnx +3 -0
- vae_encoder/model.onnx +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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 |
+
controlnet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
Icon.png
ADDED
|
|
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Locomotion CyberRealistic - Onnx DirectML Optimized
|
| 2 |
+
|
| 3 |
+
## Original Model
|
| 4 |
+
https://civitai.com/models/15003?modelVersionId=1460987
|
| 5 |
+
|
| 6 |
+
## Amuse
|
| 7 |
+
https://www.amuse-ai.com/
|
amuse_template.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Id": "853604F8-4114-4927-9F28-17F363ECD35A",
|
| 3 |
+
"FileVersion": "1",
|
| 4 |
+
"Created": "2025-03-05T00:00:00",
|
| 5 |
+
"IsProtected": false,
|
| 6 |
+
"Name": "Locomotion CyberRealistic",
|
| 7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/Icon.png",
|
| 8 |
+
"Author": "TensorStack",
|
| 9 |
+
"Description": "Locomotion is an experimental StableDiffusion motion generator",
|
| 10 |
+
"Rank": 204,
|
| 11 |
+
"Group": "Online",
|
| 12 |
+
"Template": "Locomotion",
|
| 13 |
+
"Category": "StableDiffusion",
|
| 14 |
+
"StableDiffusionTemplate": {
|
| 15 |
+
"PipelineType": "Locomotion",
|
| 16 |
+
"ModelType": "Base",
|
| 17 |
+
"SampleSize": 512,
|
| 18 |
+
"TokenizerLength": 768,
|
| 19 |
+
"Tokenizer2Limit": 77,
|
| 20 |
+
"ContextSize": 16,
|
| 21 |
+
"Optimization": "None",
|
| 22 |
+
"DiffuserTypes": [
|
| 23 |
+
"TextToVideo",
|
| 24 |
+
"ImageToVideo",
|
| 25 |
+
"VideoToVideo",
|
| 26 |
+
"ControlNet",
|
| 27 |
+
"ControlNetImage",
|
| 28 |
+
"ControlNetVideo"
|
| 29 |
+
],
|
| 30 |
+
"SchedulerDefaults": {
|
| 31 |
+
"SchedulerType": "LCM",
|
| 32 |
+
"Steps": 8,
|
| 33 |
+
"StepsMin": 1,
|
| 34 |
+
"StepsMax": 100,
|
| 35 |
+
"Guidance": 0,
|
| 36 |
+
"GuidanceMin": 1,
|
| 37 |
+
"GuidanceMax": 4,
|
| 38 |
+
"TimestepSpacing": "Trailing",
|
| 39 |
+
"BetaSchedule": "Linear",
|
| 40 |
+
"BetaStart": 0.00085,
|
| 41 |
+
"BetaEnd": 0.012
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"MemoryMin": 6,
|
| 45 |
+
"MemoryMax": 14,
|
| 46 |
+
"DownloadSize": 5.4,
|
| 47 |
+
"Website": "https://huggingface.co/TensorStack",
|
| 48 |
+
"Licence": "https://huggingface.co/spaces/CompVis/stable-diffusion-license",
|
| 49 |
+
"LicenceType": "NonCommercial",
|
| 50 |
+
"IsLicenceAccepted": false,
|
| 51 |
+
"Repository": "https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse",
|
| 52 |
+
"RepositoryOwner": "TensorStack",
|
| 53 |
+
"RepositoryFiles": [
|
| 54 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/controlnet/model.onnx",
|
| 55 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/controlnet/model.onnx.data",
|
| 56 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/flow_estimation/model.onnx",
|
| 57 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/resample/model.onnx",
|
| 58 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/text_encoder/model.onnx",
|
| 59 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/tokenizer/merges.txt",
|
| 60 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/tokenizer/special_tokens_map.json",
|
| 61 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/tokenizer/vocab.json",
|
| 62 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/unet/model.onnx",
|
| 63 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/unet/model.onnx.data",
|
| 64 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/vae_decoder/model.onnx",
|
| 65 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/vae_encoder/model.onnx",
|
| 66 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/amuse_template.json",
|
| 67 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/README.md"
|
| 68 |
+
],
|
| 69 |
+
"PreviewImages": [
|
| 70 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/Sample.png",
|
| 71 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/Sample2.png",
|
| 72 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/Sample3.png",
|
| 73 |
+
"https://huggingface.co/TensorStack/Locomotion-CyberRealistic-amuse/resolve/main/Sample4.png"
|
| 74 |
+
],
|
| 75 |
+
"Tags": [
|
| 76 |
+
]
|
| 77 |
+
}
|
controlnet/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3e59c58f66878c095d3e2864915d0a09c76297dcff03e2e39034267a73d7ab9
|
| 3 |
+
size 2052758
|
controlnet/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b5b4ca7b82e92681edb6745d5fac1127c7bee39b557145511ab84d904a19fbc
|
| 3 |
+
size 2625765120
|
flow_estimation/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76e4cef9ab42fa7dd4e8f6e4aba47462051e3faa969e4bca6479784fbab0ac6f
|
| 3 |
+
size 21458882
|
resample/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09b757accd747d7e423c1d352b3e8f23e77cc5742d04bae958d4eb8082b76fa4
|
| 3 |
+
size 4871181
|
text_encoder/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:691cf5d5f98d66d6296beacd99d58c7df8e51b08a30832f5f7efe18d8552f616
|
| 3 |
+
size 246372136
|
tokenizer/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|startoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|endoftext|>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
tokenizer/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
unet/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c63d4a3d8df0f0b0904bb0312827efea431c57640bc25aa0580f02bb7f172678
|
| 3 |
+
size 2047677
|
unet/model.onnx.data
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b5b4ca7b82e92681edb6745d5fac1127c7bee39b557145511ab84d904a19fbc
|
| 3 |
+
size 2625765120
|
vae_decoder/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89a91620fdf472a7e1106b1aa41f8494f49487e7b3c1cf76a82436bfe1f0c74c
|
| 3 |
+
size 99095311
|
vae_encoder/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c20c585e67b306eafea23c25d26ef0233b2dd1860a7520037de4b67c923750fe
|
| 3 |
+
size 68432125
|