Androidonnxfork
commited on
Commit
•
02ebae6
1
Parent(s):
6f90c72
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- fp16fullonnxsdquantized/ICBINP/model_index.json +37 -0
- fp16fullonnxsdquantized/ICBINP/scheduler/scheduler_config.json +24 -0
- fp16fullonnxsdquantized/ICBINP/text_encoder/model.onnx +3 -0
- fp16fullonnxsdquantized/ICBINP/tokenizer/merges.txt +0 -0
- fp16fullonnxsdquantized/ICBINP/tokenizer/special_tokens_map.json +24 -0
- fp16fullonnxsdquantized/ICBINP/tokenizer/tokenizer_config.json +33 -0
- fp16fullonnxsdquantized/ICBINP/tokenizer/vocab.json +0 -0
- fp16fullonnxsdquantized/ICBINP/unet/model.onnx +3 -0
- fp16fullonnxsdquantized/ICBINP/unet/model.onnx.data +3 -0
- fp16fullonnxsdquantized/ICBINP/vae_decoder/model.onnx +3 -0
- fp16fullonnxsdquantized/ICBINP/vae_encoder/model.onnx +3 -0
.gitattributes
CHANGED
@@ -98,3 +98,4 @@ fp16fullonnxsdquantized_in_ort/Never-ending-dream(NED(vae))/vae_decoder/model.or
|
|
98 |
fp16fullonnxsdquantized_in_ort/Never-ending-dream(NED(vae))/vae_decoder/model.with_runtime_opt.ort filter=lfs diff=lfs merge=lfs -text
|
99 |
fp16fullonnxsdquantized_in_ort/Never-ending-dream(NED(vae))/vae_encoder/model.ort filter=lfs diff=lfs merge=lfs -text
|
100 |
fp16fullonnxsdquantized_in_ort/Never-ending-dream(NED(vae))/vae_encoder/model.with_runtime_opt.ort filter=lfs diff=lfs merge=lfs -text
|
|
|
|
98 |
fp16fullonnxsdquantized_in_ort/Never-ending-dream(NED(vae))/vae_decoder/model.with_runtime_opt.ort filter=lfs diff=lfs merge=lfs -text
|
99 |
fp16fullonnxsdquantized_in_ort/Never-ending-dream(NED(vae))/vae_encoder/model.ort filter=lfs diff=lfs merge=lfs -text
|
100 |
fp16fullonnxsdquantized_in_ort/Never-ending-dream(NED(vae))/vae_encoder/model.with_runtime_opt.ort filter=lfs diff=lfs merge=lfs -text
|
101 |
+
fp16fullonnxsdquantized/ICBINP/unet/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
fp16fullonnxsdquantized/ICBINP/model_index.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "OnnxStableDiffusionPipeline",
|
3 |
+
"_diffusers_version": "0.19.0.dev0",
|
4 |
+
"feature_extractor": [
|
5 |
+
null,
|
6 |
+
null
|
7 |
+
],
|
8 |
+
"requires_safety_checker": false,
|
9 |
+
"safety_checker": [
|
10 |
+
null,
|
11 |
+
null
|
12 |
+
],
|
13 |
+
"scheduler": [
|
14 |
+
"diffusers",
|
15 |
+
"DPMSolverMultistepScheduler"
|
16 |
+
],
|
17 |
+
"text_encoder": [
|
18 |
+
"diffusers",
|
19 |
+
"OnnxRuntimeModel"
|
20 |
+
],
|
21 |
+
"tokenizer": [
|
22 |
+
"transformers",
|
23 |
+
"CLIPTokenizer"
|
24 |
+
],
|
25 |
+
"unet": [
|
26 |
+
"diffusers",
|
27 |
+
"OnnxRuntimeModel"
|
28 |
+
],
|
29 |
+
"vae_decoder": [
|
30 |
+
"diffusers",
|
31 |
+
"OnnxRuntimeModel"
|
32 |
+
],
|
33 |
+
"vae_encoder": [
|
34 |
+
"diffusers",
|
35 |
+
"OnnxRuntimeModel"
|
36 |
+
]
|
37 |
+
}
|
fp16fullonnxsdquantized/ICBINP/scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DPMSolverMultistepScheduler",
|
3 |
+
"_diffusers_version": "0.19.0.dev0",
|
4 |
+
"algorithm_type": "dpmsolver++",
|
5 |
+
"beta_end": 0.012,
|
6 |
+
"beta_schedule": "scaled_linear",
|
7 |
+
"beta_start": 0.00085,
|
8 |
+
"clip_sample": false,
|
9 |
+
"dynamic_thresholding_ratio": 0.995,
|
10 |
+
"lambda_min_clipped": -Infinity,
|
11 |
+
"lower_order_final": true,
|
12 |
+
"num_train_timesteps": 1000,
|
13 |
+
"prediction_type": "epsilon",
|
14 |
+
"sample_max_value": 1.0,
|
15 |
+
"set_alpha_to_one": false,
|
16 |
+
"solver_order": 2,
|
17 |
+
"solver_type": "midpoint",
|
18 |
+
"steps_offset": 1,
|
19 |
+
"thresholding": false,
|
20 |
+
"timestep_spacing": "linspace",
|
21 |
+
"trained_betas": null,
|
22 |
+
"use_karras_sigmas": false,
|
23 |
+
"variance_type": null
|
24 |
+
}
|
fp16fullonnxsdquantized/ICBINP/text_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c59af09b17d93d835ec98193424aa14e7c481111dbbdfe4483ce05eb32bd1f0
|
3 |
+
size 124315311
|
fp16fullonnxsdquantized/ICBINP/tokenizer/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
fp16fullonnxsdquantized/ICBINP/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 |
+
}
|
fp16fullonnxsdquantized/ICBINP/tokenizer/tokenizer_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": {
|
4 |
+
"__type": "AddedToken",
|
5 |
+
"content": "<|startoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false
|
10 |
+
},
|
11 |
+
"clean_up_tokenization_spaces": true,
|
12 |
+
"do_lower_case": true,
|
13 |
+
"eos_token": {
|
14 |
+
"__type": "AddedToken",
|
15 |
+
"content": "<|endoftext|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false
|
20 |
+
},
|
21 |
+
"errors": "replace",
|
22 |
+
"model_max_length": 77,
|
23 |
+
"pad_token": "<|endoftext|>",
|
24 |
+
"tokenizer_class": "CLIPTokenizer",
|
25 |
+
"unk_token": {
|
26 |
+
"__type": "AddedToken",
|
27 |
+
"content": "<|endoftext|>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": true,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
}
|
33 |
+
}
|
fp16fullonnxsdquantized/ICBINP/tokenizer/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
fp16fullonnxsdquantized/ICBINP/unet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcb2216b7d2854b78af77c1bd794b365c2f895ece14632df7931d5baed5c7ca1
|
3 |
+
size 17745983
|
fp16fullonnxsdquantized/ICBINP/unet/model.onnx.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e2f6031a4f5e84bdde24f438f9528d1575daaab8da93b7dcbe693af07e3809f
|
3 |
+
size 860852480
|
fp16fullonnxsdquantized/ICBINP/vae_decoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8257aae1723d47f35ed1f71376a135c264e49418dd5ebc9ea2ecc85743fb8f7e
|
3 |
+
size 49818164
|
fp16fullonnxsdquantized/ICBINP/vae_encoder/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7667d740770c34f5f44610bad928fb71b880ef84b00c0a32c68562ceca068456
|
3 |
+
size 34424514
|