saddam213 commited on
Commit
65719ba
·
verified ·
1 Parent(s): ccb1f50

Upload 22 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,10 @@ 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
+ Sample.png filter=lfs diff=lfs merge=lfs -text
38
+ Sample2.png filter=lfs diff=lfs merge=lfs -text
39
+ Sample3.png filter=lfs diff=lfs merge=lfs -text
40
+ Sample4.png filter=lfs diff=lfs merge=lfs -text
41
+ text_encoder_2/model.onnx.data filter=lfs diff=lfs merge=lfs -text
42
+ unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
Icon.png ADDED
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Stable-Diffusion XL - Onnx DirectML Optimized
2
+
3
+ ## Original Model
4
+ https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
5
+
6
+ ## Amuse
7
+ https://www.amuse-ai.com/
Sample.png ADDED

Git LFS Details

  • SHA256: 97e698d4ff7fa036bd90775b2597b945532d24f4e933e06e2079058ff8e954d7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
Sample2.png ADDED

Git LFS Details

  • SHA256: e9c631436cd351a37078050766a853f881f486785a7ce26337c079a27836467a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
Sample3.png ADDED

Git LFS Details

  • SHA256: fab0578589fac48a1ad63ff5d436d35af1c337fed7464a91851e0fd358f83182
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
Sample4.png ADDED

Git LFS Details

  • SHA256: 2ea24125d6d69d5421382f0c06845da0f9fde35b8df88300975b61d12f7910ec
  • Pointer size: 132 Bytes
  • Size of remote file: 1.99 MB
amuse_template.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "4642CE9A-EA60-4507-A355-9636F1D32B90",
3
+ "FileVersion": "1",
4
+ "Created": "2025-03-05T00:00:00",
5
+ "IsProtected": true,
6
+ "Name": "StableDiffusion XL",
7
+ "ImageIcon": "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/Icon.png",
8
+ "Author": "Stability AI",
9
+ "Description": "StableDiffusion XL consists of an ensemble of experts pipeline for latent diffusion: In a first step, the base model is used to generate (noisy) latents, which are then further processed with a refinement model (available here: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/) specialized for the final denoising steps.",
10
+ "Rank": 102,
11
+ "Group": "Online",
12
+ "Template": "SDXL",
13
+ "Category": "StableDiffusion",
14
+ "StableDiffusionTemplate": {
15
+ "PipelineType": "StableDiffusionXL",
16
+ "ModelType": "Base",
17
+ "SampleSize": 1024,
18
+ "TokenizerLength": 768,
19
+ "Tokenizer2Limit": 77,
20
+ "DiffuserTypes": [
21
+ "TextToImage",
22
+ "ImageToImage",
23
+ "ImageInpaintLegacy"
24
+ ],
25
+ "SchedulerDefaults": {
26
+ "SchedulerType": "DDPM",
27
+ "Steps": 30,
28
+ "StepsMin": 4,
29
+ "StepsMax": 100,
30
+ "Guidance": 5,
31
+ "GuidanceMin": 1,
32
+ "GuidanceMax": 30,
33
+ "TimestepSpacing": "Trailing",
34
+ "BetaSchedule": "ScaledLinear",
35
+ "BetaStart": 0.00085,
36
+ "BetaEnd": 0.011
37
+ }
38
+ },
39
+ "MemoryMin": 6,
40
+ "MemoryMax": 16,
41
+ "DownloadSize": 11.2,
42
+ "Website": "https://stability.ai",
43
+ "Licence": "https://stability.ai/community-license-agreement",
44
+ "LicenceType": "NonCommercial",
45
+ "IsLicenceAccepted": false,
46
+ "Repository": "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse",
47
+ "RepositoryOwner": "TensorStack",
48
+ "RepositoryFiles": [
49
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/controlnet/model.onnx",
50
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/controlnet/model.onnx.data",
51
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/text_encoder/model.onnx",
52
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/text_encoder_2/model.onnx",
53
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/tokenizer/merges.txt",
54
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/tokenizer/special_tokens_map.json",
55
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/tokenizer/vocab.json",
56
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/tokenizer_2/merges.txt",
57
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/tokenizer_2/special_tokens_map.json",
58
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/tokenizer_2/vocab.json",
59
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/unet/model.onnx",
60
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/unet/model.onnx.data",
61
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/vae_decoder/model.onnx",
62
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/vae_encoder/model.onnx",
63
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/amuse_template.json",
64
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/README.md"
65
+ ],
66
+ "PreviewImages": [
67
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/Sample.png",
68
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/Sample2.png",
69
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/Sample3.png",
70
+ "https://huggingface.co/TensorStack/Stable-Diffusion-XL-amuse/resolve/main/Sample4.png"
71
+ ],
72
+ "Tags": [
73
+ ]
74
+ }
controlnet/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71405a1085b4ef1379f36ee5b650071d866cab4823206d1651bc0dbcd3e83da5
3
+ size 766197
controlnet/model.onnx.data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:773689a5a617bab58c7ce07ae9506f87f1c0b4b02f8d401c22e98d86ab784d42
3
+ size 5135092480
text_encoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d08ac3785c984816486db824e3620804648e50536771a5c5f21945c6aaa21285
3
+ size 246372136
text_encoder_2/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f27e32ff9931444cb9f83970d7960a08e08d1916a8eca39bd67184018910d416
3
+ size 689646
text_encoder_2/model.onnx.data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81330f8daecb663019d641658449d3d76205d90c2207356b9cccf1a427214c12
3
+ size 1389319680
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
 
tokenizer_2/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_2/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": "!",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer_2/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:5fcb187bec94585d0ac3189f404a3a0396a943ba9e7934fadb6ad582ec4cbfa1
3
+ size 762024
unet/model.onnx.data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:773689a5a617bab58c7ce07ae9506f87f1c0b4b02f8d401c22e98d86ab784d42
3
+ size 5135092480
vae_decoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95b20bca52ee805ed2dec4ac7d0f4f0312e4ff5a524ee42f4a0d638946b89998
3
+ size 99095311
vae_encoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:587dafbabca84f247710ba9ca318062641b4b606d58996584233e55a24a2e2ba
3
+ size 68432125