Upload 21 files
Browse files- .gitattributes +6 -0
- Icon.png +0 -0
- README.md +7 -0
- Sample.png +3 -0
- Sample1.png +3 -0
- Sample2.png +3 -0
- Sample3.png +3 -0
- amuse_template.json +73 -0
- controlnet/model.onnx +3 -0
- controlnet/model.onnx.data +3 -0
- text_encoder/model.onnx +3 -0
- text_encoder_2/model.onnx +3 -0
- tokenizer/merges.txt +0 -0
- tokenizer/special_tokens_map.json +24 -0
- tokenizer/vocab.json +0 -0
- tokenizer_2/merges.txt +0 -0
- tokenizer_2/special_tokens_map.json +24 -0
- tokenizer_2/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,9 @@ 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 |
+
Sample1.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 |
+
unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
Icon.png
ADDED
![]() |
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# SDXL Lightning - Onnx DirectML Optimized
|
2 |
+
|
3 |
+
## Original Model
|
4 |
+
https://huggingface.co/ByteDance/SDXL-Lightning
|
5 |
+
|
6 |
+
## Amuse
|
7 |
+
https://www.amuse-ai.com/
|
Sample.png
ADDED
![]() |
Git LFS Details
|
Sample1.png
ADDED
![]() |
Git LFS Details
|
Sample2.png
ADDED
![]() |
Git LFS Details
|
Sample3.png
ADDED
![]() |
Git LFS Details
|
amuse_template.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Id": "5D5EC784-58AF-4AF7-A186-D2D97B9C7C7C",
|
3 |
+
"FileVersion": "1",
|
4 |
+
"Created": "2025-03-08T00:00:00",
|
5 |
+
"IsProtected": false,
|
6 |
+
"Name": "SDXL Lightning",
|
7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/Icon.png",
|
8 |
+
"Author": "ByteDance",
|
9 |
+
"Description": "SDXL-Lightning is a lightning-fast text-to-image generation model. It can generate high-quality 1024px images in a few steps. For more information, please refer to our research paper: SDXL-Lightning: Progressive Adversarial Diffusion Distillation. We open-source the model as part of the research.",
|
10 |
+
"Rank": 6000,
|
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": "Euler",
|
27 |
+
"Steps": 8,
|
28 |
+
"StepsMin": 8,
|
29 |
+
"StepsMax": 8,
|
30 |
+
"Guidance": 0,
|
31 |
+
"GuidanceMin": 1,
|
32 |
+
"GuidanceMax": 0,
|
33 |
+
"TimestepSpacing": "Leading",
|
34 |
+
"BetaSchedule": "ScaledLinear",
|
35 |
+
"BetaStart": 0.0009,
|
36 |
+
"BetaEnd": 0.0135,
|
37 |
+
"UseKarrasSigmas": true
|
38 |
+
}
|
39 |
+
},
|
40 |
+
"MemoryMin": 6,
|
41 |
+
"MemoryMax": 16,
|
42 |
+
"DownloadSize": 11.2,
|
43 |
+
"Website": "https://www.bytedance.com",
|
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/SDXL-Lightning-amuse",
|
48 |
+
"RepositoryFiles": [
|
49 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/controlnet/model.onnx",
|
50 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/controlnet/model.onnx.data",
|
51 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/text_encoder/model.onnx",
|
52 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/text_encoder_2/model.onnx",
|
53 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/tokenizer/merges.txt",
|
54 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/tokenizer/special_tokens_map.json",
|
55 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/tokenizer/vocab.json",
|
56 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/tokenizer_2/merges.txt",
|
57 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/tokenizer_2/special_tokens_map.json",
|
58 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/tokenizer_2/vocab.json",
|
59 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/unet/model.onnx",
|
60 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/unet/model.onnx.data",
|
61 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/vae_decoder/model.onnx",
|
62 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/vae_encoder/model.onnx",
|
63 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/amuse_template.json",
|
64 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/README.md"
|
65 |
+
],
|
66 |
+
"PreviewImages": [
|
67 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/Sample.png",
|
68 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/Sample2.png",
|
69 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/Sample3.png",
|
70 |
+
"https://huggingface.co/TensorStack/SDXL-Lightning-amuse/resolve/main/Sample4.png"
|
71 |
+
],
|
72 |
+
"Tags": []
|
73 |
+
}
|
controlnet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1425ae01f544fbf82558cde9693299ca56711e3a932b3558cf5d4a4e39828f81
|
3 |
+
size 1244445
|
controlnet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a337d1b2639e207bb85d8cd8c8869dcfab33c95943e0a387ad8ad73b2f4c6a43
|
3 |
+
size 5134903040
|
text_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:111dc5c3c7496047db7e652d82773bed496c2fb08eb94455fcef5df329cfd3da
|
3 |
+
size 246481009
|
text_encoder_2/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91d9d5fa8aba5a29e9585b1b9a20a6575f2b57554be3d7204157bce95359e926
|
3 |
+
size 1390289338
|
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:1746b1e8635e62fae8dc3b13d7d4ee536db11fb1bd16b0affc7bfc67665e25d9
|
3 |
+
size 1243302
|
unet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a337d1b2639e207bb85d8cd8c8869dcfab33c95943e0a387ad8ad73b2f4c6a43
|
3 |
+
size 5134903040
|
vae_decoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fde48d1480cf841e7f09766586b2a29374760ddf6555fa2438b889964af69a0
|
3 |
+
size 99039368
|
vae_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34318031c3460f30d006ecd73ee6079526b0d08b8de6da30e9490ddff50f0fe9
|
3 |
+
size 68391895
|