Androidonnxfork commited on
Commit
c4c9693
1 Parent(s): f704400

Upload folder using huggingface_hub

Browse files
Files changed (20) hide show
  1. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/model_index.json +37 -0
  2. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/scheduler/scheduler_config.json +24 -0
  3. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/text_encoder/model.onnx +1 -1
  4. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/tokenizer/merges.txt +0 -0
  5. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/tokenizer/special_tokens_map.json +24 -0
  6. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/tokenizer/tokenizer_config.json +33 -0
  7. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/tokenizer/vocab.json +0 -0
  8. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/unet/model.onnx +2 -2
  9. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/vae_decoder/model.onnx +3 -0
  10. fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/vae_encoder/model.onnx +3 -0
  11. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/model_index.json +37 -0
  12. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/scheduler/scheduler_config.json +24 -0
  13. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/text_encoder/model.onnx +1 -1
  14. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/tokenizer/merges.txt +0 -0
  15. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/tokenizer/special_tokens_map.json +24 -0
  16. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/tokenizer/tokenizer_config.json +33 -0
  17. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/tokenizer/vocab.json +0 -0
  18. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/unet/model.onnx +2 -2
  19. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/vae_decoder/model.onnx +3 -0
  20. fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/vae_encoder/model.onnx +3 -0
fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/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/revAnimated,ghostmix/ghostmix*/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/revAnimated,ghostmix/ghostmix*/text_encoder/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01e45453c03d3fa045c50c40899764d4b54cb60aa77d1621c7df00bae536ff40
3
  size 124315311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3415de2dd20b96f6eea3b9331d334dad8c343aa9c47fbc7c8260ef738faab020
3
  size 124315311
fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/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/revAnimated,ghostmix/ghostmix*/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/revAnimated,ghostmix/ghostmix*/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/unet/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73409ccbfb27a6f9553ebe26126926c2e36f6498d4f5d00333fbe44f6b1c56a9
3
- size 17745692
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9ebf5a90003a37612b25da2e95be77483ac663701680ed078af1e296d20ac1
3
+ size 17745983
fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/vae_decoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:217e541538a8412cc8f228b451b46fc2b053a18204c1f29d554ca56da8f60603
3
+ size 49818164
fp16fullonnxsdquantized/revAnimated,ghostmix/ghostmix*/vae_encoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94eca5bcbe1bd4841bb32670547b4aa085ac83f2741bf442a47e87fac0f7a6f3
3
+ size 34424514
fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/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/revAnimated,ghostmix/revAnimated*/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/revAnimated,ghostmix/revAnimated*/text_encoder/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:703885feabb9e61a575c70c38f72c64bd4df5a0bf0678b32e9dc8a0e68b18b0b
3
  size 124315311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc67b28c649d20a7aa7be4e9f4d1a70ef87d2b5829ee6f153eeaf2eea7312ea3
3
  size 124315311
fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/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/revAnimated,ghostmix/revAnimated*/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/revAnimated,ghostmix/revAnimated*/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/unet/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bb3682c65534147ea12d4ebc334acaef7d73c43f50cea80d43c6e04f4ccaabb
3
- size 17745692
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee0bddecc7c7ddd94658c178554abe4d4b1b503d10c7487213cd7e40a5edcc43
3
+ size 17745983
fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/vae_decoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063480eb207ff8ff3bd11e36c693ec4604123a110553ab644c19e19724d84202
3
+ size 49818164
fp16fullonnxsdquantized/revAnimated,ghostmix/revAnimated*/vae_encoder/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e584eca8daa657c58d1411b992eae1ee1ffa5f9e418c58fb1e81a3ec8c08253
3
+ size 34424514