Upload 15 files
Browse files- .gitattributes +2 -0
- Icon.png +0 -0
- README.md +4 -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,4 @@ | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            # Locomotion - Onnx DirectML Optimized 
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            ## Amuse 
         | 
| 4 | 
            +
            https://www.amuse-ai.com/
         | 
    	
        amuse_template.json
    ADDED
    
    | @@ -0,0 +1,77 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "Id": "577D8769-18C1-4CFA-9B76-2FE2DCE71DA8",
         | 
| 3 | 
            +
              "FileVersion": "1",
         | 
| 4 | 
            +
              "Created": "2025-03-05T00:00:00",
         | 
| 5 | 
            +
              "IsProtected": false,
         | 
| 6 | 
            +
              "Name": "Locomotion",
         | 
| 7 | 
            +
              "ImageIcon": "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/Icon.png",
         | 
| 8 | 
            +
              "Author": "TensorStack",
         | 
| 9 | 
            +
              "Description": "Locomotion is an experimental StableDiffusion motion generator",
         | 
| 10 | 
            +
              "Rank": 200,
         | 
| 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-amuse",
         | 
| 52 | 
            +
              "RepositoryOwner": "TensorStack",
         | 
| 53 | 
            +
              "RepositoryFiles": [
         | 
| 54 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/controlnet/model.onnx",
         | 
| 55 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/controlnet/model.onnx.data",
         | 
| 56 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/flow_estimation/model.onnx",
         | 
| 57 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/resample/model.onnx",
         | 
| 58 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/text_encoder/model.onnx",
         | 
| 59 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/tokenizer/merges.txt",
         | 
| 60 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/tokenizer/special_tokens_map.json",
         | 
| 61 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/tokenizer/vocab.json",
         | 
| 62 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/unet/model.onnx",
         | 
| 63 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/unet/model.onnx.data",
         | 
| 64 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/vae_decoder/model.onnx",
         | 
| 65 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/vae_encoder/model.onnx",
         | 
| 66 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/amuse_template.json",
         | 
| 67 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/README.md"
         | 
| 68 | 
            +
              ],
         | 
| 69 | 
            +
              "PreviewImages": [
         | 
| 70 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/Sample.png",
         | 
| 71 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/Sample2.png",
         | 
| 72 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-amuse/resolve/main/Sample3.png",
         | 
| 73 | 
            +
                "https://huggingface.co/TensorStack/Locomotion-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:dd43d1180196ce7dcb1b26f4354aeee1e2eedf72f234836a57e333853ca6caca
         | 
| 3 | 
            +
            size 2052758
         | 
    	
        controlnet/model.onnx.data
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:b7191d7af0894e37cefe4be0162a9ce6ac37ce4588835493fcdeadb908447d7f
         | 
| 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:3fc27819835378b91c454c30d9241112a85d2fa20a7f30cd5687cc31378ab224
         | 
| 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:e7743aed3bd2348c2bbad6cc9f69fdc8e4b9691b0510adfbd9f4c7bd1b1ba3a1
         | 
| 3 | 
            +
            size 2047677
         | 
    	
        unet/model.onnx.data
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:b7191d7af0894e37cefe4be0162a9ce6ac37ce4588835493fcdeadb908447d7f
         | 
| 3 | 
            +
            size 2625765120
         | 
    	
        vae_decoder/model.onnx
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:e3f84965facc58697525726a9e80f684e0e168cfde42ebcb1345c47f15365025
         | 
| 3 | 
            +
            size 99095311
         | 
    	
        vae_encoder/model.onnx
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:c4e877b4a9df8e4f607309a4f86aa1b23b0c4b5e7e11c6879bb23a345da32727
         | 
| 3 | 
            +
            size 68432125
         | 

