Upload 15 files
Browse files- .gitattributes +5 -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 +68 -0
- controlnet/model.onnx +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
- vae_decoder/model.onnx +3 -0
- vae_encoder/model.onnx +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ 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 |
+
Icon.png 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
|
Icon.png
ADDED
![]() |
Git LFS Details
|
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AIrtist Photo MAL Realistic - Onnx DirectML Optimized
|
2 |
+
|
3 |
+
## Original Model
|
4 |
+
https://civitai.com/models/229332/airtist-photo-mal-realistic
|
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,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Id": "EBAC0FD1-1A72-48B0-AAD1-988E59492599",
|
3 |
+
"FileVersion": "1",
|
4 |
+
"Created": "2025-03-08T00:00:00",
|
5 |
+
"IsProtected": false,
|
6 |
+
"Name": "AIrtist Photo Realistic",
|
7 |
+
"ImageIcon": "https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/Icon.png",
|
8 |
+
"Author": "CAIrtist",
|
9 |
+
"Description": "Unleash your imagination effortlessly with Airtist Photo MAL Realistic! Tailored for low-spec systems, this model empowers you to effortlessly create photorealistic images from your mind\u0027s eye. Bypass hardware limitations and dive into a world where your ideas manifest as stunning visual realities. Seamlessly craft lifelike scenes and explore boundless creativity without constraints. Airtist Photo MAL Realistic invites you to unleash your imagination like never before, regardless of your computer\u0027s specs.",
|
10 |
+
"Rank": 4000,
|
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": 3,
|
33 |
+
"GuidanceMin": 0,
|
34 |
+
"GuidanceMax": 20,
|
35 |
+
"TimestepSpacing": "Linspace",
|
36 |
+
"BetaSchedule": "ScaledLinear",
|
37 |
+
"BetaStart": 0.00085,
|
38 |
+
"BetaEnd": 0.012
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"MemoryMin": 0,
|
42 |
+
"MemoryMax": 4.6,
|
43 |
+
"DownloadSize": 4.2,
|
44 |
+
"Website": "https://civitai.com/models/229332/airtist-photo-mal-realistic",
|
45 |
+
"Licence": "https://huggingface.co/spaces/CompVis/stable-diffusion-license",
|
46 |
+
"LicenceType": "NonCommercial",
|
47 |
+
"IsLicenceAccepted": false,
|
48 |
+
"Repository": "https://huggingface.co/TensorStack/AirtistPhoto-amuse",
|
49 |
+
"RepositoryFiles": [
|
50 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/controlnet/model.onnx",
|
51 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/text_encoder/model.onnx",
|
52 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/tokenizer/merges.txt",
|
53 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/tokenizer/special_tokens_map.json",
|
54 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/tokenizer/vocab.json",
|
55 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/unet/model.onnx",
|
56 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/vae_decoder/model.onnx",
|
57 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/vae_encoder/model.onnx",
|
58 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/amuse_template.json",
|
59 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/README.md"
|
60 |
+
],
|
61 |
+
"PreviewImages": [
|
62 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/Sample.png",
|
63 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/Sample2.png",
|
64 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/Sample3.png",
|
65 |
+
"https://huggingface.co/TensorStack/AirtistPhoto-amuse/resolve/main/Sample4.png"
|
66 |
+
],
|
67 |
+
"Tags": []
|
68 |
+
}
|
controlnet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdee4fbc5dd55eb2f925e5f680e318fbf02cd31658a6e41f4b27fca564600e4b
|
3 |
+
size 1719498350
|
text_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e36cb679ae2a6184fbe2d0ce8492074b59c3d1b805080d4b373e6d8d30f9d76
|
3 |
+
size 246481009
|
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:5c3738f1493b69f869c19e5b16d092f134aa394a5d25ca6f8eb6a5d90b949dbe
|
3 |
+
size 1719493398
|
vae_decoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:801f4997c7179aa1c85fb1ab9571c5b91bb95061082753822b6b83210065d37f
|
3 |
+
size 99039368
|
vae_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50f0d75fe263a7b227f0d860206d49ab132d3871c6e1ca99345cfec980346968
|
3 |
+
size 68391895
|