Upload 17 files
Browse files- .gitattributes +6 -0
- Icon.png +0 -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
- 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,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 |
+
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 |
+
unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
Icon.png
ADDED
![]() |
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Stable-Diffusion v1.5 - Onnx DirectML Optimized
|
2 |
+
|
3 |
+
## Original Model
|
4 |
+
https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5
|
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": "A1584937-A609-4AC0-BD77-6DC9C3835E82",
|
3 |
+
"FileVersion": "1",
|
4 |
+
"Created": "2025-03-05T00:00:00",
|
5 |
+
"IsProtected": false,
|
6 |
+
"Name": "Stable Diffusion",
|
7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/Icon.png",
|
8 |
+
"Author": "RunwayML",
|
9 |
+
"Description": "Stable Diffusion is a text-to-image latent diffusion model created by the researchers and engineers from CompVis, Stability AI and LAION. It is trained on 512x512 images from a subset of the LAION-5B database. LAION-5B is the largest, freely accessible multi-modal dataset that currently exists.",
|
10 |
+
"Rank": 400,
|
11 |
+
"Group": "Online",
|
12 |
+
"Template": "SD",
|
13 |
+
"Category": "StableDiffusion",
|
14 |
+
"StableDiffusionTemplate": {
|
15 |
+
"PipelineType": "StableDiffusion",
|
16 |
+
"ModelType": "Base",
|
17 |
+
"SampleSize": 512,
|
18 |
+
"TokenizerLength": 768,
|
19 |
+
"Tokenizer2Limit": 77,
|
20 |
+
"DiffuserTypes": [
|
21 |
+
"TextToImage",
|
22 |
+
"ImageToImage",
|
23 |
+
"ImageInpaintLegacy",
|
24 |
+
"ControlNet",
|
25 |
+
"ControlNetImage"
|
26 |
+
],
|
27 |
+
"SchedulerDefaults": {
|
28 |
+
"SchedulerType": "EulerAncestral",
|
29 |
+
"Steps": 30,
|
30 |
+
"StepsMin": 4,
|
31 |
+
"StepsMax": 100,
|
32 |
+
"Guidance": 7.5,
|
33 |
+
"GuidanceMin": 1,
|
34 |
+
"GuidanceMax": 30,
|
35 |
+
"TimestepSpacing": "Linspace",
|
36 |
+
"BetaSchedule": "ScaledLinear",
|
37 |
+
"BetaStart": 0.00085,
|
38 |
+
"BetaEnd": 0.012
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"MemoryMin": 0,
|
42 |
+
"MemoryMax": 5,
|
43 |
+
"DownloadSize": 3.8,
|
44 |
+
"Website": "https://runwayml.com/",
|
45 |
+
"Licence": "https://huggingface.co/spaces/CompVis/stable-diffusion-license",
|
46 |
+
"LicenceType": "NonCommercial",
|
47 |
+
"IsLicenceAccepted": false,
|
48 |
+
"Repository": "https://huggingface.co/TensorStack/StableDiffusion-amuse",
|
49 |
+
"RepositoryOwner": "TensorStack",
|
50 |
+
"RepositoryFiles": [
|
51 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/controlnet/model.onnx",
|
52 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/controlnet/model.onnx.data",
|
53 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/text_encoder/model.onnx",
|
54 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/tokenizer/merges.txt",
|
55 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/tokenizer/special_tokens_map.json",
|
56 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/tokenizer/vocab.json",
|
57 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/unet/model.onnx",
|
58 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/unet/model.onnx.data",
|
59 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/vae_decoder/model.onnx",
|
60 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/vae_encoder/model.onnx",
|
61 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/amuse_template.json",
|
62 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/README.md"
|
63 |
+
],
|
64 |
+
"PreviewImages": [
|
65 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/Sample.png",
|
66 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/Sample2.png",
|
67 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/Sample3.png",
|
68 |
+
"https://huggingface.co/TensorStack/StableDiffusion-amuse/resolve/main/Sample4.png"
|
69 |
+
],
|
70 |
+
"Tags": [
|
71 |
+
]
|
72 |
+
}
|
controlnet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9329c495f917db2fcc3b8e6ab26ce40051618573acf93025fe01914304bd3210
|
3 |
+
size 461333
|
controlnet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8891e61422b0c5552f519b869f195d1f882424b0a13c2551003dc0b15941ddd7
|
3 |
+
size 1719244800
|
text_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba6eaf2f9e997707da01ad2ccdfa3ab599c11c56388b7b46273b8f63fc06a4ea
|
3 |
+
size 246372128
|
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:1939ebe3b500f8e4feac32e19167aaa0079dfef0c3087615dcda6df95ac0ff17
|
3 |
+
size 455888
|
unet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8891e61422b0c5552f519b869f195d1f882424b0a13c2551003dc0b15941ddd7
|
3 |
+
size 1719244800
|
vae_decoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:306feb7b3aff90835ca5fa0664f887bdb9db5be63d1fccdc8dd4f572775d7bb6
|
3 |
+
size 99095311
|
vae_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c20c585e67b306eafea23c25d26ef0233b2dd1860a7520037de4b67c923750fe
|
3 |
+
size 68432125
|