saddam213 commited on
Commit
5c61ba0
·
verified ·
1 Parent(s): 72bdf18

Upload 22 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,11 @@ 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
+ Icon.png filter=lfs diff=lfs merge=lfs -text
38
+ Sample.png filter=lfs diff=lfs merge=lfs -text
39
+ Sample2.png filter=lfs diff=lfs merge=lfs -text
40
+ Sample3.png filter=lfs diff=lfs merge=lfs -text
41
+ Sample4.png filter=lfs diff=lfs merge=lfs -text
42
+ text_encoder_2/model.onnx.data filter=lfs diff=lfs merge=lfs -text
43
+ unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
Icon.png ADDED

Git LFS Details

  • SHA256: c40e1fd4134944bb27e828498ee9dc700de05745ef90232b174438d8fa7d178b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Lightning Fusion XL - Onnx DirectML Optimized
2
+
3
+ ## Original Model
4
+ https://civitai.com/models/317816?modelVersionId=398987
5
+
6
+ ## Amuse
7
+ https://www.amuse-ai.com/
Sample.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 3426f7422ff7bc54c1b110a25effa4d1588f420c637c5511fb44d57be1129cda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
Sample3.png ADDED

Git LFS Details

  • SHA256: 20baab8c4ce7141786c91c0c1bcc41f002956ea50b36b9ecd9c89828fb508f22
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
Sample4.png ADDED

Git LFS Details

  • SHA256: 503c2fe50f6da18969d3f74277b310ace80b633a9e6f062d9101a1e9ec057ee7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
amuse_template.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Id": "E67E5BFE-7759-47E6-A450-A905D9384E20",
3
+ "FileVersion": "1",
4
+ "Created": "2025-03-08T00:00:00",
5
+ "IsProtected": false,
6
+ "Name": "Lightning Fusion XL",
7
+ "ImageIcon": "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/Icon.png",
8
+ "Author": "moxie1776",
9
+ "Description": "Moxie Diffusion, and Moxie Fusion also have lightning versions :) (multiple versions, and also some turbo versions). I am linking the latest lighting versions of each. ",
10
+ "Rank": 6000,
11
+ "Group": "Online",
12
+ "Template": "SDXL-Lightning",
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": "EulerAncestral",
27
+ "Steps": 8,
28
+ "StepsMin": 4,
29
+ "StepsMax": 30,
30
+ "Guidance": 2,
31
+ "GuidanceMin": 1,
32
+ "GuidanceMax": 10,
33
+ "TimestepSpacing": "Trailing",
34
+ "BetaSchedule": "ScaledLinear",
35
+ "BetaStart": 0.0009,
36
+ "BetaEnd": 0.0135,
37
+ "UseKarrasSigmas": true
38
+ }
39
+ },
40
+ "MemoryMin": 6,
41
+ "MemoryMax": 14,
42
+ "DownloadSize": 11.2,
43
+ "Website": "https://civitai.com/models/317816?modelVersionId=398987",
44
+ "Licence": "https://github.com/Stability-AI/generative-models/blob/main/model_licenses/LICENSE-SDXL1.0",
45
+ "LicenceType": "NonCommercial",
46
+ "IsLicenceAccepted": false,
47
+ "Repository": "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse",
48
+ "RepositoryFiles": [
49
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/controlnet/model.onnx",
50
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/controlnet/model.onnx.data",
51
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/text_encoder/model.onnx",
52
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/text_encoder_2/model.onnx",
53
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/text_encoder_2/model.onnx.data",
54
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/tokenizer/merges.txt",
55
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/tokenizer/special_tokens_map.json",
56
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/tokenizer/vocab.json",
57
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/tokenizer_2/merges.txt",
58
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/tokenizer_2/special_tokens_map.json",
59
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/tokenizer_2/vocab.json",
60
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/unet/model.onnx",
61
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/unet/model.onnx.data",
62
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/vae_decoder/model.onnx",
63
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/vae_encoder/model.onnx",
64
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/amuse_template.json",
65
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/README.md"
66
+ ],
67
+ "PreviewImages": [
68
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/Sample.png",
69
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/Sample2.png",
70
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/Sample3.png",
71
+ "https://huggingface.co/TensorStack/Lightning-Fusion-XL-amuse/resolve/main/Sample4.png"
72
+ ],
73
+ "Tags": []
74
+ }
controlnet/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d45dc4f62a6ba29802582ec31317bc9ef3c7695e75a142d622b8f8b77acea0
3
+ size 766197
controlnet/model.onnx.data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cb1ed31476ffc31d0d088557f78c605b16aef32e17e7a3850051e4087fcb657
3
+ size 5135092480
text_encoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65989563e5a2168c0d19e82f5f38a2daf3b03c095c3b563e6b4592648d6bbbb8
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:37de1e12e520f23e83cb7e9b966c3e7de26adf1da2e7766bfc6059efd5f4584d
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:d68c0f0ec93cea6ed0a865f943792cff0fb3244232b1a28475c857b9cc86f72d
3
+ size 762024
unet/model.onnx.data ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cb1ed31476ffc31d0d088557f78c605b16aef32e17e7a3850051e4087fcb657
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