Upload 21 files
Browse files- .gitattributes +7 -0
- Icon.png +3 -0
- README.md +7 -0
- Sample.png +3 -0
- Sample2.png +3 -0
- Sample3.png +3 -0
- Sample4.png +3 -0
- amuse_template.json +72 -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,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 |
+
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 |
+
unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
Icon.png
ADDED
![]() |
Git LFS Details
|
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Zavy Chroma XL v8 - Onnx DirectML Optimized
|
2 |
+
|
3 |
+
## Original Model
|
4 |
+
https://civitai.com/models/119229?modelVersionId=563988
|
5 |
+
|
6 |
+
## Amuse
|
7 |
+
https://www.amuse-ai.com/
|
Sample.png
ADDED
![]() |
Git LFS Details
|
Sample2.png
ADDED
![]() |
Git LFS Details
|
Sample3.png
ADDED
![]() |
Git LFS Details
|
Sample4.png
ADDED
![]() |
Git LFS Details
|
amuse_template.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Id": "1334F2C8-EA7F-4F98-9B9E-69654E7307C5",
|
3 |
+
"FileVersion": "1",
|
4 |
+
"Created": "2025-03-08T00:00:00",
|
5 |
+
"IsProtected": false,
|
6 |
+
"Name": "Zavy Chroma XL",
|
7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/Icon.png",
|
8 |
+
"Author": "Zavy",
|
9 |
+
"Description": "A model line that should be a continuance of the ZavyMix SD1.5 model for SDXL. The primary focus is to get a similar feeling in style and uniqueness that model had, where it\u0027s good at merging magic with realism, really merging them together seamlessly. Of course with the evolution to SDXL this model should have better quality and coherance for a lot of things, including the eyes and teeth than the SD1.5 models. This model has no need to use the refiner for great results, in fact it usually is preferable to not use the refiner. Recommended to use ultimate SD upscaler to get the most amazing results.",
|
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": "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.012
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"MemoryMin": 6,
|
40 |
+
"MemoryMax": 14,
|
41 |
+
"DownloadSize": 11.2,
|
42 |
+
"Website": "https://civitai.com/models/119229",
|
43 |
+
"Licence": "https://github.com/Stability-AI/generative-models/blob/main/model_licenses/LICENSE-SDXL1.0",
|
44 |
+
"LicenceType": "NonCommercial",
|
45 |
+
"IsLicenceAccepted": false,
|
46 |
+
"Repository": "https://huggingface.co/TensorStack/ZavyChroma-XL-amuse",
|
47 |
+
"RepositoryFiles": [
|
48 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/controlnet/model.onnx",
|
49 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/controlnet/model.onnx.data",
|
50 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/text_encoder/model.onnx",
|
51 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/text_encoder_2/model.onnx",
|
52 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/tokenizer/merges.txt",
|
53 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/tokenizer/special_tokens_map.json",
|
54 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/tokenizer/vocab.json",
|
55 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/tokenizer_2/merges.txt",
|
56 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/tokenizer_2/special_tokens_map.json",
|
57 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/tokenizer_2/vocab.json",
|
58 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/unet/model.onnx",
|
59 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/unet/model.onnx.data",
|
60 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/vae_decoder/model.onnx",
|
61 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/vae_encoder/model.onnx",
|
62 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/amuse_template.json",
|
63 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/README.md"
|
64 |
+
],
|
65 |
+
"PreviewImages": [
|
66 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/Sample.png",
|
67 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/Sample2.png",
|
68 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/Sample3.png",
|
69 |
+
"https://huggingface.co/TensorStack/ZavyChroma-XL-amuse/resolve/main/Sample4.png"
|
70 |
+
],
|
71 |
+
"Tags": []
|
72 |
+
}
|
controlnet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:921a14a1a653309db5c3a745b36c4fe5ab2c48042261937cf07b6e96b5d71709
|
3 |
+
size 1244445
|
controlnet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c79714a0888f675cba0ff2c09038988d6b217a0ece8b8ea9e6a3dfe90dc0fbaf
|
3 |
+
size 5134903040
|
text_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1099affd7f5ed3c2a3a6bb8497fc28b1e65b691ca08a3ab6d503f9660e367e8c
|
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:400190e46fbba5abda50dc14fbcee398d5065b2b9fb810c5b8542b2d54e4c30a
|
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:b889103346f57b74e1ec5bff31ed5bb2996a84041f77803b57d3e89cf494b7a4
|
3 |
+
size 1243302
|
unet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c79714a0888f675cba0ff2c09038988d6b217a0ece8b8ea9e6a3dfe90dc0fbaf
|
3 |
+
size 5134903040
|
vae_decoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a7cb0d81e06e0cc66a98d56535935c5d6b006eb4434762e005f10c8fbb93564
|
3 |
+
size 99039368
|
vae_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa6abcdede393af300d0976d2822d07eea516b242e088c2fd8f418c5d3b4a6bf
|
3 |
+
size 68391895
|