asdasdasd1234567890 commited on
Commit
f794ad7
·
verified ·
1 Parent(s): 10b5989

Clean up 139 orphaned files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. FLUX.1-dev-bnb-8bit/README.md +0 -84
  2. FLUX.1-dev-bnb-8bit/model_index.json +0 -41
  3. FLUX.1-dev-bnb-8bit/scheduler/scheduler_config.json +0 -18
  4. FLUX.1-dev-bnb-8bit/text_encoder/config.json +0 -24
  5. FLUX.1-dev-bnb-8bit/text_encoder/model.safetensors +0 -3
  6. FLUX.1-dev-bnb-8bit/text_encoder_2/config.json +0 -46
  7. FLUX.1-dev-bnb-8bit/text_encoder_2/model-00001-of-00002.safetensors +0 -3
  8. FLUX.1-dev-bnb-8bit/text_encoder_2/model-00002-of-00002.safetensors +0 -3
  9. FLUX.1-dev-bnb-8bit/text_encoder_2/model.safetensors.index.json +0 -514
  10. FLUX.1-dev-bnb-8bit/tokenizer/merges.txt +0 -0
  11. FLUX.1-dev-bnb-8bit/tokenizer/special_tokens_map.json +0 -30
  12. FLUX.1-dev-bnb-8bit/tokenizer/tokenizer_config.json +0 -31
  13. FLUX.1-dev-bnb-8bit/tokenizer/vocab.json +0 -0
  14. FLUX.1-dev-bnb-8bit/tokenizer_2/special_tokens_map.json +0 -125
  15. FLUX.1-dev-bnb-8bit/tokenizer_2/spiece.model +0 -3
  16. FLUX.1-dev-bnb-8bit/tokenizer_2/tokenizer.json +0 -0
  17. FLUX.1-dev-bnb-8bit/tokenizer_2/tokenizer_config.json +0 -941
  18. FLUX.1-dev-bnb-8bit/transformer/config.json +0 -35
  19. FLUX.1-dev-bnb-8bit/transformer/diffusion_pytorch_model-00001-of-00002.safetensors +0 -3
  20. FLUX.1-dev-bnb-8bit/transformer/diffusion_pytorch_model-00002-of-00002.safetensors +0 -3
  21. FLUX.1-dev-bnb-8bit/transformer/diffusion_pytorch_model.safetensors.index.json +0 -0
  22. FLUX.1-dev-bnb-8bit/vae/config.json +0 -38
  23. FLUX.1-dev-bnb-8bit/vae/diffusion_pytorch_model.safetensors +0 -3
  24. LoliV5-edited/README.md +0 -8
  25. LoliV5-edited/feature_extractor/preprocessor_config.json +0 -28
  26. LoliV5-edited/model_index.json +0 -33
  27. LoliV5-edited/safety_checker/config.json +0 -181
  28. LoliV5-edited/safety_checker/model.safetensors +0 -3
  29. LoliV5-edited/safety_checker/pytorch_model.bin +0 -3
  30. LoliV5-edited/scheduler/scheduler_config.json +0 -14
  31. LoliV5-edited/text_encoder/config.json +0 -25
  32. LoliV5-edited/text_encoder/model.safetensors +0 -3
  33. LoliV5-edited/text_encoder/pytorch_model.bin +0 -3
  34. LoliV5-edited/tokenizer/merges.txt +0 -0
  35. LoliV5-edited/tokenizer/special_tokens_map.json +0 -24
  36. LoliV5-edited/tokenizer/tokenizer_config.json +0 -34
  37. LoliV5-edited/tokenizer/vocab.json +0 -0
  38. LoliV5-edited/unet/config.json +0 -50
  39. LoliV5-edited/unet/diffusion_pytorch_model.bin +0 -3
  40. LoliV5-edited/unet/diffusion_pytorch_model.safetensors +0 -3
  41. LoliV5-edited/vae/config.json +0 -30
  42. LoliV5-edited/vae/diffusion_pytorch_model.bin +0 -3
  43. LoliV5-edited/vae/diffusion_pytorch_model.safetensors +0 -3
  44. Stable-Diffusion-Pokemon-en/README.md +0 -206
  45. Stable-Diffusion-Pokemon-en/en_bird.jpg +0 -0
  46. Stable-Diffusion-Pokemon-en/en_blue_dragon.jpg +0 -0
  47. Stable-Diffusion-Pokemon-en/en_plant.jpg +0 -0
  48. Stable-Diffusion-Pokemon-en/feature_extractor/preprocessor_config.json +0 -20
  49. Stable-Diffusion-Pokemon-en/model_index.json +0 -32
  50. Stable-Diffusion-Pokemon-en/safety_checker/config.json +0 -179
FLUX.1-dev-bnb-8bit/README.md DELETED
@@ -1,84 +0,0 @@
1
- ---
2
- base_model: black-forest-labs/FLUX.1-dev
3
- library_name: diffusers
4
- base_model_relation: quantized
5
- tags:
6
- - quantization
7
- ---
8
-
9
- # Visual comparison of Flux-dev model outputs using BF16 and BnB 8-bit quantization
10
-
11
- <td style="text-align: center;">
12
- BF16<br>
13
- <medium-zoom background="rgba(0,0,0,.7)"><img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/blog/quantization-backends-diffusers/combined_flux-dev_bf16_combined.png" alt="Flux-dev output with BF16: Baroque, Futurist, Noir styles"></medium-zoom>
14
- </td>
15
- <td style="text-align: center;">
16
- BnB 8-bit<br>
17
- <medium-zoom background="rgba(0,0,0,.7)"><img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/blog/quantization-backends-diffusers/combined_flux-dev_bnb_8bit_combined.png" alt="Flux-dev output with BnB 8-bit: Baroque, Futurist, Noir styles"></medium-zoom>
18
- </td>
19
-
20
- # Usage with Diffusers
21
-
22
- To use this quantized FLUX.1 [dev] checkpoint, you need to install the 🧨 diffusers and bitsandbytes library:
23
-
24
- ```
25
- pip install -U diffusers
26
- pip install -U bitsandbytes
27
- ```
28
-
29
- After installing the required library, you can run the following script:
30
-
31
- ```python
32
- from diffusers import FluxPipeline
33
-
34
- pipe = FluxPipeline.from_pretrained(
35
- "diffusers/FLUX.1-dev-bnb-8bit",
36
- torch_dtype=torch.bfloat16
37
- )
38
- pipe.to("cuda")
39
-
40
- prompt = "Baroque style, a lavish palace interior with ornate gilded ceilings, intricate tapestries, and dramatic lighting over a grand staircase."
41
-
42
- pipe_kwargs = {
43
- "prompt": prompt,
44
- "height": 1024,
45
- "width": 1024,
46
- "guidance_scale": 3.5,
47
- "num_inference_steps": 50,
48
- "max_sequence_length": 512,
49
- }
50
-
51
- image = pipe(
52
- **pipe_kwargs, generator=torch.manual_seed(0),
53
- ).images[0]
54
-
55
- image.save("flux.png")
56
- ```
57
-
58
- # How to generate this quantized checkpoint ?
59
-
60
- This checkpoint was created with the following script using "black-forest-labs/FLUX.1-dev" checkpoint:
61
-
62
- ```python
63
-
64
- import torch
65
- from diffusers import FluxPipeline
66
- from diffusers import BitsAndBytesConfig as DiffusersBitsAndBytesConfig
67
- from diffusers.quantizers import PipelineQuantizationConfig
68
- from transformers import BitsAndBytesConfig as TransformersBitsAndBytesConfig
69
-
70
- pipeline_quant_config = PipelineQuantizationConfig(
71
- quant_mapping={
72
- "transformer": DiffusersBitsAndBytesConfig(load_in_8bit=True),
73
- "text_encoder_2": TransformersBitsAndBytesConfig(load_in_8bit=True),
74
- }
75
- )
76
-
77
- pipe = FluxPipeline.from_pretrained(
78
- "black-forest-labs/FLUX.1-dev",
79
- quantization_config=pipeline_quant_config,
80
- torch_dtype=torch.bfloat16
81
- )
82
-
83
- pipe.save_pretrained("FLUX.1-dev-bnb-8bit")
84
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/model_index.json DELETED
@@ -1,41 +0,0 @@
1
- {
2
- "_class_name": "FluxPipeline",
3
- "_diffusers_version": "0.34.0.dev0",
4
- "_name_or_path": "black-forest-labs/FLUX.1-dev",
5
- "feature_extractor": [
6
- null,
7
- null
8
- ],
9
- "image_encoder": [
10
- null,
11
- null
12
- ],
13
- "scheduler": [
14
- "diffusers",
15
- "FlowMatchEulerDiscreteScheduler"
16
- ],
17
- "text_encoder": [
18
- "transformers",
19
- "CLIPTextModel"
20
- ],
21
- "text_encoder_2": [
22
- "transformers",
23
- "T5EncoderModel"
24
- ],
25
- "tokenizer": [
26
- "transformers",
27
- "CLIPTokenizer"
28
- ],
29
- "tokenizer_2": [
30
- "transformers",
31
- "T5TokenizerFast"
32
- ],
33
- "transformer": [
34
- "diffusers",
35
- "FluxTransformer2DModel"
36
- ],
37
- "vae": [
38
- "diffusers",
39
- "AutoencoderKL"
40
- ]
41
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/scheduler/scheduler_config.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "_class_name": "FlowMatchEulerDiscreteScheduler",
3
- "_diffusers_version": "0.34.0.dev0",
4
- "base_image_seq_len": 256,
5
- "base_shift": 0.5,
6
- "invert_sigmas": false,
7
- "max_image_seq_len": 4096,
8
- "max_shift": 1.15,
9
- "num_train_timesteps": 1000,
10
- "shift": 3.0,
11
- "shift_terminal": null,
12
- "stochastic_sampling": false,
13
- "time_shift_type": "exponential",
14
- "use_beta_sigmas": false,
15
- "use_dynamic_shifting": true,
16
- "use_exponential_sigmas": false,
17
- "use_karras_sigmas": false
18
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/text_encoder/config.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "architectures": [
3
- "CLIPTextModel"
4
- ],
5
- "attention_dropout": 0.0,
6
- "bos_token_id": 0,
7
- "dropout": 0.0,
8
- "eos_token_id": 2,
9
- "hidden_act": "quick_gelu",
10
- "hidden_size": 768,
11
- "initializer_factor": 1.0,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 3072,
14
- "layer_norm_eps": 1e-05,
15
- "max_position_embeddings": 77,
16
- "model_type": "clip_text_model",
17
- "num_attention_heads": 12,
18
- "num_hidden_layers": 12,
19
- "pad_token_id": 1,
20
- "projection_dim": 768,
21
- "torch_dtype": "bfloat16",
22
- "transformers_version": "4.52.0.dev0",
23
- "vocab_size": 49408
24
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/text_encoder/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:893d67a23f4693ed42cdab4cbad7fe3e727cf59609c40da28a46b5470f9ed082
3
- size 246144352
 
 
 
 
FLUX.1-dev-bnb-8bit/text_encoder_2/config.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "architectures": [
3
- "T5EncoderModel"
4
- ],
5
- "classifier_dropout": 0.0,
6
- "d_ff": 10240,
7
- "d_kv": 64,
8
- "d_model": 4096,
9
- "decoder_start_token_id": 0,
10
- "dense_act_fn": "gelu_new",
11
- "dropout_rate": 0.1,
12
- "eos_token_id": 1,
13
- "feed_forward_proj": "gated-gelu",
14
- "initializer_factor": 1.0,
15
- "is_encoder_decoder": true,
16
- "is_gated_act": true,
17
- "layer_norm_epsilon": 1e-06,
18
- "model_type": "t5",
19
- "num_decoder_layers": 24,
20
- "num_heads": 64,
21
- "num_layers": 24,
22
- "output_past": true,
23
- "pad_token_id": 0,
24
- "quantization_config": {
25
- "_load_in_4bit": false,
26
- "_load_in_8bit": true,
27
- "bnb_4bit_compute_dtype": "float32",
28
- "bnb_4bit_quant_storage": "uint8",
29
- "bnb_4bit_quant_type": "fp4",
30
- "bnb_4bit_use_double_quant": false,
31
- "llm_int8_enable_fp32_cpu_offload": false,
32
- "llm_int8_has_fp16_weight": false,
33
- "llm_int8_skip_modules": null,
34
- "llm_int8_threshold": 6.0,
35
- "load_in_4bit": false,
36
- "load_in_8bit": true,
37
- "quant_method": "bitsandbytes"
38
- },
39
- "relative_attention_max_distance": 128,
40
- "relative_attention_num_buckets": 32,
41
- "tie_word_embeddings": false,
42
- "torch_dtype": "bfloat16",
43
- "transformers_version": "4.52.0.dev0",
44
- "use_cache": true,
45
- "vocab_size": 32128
46
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/text_encoder_2/model-00001-of-00002.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9c6e8441fadbeb7c877ba1f6c696921da851d7376182fbe368d7d84ef3fb0f0
3
- size 4879418754
 
 
 
 
FLUX.1-dev-bnb-8bit/text_encoder_2/model-00002-of-00002.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fedb3beecf8465407903bc69908639ac0b2dd723f6babe4bc71c00d6fc0221b7
3
- size 3038190502
 
 
 
 
FLUX.1-dev-bnb-8bit/text_encoder_2/model.safetensors.index.json DELETED
@@ -1,514 +0,0 @@
1
- {
2
- "metadata": {
3
- "total_size": 7917547664
4
- },
5
- "weight_map": {
6
- "encoder.block.0.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
7
- "encoder.block.0.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
8
- "encoder.block.0.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
9
- "encoder.block.0.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
10
- "encoder.block.0.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
11
- "encoder.block.0.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
12
- "encoder.block.0.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
13
- "encoder.block.0.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
14
- "encoder.block.0.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
15
- "encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "model-00001-of-00002.safetensors",
16
- "encoder.block.0.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
17
- "encoder.block.0.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
18
- "encoder.block.0.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
19
- "encoder.block.0.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
20
- "encoder.block.0.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
21
- "encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
22
- "encoder.block.0.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
23
- "encoder.block.0.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
24
- "encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
25
- "encoder.block.0.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
26
- "encoder.block.0.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
27
- "encoder.block.0.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
28
- "encoder.block.1.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
29
- "encoder.block.1.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
30
- "encoder.block.1.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
31
- "encoder.block.1.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
32
- "encoder.block.1.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
33
- "encoder.block.1.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
34
- "encoder.block.1.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
35
- "encoder.block.1.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
36
- "encoder.block.1.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
37
- "encoder.block.1.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
38
- "encoder.block.1.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
39
- "encoder.block.1.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
40
- "encoder.block.1.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
41
- "encoder.block.1.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
42
- "encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
43
- "encoder.block.1.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
44
- "encoder.block.1.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
45
- "encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
46
- "encoder.block.1.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
47
- "encoder.block.1.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
48
- "encoder.block.1.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
49
- "encoder.block.10.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
50
- "encoder.block.10.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
51
- "encoder.block.10.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
52
- "encoder.block.10.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
53
- "encoder.block.10.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
54
- "encoder.block.10.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
55
- "encoder.block.10.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
56
- "encoder.block.10.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
57
- "encoder.block.10.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
58
- "encoder.block.10.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
59
- "encoder.block.10.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
60
- "encoder.block.10.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
61
- "encoder.block.10.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
62
- "encoder.block.10.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
63
- "encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
64
- "encoder.block.10.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
65
- "encoder.block.10.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
66
- "encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
67
- "encoder.block.10.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
68
- "encoder.block.10.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
69
- "encoder.block.10.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
70
- "encoder.block.11.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
71
- "encoder.block.11.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
72
- "encoder.block.11.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
73
- "encoder.block.11.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
74
- "encoder.block.11.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
75
- "encoder.block.11.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
76
- "encoder.block.11.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
77
- "encoder.block.11.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
78
- "encoder.block.11.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
79
- "encoder.block.11.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
80
- "encoder.block.11.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
81
- "encoder.block.11.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
82
- "encoder.block.11.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
83
- "encoder.block.11.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
84
- "encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
85
- "encoder.block.11.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
86
- "encoder.block.11.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
87
- "encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
88
- "encoder.block.11.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
89
- "encoder.block.11.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
90
- "encoder.block.11.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
91
- "encoder.block.12.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
92
- "encoder.block.12.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
93
- "encoder.block.12.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
94
- "encoder.block.12.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
95
- "encoder.block.12.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
96
- "encoder.block.12.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
97
- "encoder.block.12.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
98
- "encoder.block.12.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
99
- "encoder.block.12.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
100
- "encoder.block.12.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
101
- "encoder.block.12.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
102
- "encoder.block.12.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
103
- "encoder.block.12.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
104
- "encoder.block.12.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
105
- "encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
106
- "encoder.block.12.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
107
- "encoder.block.12.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
108
- "encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
109
- "encoder.block.12.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
110
- "encoder.block.12.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
111
- "encoder.block.12.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
112
- "encoder.block.13.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
113
- "encoder.block.13.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
114
- "encoder.block.13.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
115
- "encoder.block.13.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
116
- "encoder.block.13.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
117
- "encoder.block.13.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
118
- "encoder.block.13.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
119
- "encoder.block.13.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
120
- "encoder.block.13.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
121
- "encoder.block.13.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
122
- "encoder.block.13.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
123
- "encoder.block.13.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
124
- "encoder.block.13.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
125
- "encoder.block.13.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
126
- "encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
127
- "encoder.block.13.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
128
- "encoder.block.13.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
129
- "encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
130
- "encoder.block.13.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
131
- "encoder.block.13.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
132
- "encoder.block.13.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
133
- "encoder.block.14.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
134
- "encoder.block.14.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
135
- "encoder.block.14.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
136
- "encoder.block.14.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
137
- "encoder.block.14.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
138
- "encoder.block.14.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
139
- "encoder.block.14.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
140
- "encoder.block.14.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
141
- "encoder.block.14.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
142
- "encoder.block.14.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
143
- "encoder.block.14.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
144
- "encoder.block.14.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
145
- "encoder.block.14.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
146
- "encoder.block.14.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
147
- "encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
148
- "encoder.block.14.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
149
- "encoder.block.14.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
150
- "encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
151
- "encoder.block.14.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
152
- "encoder.block.14.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
153
- "encoder.block.14.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
154
- "encoder.block.15.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
155
- "encoder.block.15.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
156
- "encoder.block.15.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
157
- "encoder.block.15.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
158
- "encoder.block.15.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
159
- "encoder.block.15.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
160
- "encoder.block.15.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
161
- "encoder.block.15.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
162
- "encoder.block.15.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
163
- "encoder.block.15.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
164
- "encoder.block.15.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
165
- "encoder.block.15.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
166
- "encoder.block.15.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
167
- "encoder.block.15.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
168
- "encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
169
- "encoder.block.15.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
170
- "encoder.block.15.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
171
- "encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
172
- "encoder.block.15.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
173
- "encoder.block.15.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
174
- "encoder.block.15.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
175
- "encoder.block.16.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
176
- "encoder.block.16.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
177
- "encoder.block.16.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
178
- "encoder.block.16.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
179
- "encoder.block.16.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
180
- "encoder.block.16.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
181
- "encoder.block.16.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
182
- "encoder.block.16.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
183
- "encoder.block.16.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
184
- "encoder.block.16.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
185
- "encoder.block.16.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
186
- "encoder.block.16.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
187
- "encoder.block.16.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
188
- "encoder.block.16.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
189
- "encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
190
- "encoder.block.16.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
191
- "encoder.block.16.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
192
- "encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
193
- "encoder.block.16.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
194
- "encoder.block.16.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
195
- "encoder.block.16.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
196
- "encoder.block.17.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
197
- "encoder.block.17.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
198
- "encoder.block.17.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
199
- "encoder.block.17.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
200
- "encoder.block.17.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
201
- "encoder.block.17.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
202
- "encoder.block.17.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
203
- "encoder.block.17.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
204
- "encoder.block.17.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
205
- "encoder.block.17.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
206
- "encoder.block.17.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
207
- "encoder.block.17.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
208
- "encoder.block.17.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
209
- "encoder.block.17.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
210
- "encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
211
- "encoder.block.17.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
212
- "encoder.block.17.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
213
- "encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
214
- "encoder.block.17.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
215
- "encoder.block.17.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
216
- "encoder.block.17.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
217
- "encoder.block.18.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
218
- "encoder.block.18.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
219
- "encoder.block.18.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
220
- "encoder.block.18.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
221
- "encoder.block.18.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
222
- "encoder.block.18.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
223
- "encoder.block.18.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
224
- "encoder.block.18.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
225
- "encoder.block.18.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
226
- "encoder.block.18.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
227
- "encoder.block.18.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
228
- "encoder.block.18.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
229
- "encoder.block.18.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
230
- "encoder.block.18.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
231
- "encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
232
- "encoder.block.18.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
233
- "encoder.block.18.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
234
- "encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
235
- "encoder.block.18.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
236
- "encoder.block.18.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
237
- "encoder.block.18.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
238
- "encoder.block.19.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
239
- "encoder.block.19.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
240
- "encoder.block.19.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
241
- "encoder.block.19.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
242
- "encoder.block.19.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
243
- "encoder.block.19.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
244
- "encoder.block.19.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
245
- "encoder.block.19.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
246
- "encoder.block.19.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
247
- "encoder.block.19.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
248
- "encoder.block.19.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
249
- "encoder.block.19.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
250
- "encoder.block.19.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
251
- "encoder.block.19.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
252
- "encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
253
- "encoder.block.19.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
254
- "encoder.block.19.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
255
- "encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
256
- "encoder.block.19.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
257
- "encoder.block.19.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
258
- "encoder.block.19.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
259
- "encoder.block.2.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
260
- "encoder.block.2.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
261
- "encoder.block.2.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
262
- "encoder.block.2.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
263
- "encoder.block.2.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
264
- "encoder.block.2.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
265
- "encoder.block.2.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
266
- "encoder.block.2.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
267
- "encoder.block.2.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
268
- "encoder.block.2.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
269
- "encoder.block.2.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
270
- "encoder.block.2.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
271
- "encoder.block.2.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
272
- "encoder.block.2.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
273
- "encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
274
- "encoder.block.2.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
275
- "encoder.block.2.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
276
- "encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
277
- "encoder.block.2.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
278
- "encoder.block.2.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
279
- "encoder.block.2.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
280
- "encoder.block.20.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
281
- "encoder.block.20.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
282
- "encoder.block.20.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
283
- "encoder.block.20.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
284
- "encoder.block.20.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
285
- "encoder.block.20.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
286
- "encoder.block.20.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
287
- "encoder.block.20.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
288
- "encoder.block.20.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
289
- "encoder.block.20.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
290
- "encoder.block.20.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
291
- "encoder.block.20.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
292
- "encoder.block.20.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
293
- "encoder.block.20.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
294
- "encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
295
- "encoder.block.20.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
296
- "encoder.block.20.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
297
- "encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
298
- "encoder.block.20.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
299
- "encoder.block.20.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
300
- "encoder.block.20.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
301
- "encoder.block.21.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
302
- "encoder.block.21.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
303
- "encoder.block.21.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
304
- "encoder.block.21.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
305
- "encoder.block.21.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
306
- "encoder.block.21.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
307
- "encoder.block.21.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
308
- "encoder.block.21.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
309
- "encoder.block.21.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
310
- "encoder.block.21.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
311
- "encoder.block.21.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
312
- "encoder.block.21.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
313
- "encoder.block.21.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
314
- "encoder.block.21.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
315
- "encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
316
- "encoder.block.21.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
317
- "encoder.block.21.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
318
- "encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
319
- "encoder.block.21.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
320
- "encoder.block.21.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
321
- "encoder.block.21.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
322
- "encoder.block.22.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
323
- "encoder.block.22.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
324
- "encoder.block.22.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
325
- "encoder.block.22.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
326
- "encoder.block.22.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
327
- "encoder.block.22.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
328
- "encoder.block.22.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
329
- "encoder.block.22.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
330
- "encoder.block.22.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
331
- "encoder.block.22.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
332
- "encoder.block.22.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
333
- "encoder.block.22.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
334
- "encoder.block.22.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
335
- "encoder.block.22.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
336
- "encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
337
- "encoder.block.22.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
338
- "encoder.block.22.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
339
- "encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
340
- "encoder.block.22.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
341
- "encoder.block.22.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
342
- "encoder.block.22.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
343
- "encoder.block.23.layer.0.SelfAttention.k.SCB": "model-00002-of-00002.safetensors",
344
- "encoder.block.23.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
345
- "encoder.block.23.layer.0.SelfAttention.k.weight_format": "model-00002-of-00002.safetensors",
346
- "encoder.block.23.layer.0.SelfAttention.o.SCB": "model-00002-of-00002.safetensors",
347
- "encoder.block.23.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
348
- "encoder.block.23.layer.0.SelfAttention.o.weight_format": "model-00002-of-00002.safetensors",
349
- "encoder.block.23.layer.0.SelfAttention.q.SCB": "model-00002-of-00002.safetensors",
350
- "encoder.block.23.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
351
- "encoder.block.23.layer.0.SelfAttention.q.weight_format": "model-00002-of-00002.safetensors",
352
- "encoder.block.23.layer.0.SelfAttention.v.SCB": "model-00002-of-00002.safetensors",
353
- "encoder.block.23.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
354
- "encoder.block.23.layer.0.SelfAttention.v.weight_format": "model-00002-of-00002.safetensors",
355
- "encoder.block.23.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
356
- "encoder.block.23.layer.1.DenseReluDense.wi_0.SCB": "model-00002-of-00002.safetensors",
357
- "encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
358
- "encoder.block.23.layer.1.DenseReluDense.wi_0.weight_format": "model-00002-of-00002.safetensors",
359
- "encoder.block.23.layer.1.DenseReluDense.wi_1.SCB": "model-00002-of-00002.safetensors",
360
- "encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
361
- "encoder.block.23.layer.1.DenseReluDense.wi_1.weight_format": "model-00002-of-00002.safetensors",
362
- "encoder.block.23.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
363
- "encoder.block.23.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
364
- "encoder.block.3.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
365
- "encoder.block.3.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
366
- "encoder.block.3.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
367
- "encoder.block.3.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
368
- "encoder.block.3.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
369
- "encoder.block.3.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
370
- "encoder.block.3.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
371
- "encoder.block.3.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
372
- "encoder.block.3.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
373
- "encoder.block.3.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
374
- "encoder.block.3.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
375
- "encoder.block.3.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
376
- "encoder.block.3.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
377
- "encoder.block.3.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
378
- "encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
379
- "encoder.block.3.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
380
- "encoder.block.3.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
381
- "encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
382
- "encoder.block.3.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
383
- "encoder.block.3.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
384
- "encoder.block.3.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
385
- "encoder.block.4.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
386
- "encoder.block.4.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
387
- "encoder.block.4.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
388
- "encoder.block.4.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
389
- "encoder.block.4.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
390
- "encoder.block.4.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
391
- "encoder.block.4.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
392
- "encoder.block.4.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
393
- "encoder.block.4.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
394
- "encoder.block.4.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
395
- "encoder.block.4.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
396
- "encoder.block.4.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
397
- "encoder.block.4.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
398
- "encoder.block.4.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
399
- "encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
400
- "encoder.block.4.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
401
- "encoder.block.4.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
402
- "encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
403
- "encoder.block.4.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
404
- "encoder.block.4.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
405
- "encoder.block.4.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
406
- "encoder.block.5.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
407
- "encoder.block.5.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
408
- "encoder.block.5.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
409
- "encoder.block.5.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
410
- "encoder.block.5.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
411
- "encoder.block.5.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
412
- "encoder.block.5.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
413
- "encoder.block.5.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
414
- "encoder.block.5.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
415
- "encoder.block.5.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
416
- "encoder.block.5.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
417
- "encoder.block.5.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
418
- "encoder.block.5.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
419
- "encoder.block.5.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
420
- "encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
421
- "encoder.block.5.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
422
- "encoder.block.5.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
423
- "encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
424
- "encoder.block.5.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
425
- "encoder.block.5.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
426
- "encoder.block.5.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
427
- "encoder.block.6.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
428
- "encoder.block.6.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
429
- "encoder.block.6.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
430
- "encoder.block.6.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
431
- "encoder.block.6.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
432
- "encoder.block.6.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
433
- "encoder.block.6.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
434
- "encoder.block.6.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
435
- "encoder.block.6.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
436
- "encoder.block.6.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
437
- "encoder.block.6.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
438
- "encoder.block.6.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
439
- "encoder.block.6.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
440
- "encoder.block.6.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
441
- "encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
442
- "encoder.block.6.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
443
- "encoder.block.6.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
444
- "encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
445
- "encoder.block.6.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
446
- "encoder.block.6.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
447
- "encoder.block.6.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
448
- "encoder.block.7.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
449
- "encoder.block.7.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
450
- "encoder.block.7.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
451
- "encoder.block.7.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
452
- "encoder.block.7.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
453
- "encoder.block.7.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
454
- "encoder.block.7.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
455
- "encoder.block.7.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
456
- "encoder.block.7.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
457
- "encoder.block.7.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
458
- "encoder.block.7.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
459
- "encoder.block.7.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
460
- "encoder.block.7.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
461
- "encoder.block.7.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
462
- "encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
463
- "encoder.block.7.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
464
- "encoder.block.7.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
465
- "encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
466
- "encoder.block.7.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
467
- "encoder.block.7.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
468
- "encoder.block.7.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
469
- "encoder.block.8.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
470
- "encoder.block.8.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
471
- "encoder.block.8.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
472
- "encoder.block.8.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
473
- "encoder.block.8.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
474
- "encoder.block.8.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
475
- "encoder.block.8.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
476
- "encoder.block.8.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
477
- "encoder.block.8.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
478
- "encoder.block.8.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
479
- "encoder.block.8.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
480
- "encoder.block.8.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
481
- "encoder.block.8.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
482
- "encoder.block.8.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
483
- "encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
484
- "encoder.block.8.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
485
- "encoder.block.8.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
486
- "encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
487
- "encoder.block.8.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
488
- "encoder.block.8.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
489
- "encoder.block.8.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
490
- "encoder.block.9.layer.0.SelfAttention.k.SCB": "model-00001-of-00002.safetensors",
491
- "encoder.block.9.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
492
- "encoder.block.9.layer.0.SelfAttention.k.weight_format": "model-00001-of-00002.safetensors",
493
- "encoder.block.9.layer.0.SelfAttention.o.SCB": "model-00001-of-00002.safetensors",
494
- "encoder.block.9.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
495
- "encoder.block.9.layer.0.SelfAttention.o.weight_format": "model-00001-of-00002.safetensors",
496
- "encoder.block.9.layer.0.SelfAttention.q.SCB": "model-00001-of-00002.safetensors",
497
- "encoder.block.9.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
498
- "encoder.block.9.layer.0.SelfAttention.q.weight_format": "model-00001-of-00002.safetensors",
499
- "encoder.block.9.layer.0.SelfAttention.v.SCB": "model-00001-of-00002.safetensors",
500
- "encoder.block.9.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
501
- "encoder.block.9.layer.0.SelfAttention.v.weight_format": "model-00001-of-00002.safetensors",
502
- "encoder.block.9.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
503
- "encoder.block.9.layer.1.DenseReluDense.wi_0.SCB": "model-00001-of-00002.safetensors",
504
- "encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
505
- "encoder.block.9.layer.1.DenseReluDense.wi_0.weight_format": "model-00001-of-00002.safetensors",
506
- "encoder.block.9.layer.1.DenseReluDense.wi_1.SCB": "model-00001-of-00002.safetensors",
507
- "encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
508
- "encoder.block.9.layer.1.DenseReluDense.wi_1.weight_format": "model-00001-of-00002.safetensors",
509
- "encoder.block.9.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
510
- "encoder.block.9.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
511
- "encoder.final_layer_norm.weight": "model-00002-of-00002.safetensors",
512
- "shared.weight": "model-00001-of-00002.safetensors"
513
- }
514
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/tokenizer/merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
FLUX.1-dev-bnb-8bit/tokenizer/special_tokens_map.json DELETED
@@ -1,30 +0,0 @@
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": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "<|endoftext|>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "unk_token": {
24
- "content": "<|endoftext|>",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- }
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/tokenizer/tokenizer_config.json DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "added_tokens_decoder": {
4
- "49406": {
5
- "content": "<|startoftext|>",
6
- "lstrip": false,
7
- "normalized": true,
8
- "rstrip": false,
9
- "single_word": false,
10
- "special": true
11
- },
12
- "49407": {
13
- "content": "<|endoftext|>",
14
- "lstrip": false,
15
- "normalized": false,
16
- "rstrip": false,
17
- "single_word": false,
18
- "special": true
19
- }
20
- },
21
- "bos_token": "<|startoftext|>",
22
- "clean_up_tokenization_spaces": true,
23
- "do_lower_case": true,
24
- "eos_token": "<|endoftext|>",
25
- "errors": "replace",
26
- "extra_special_tokens": {},
27
- "model_max_length": 77,
28
- "pad_token": "<|endoftext|>",
29
- "tokenizer_class": "CLIPTokenizer",
30
- "unk_token": "<|endoftext|>"
31
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/tokenizer/vocab.json DELETED
The diff for this file is too large to render. See raw diff
 
FLUX.1-dev-bnb-8bit/tokenizer_2/special_tokens_map.json DELETED
@@ -1,125 +0,0 @@
1
- {
2
- "additional_special_tokens": [
3
- "<extra_id_0>",
4
- "<extra_id_1>",
5
- "<extra_id_2>",
6
- "<extra_id_3>",
7
- "<extra_id_4>",
8
- "<extra_id_5>",
9
- "<extra_id_6>",
10
- "<extra_id_7>",
11
- "<extra_id_8>",
12
- "<extra_id_9>",
13
- "<extra_id_10>",
14
- "<extra_id_11>",
15
- "<extra_id_12>",
16
- "<extra_id_13>",
17
- "<extra_id_14>",
18
- "<extra_id_15>",
19
- "<extra_id_16>",
20
- "<extra_id_17>",
21
- "<extra_id_18>",
22
- "<extra_id_19>",
23
- "<extra_id_20>",
24
- "<extra_id_21>",
25
- "<extra_id_22>",
26
- "<extra_id_23>",
27
- "<extra_id_24>",
28
- "<extra_id_25>",
29
- "<extra_id_26>",
30
- "<extra_id_27>",
31
- "<extra_id_28>",
32
- "<extra_id_29>",
33
- "<extra_id_30>",
34
- "<extra_id_31>",
35
- "<extra_id_32>",
36
- "<extra_id_33>",
37
- "<extra_id_34>",
38
- "<extra_id_35>",
39
- "<extra_id_36>",
40
- "<extra_id_37>",
41
- "<extra_id_38>",
42
- "<extra_id_39>",
43
- "<extra_id_40>",
44
- "<extra_id_41>",
45
- "<extra_id_42>",
46
- "<extra_id_43>",
47
- "<extra_id_44>",
48
- "<extra_id_45>",
49
- "<extra_id_46>",
50
- "<extra_id_47>",
51
- "<extra_id_48>",
52
- "<extra_id_49>",
53
- "<extra_id_50>",
54
- "<extra_id_51>",
55
- "<extra_id_52>",
56
- "<extra_id_53>",
57
- "<extra_id_54>",
58
- "<extra_id_55>",
59
- "<extra_id_56>",
60
- "<extra_id_57>",
61
- "<extra_id_58>",
62
- "<extra_id_59>",
63
- "<extra_id_60>",
64
- "<extra_id_61>",
65
- "<extra_id_62>",
66
- "<extra_id_63>",
67
- "<extra_id_64>",
68
- "<extra_id_65>",
69
- "<extra_id_66>",
70
- "<extra_id_67>",
71
- "<extra_id_68>",
72
- "<extra_id_69>",
73
- "<extra_id_70>",
74
- "<extra_id_71>",
75
- "<extra_id_72>",
76
- "<extra_id_73>",
77
- "<extra_id_74>",
78
- "<extra_id_75>",
79
- "<extra_id_76>",
80
- "<extra_id_77>",
81
- "<extra_id_78>",
82
- "<extra_id_79>",
83
- "<extra_id_80>",
84
- "<extra_id_81>",
85
- "<extra_id_82>",
86
- "<extra_id_83>",
87
- "<extra_id_84>",
88
- "<extra_id_85>",
89
- "<extra_id_86>",
90
- "<extra_id_87>",
91
- "<extra_id_88>",
92
- "<extra_id_89>",
93
- "<extra_id_90>",
94
- "<extra_id_91>",
95
- "<extra_id_92>",
96
- "<extra_id_93>",
97
- "<extra_id_94>",
98
- "<extra_id_95>",
99
- "<extra_id_96>",
100
- "<extra_id_97>",
101
- "<extra_id_98>",
102
- "<extra_id_99>"
103
- ],
104
- "eos_token": {
105
- "content": "</s>",
106
- "lstrip": false,
107
- "normalized": false,
108
- "rstrip": false,
109
- "single_word": false
110
- },
111
- "pad_token": {
112
- "content": "<pad>",
113
- "lstrip": false,
114
- "normalized": false,
115
- "rstrip": false,
116
- "single_word": false
117
- },
118
- "unk_token": {
119
- "content": "<unk>",
120
- "lstrip": false,
121
- "normalized": false,
122
- "rstrip": false,
123
- "single_word": false
124
- }
125
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/tokenizer_2/spiece.model DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
- size 791656
 
 
 
 
FLUX.1-dev-bnb-8bit/tokenizer_2/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
FLUX.1-dev-bnb-8bit/tokenizer_2/tokenizer_config.json DELETED
@@ -1,941 +0,0 @@
1
- {
2
- "add_prefix_space": true,
3
- "added_tokens_decoder": {
4
- "0": {
5
- "content": "<pad>",
6
- "lstrip": false,
7
- "normalized": false,
8
- "rstrip": false,
9
- "single_word": false,
10
- "special": true
11
- },
12
- "1": {
13
- "content": "</s>",
14
- "lstrip": false,
15
- "normalized": false,
16
- "rstrip": false,
17
- "single_word": false,
18
- "special": true
19
- },
20
- "2": {
21
- "content": "<unk>",
22
- "lstrip": false,
23
- "normalized": false,
24
- "rstrip": false,
25
- "single_word": false,
26
- "special": true
27
- },
28
- "32000": {
29
- "content": "<extra_id_99>",
30
- "lstrip": false,
31
- "normalized": false,
32
- "rstrip": false,
33
- "single_word": false,
34
- "special": true
35
- },
36
- "32001": {
37
- "content": "<extra_id_98>",
38
- "lstrip": false,
39
- "normalized": false,
40
- "rstrip": false,
41
- "single_word": false,
42
- "special": true
43
- },
44
- "32002": {
45
- "content": "<extra_id_97>",
46
- "lstrip": false,
47
- "normalized": false,
48
- "rstrip": false,
49
- "single_word": false,
50
- "special": true
51
- },
52
- "32003": {
53
- "content": "<extra_id_96>",
54
- "lstrip": false,
55
- "normalized": false,
56
- "rstrip": false,
57
- "single_word": false,
58
- "special": true
59
- },
60
- "32004": {
61
- "content": "<extra_id_95>",
62
- "lstrip": false,
63
- "normalized": false,
64
- "rstrip": false,
65
- "single_word": false,
66
- "special": true
67
- },
68
- "32005": {
69
- "content": "<extra_id_94>",
70
- "lstrip": false,
71
- "normalized": false,
72
- "rstrip": false,
73
- "single_word": false,
74
- "special": true
75
- },
76
- "32006": {
77
- "content": "<extra_id_93>",
78
- "lstrip": false,
79
- "normalized": false,
80
- "rstrip": false,
81
- "single_word": false,
82
- "special": true
83
- },
84
- "32007": {
85
- "content": "<extra_id_92>",
86
- "lstrip": false,
87
- "normalized": false,
88
- "rstrip": false,
89
- "single_word": false,
90
- "special": true
91
- },
92
- "32008": {
93
- "content": "<extra_id_91>",
94
- "lstrip": false,
95
- "normalized": false,
96
- "rstrip": false,
97
- "single_word": false,
98
- "special": true
99
- },
100
- "32009": {
101
- "content": "<extra_id_90>",
102
- "lstrip": false,
103
- "normalized": false,
104
- "rstrip": false,
105
- "single_word": false,
106
- "special": true
107
- },
108
- "32010": {
109
- "content": "<extra_id_89>",
110
- "lstrip": false,
111
- "normalized": false,
112
- "rstrip": false,
113
- "single_word": false,
114
- "special": true
115
- },
116
- "32011": {
117
- "content": "<extra_id_88>",
118
- "lstrip": false,
119
- "normalized": false,
120
- "rstrip": false,
121
- "single_word": false,
122
- "special": true
123
- },
124
- "32012": {
125
- "content": "<extra_id_87>",
126
- "lstrip": false,
127
- "normalized": false,
128
- "rstrip": false,
129
- "single_word": false,
130
- "special": true
131
- },
132
- "32013": {
133
- "content": "<extra_id_86>",
134
- "lstrip": false,
135
- "normalized": false,
136
- "rstrip": false,
137
- "single_word": false,
138
- "special": true
139
- },
140
- "32014": {
141
- "content": "<extra_id_85>",
142
- "lstrip": false,
143
- "normalized": false,
144
- "rstrip": false,
145
- "single_word": false,
146
- "special": true
147
- },
148
- "32015": {
149
- "content": "<extra_id_84>",
150
- "lstrip": false,
151
- "normalized": false,
152
- "rstrip": false,
153
- "single_word": false,
154
- "special": true
155
- },
156
- "32016": {
157
- "content": "<extra_id_83>",
158
- "lstrip": false,
159
- "normalized": false,
160
- "rstrip": false,
161
- "single_word": false,
162
- "special": true
163
- },
164
- "32017": {
165
- "content": "<extra_id_82>",
166
- "lstrip": false,
167
- "normalized": false,
168
- "rstrip": false,
169
- "single_word": false,
170
- "special": true
171
- },
172
- "32018": {
173
- "content": "<extra_id_81>",
174
- "lstrip": false,
175
- "normalized": false,
176
- "rstrip": false,
177
- "single_word": false,
178
- "special": true
179
- },
180
- "32019": {
181
- "content": "<extra_id_80>",
182
- "lstrip": false,
183
- "normalized": false,
184
- "rstrip": false,
185
- "single_word": false,
186
- "special": true
187
- },
188
- "32020": {
189
- "content": "<extra_id_79>",
190
- "lstrip": false,
191
- "normalized": false,
192
- "rstrip": false,
193
- "single_word": false,
194
- "special": true
195
- },
196
- "32021": {
197
- "content": "<extra_id_78>",
198
- "lstrip": false,
199
- "normalized": false,
200
- "rstrip": false,
201
- "single_word": false,
202
- "special": true
203
- },
204
- "32022": {
205
- "content": "<extra_id_77>",
206
- "lstrip": false,
207
- "normalized": false,
208
- "rstrip": false,
209
- "single_word": false,
210
- "special": true
211
- },
212
- "32023": {
213
- "content": "<extra_id_76>",
214
- "lstrip": false,
215
- "normalized": false,
216
- "rstrip": false,
217
- "single_word": false,
218
- "special": true
219
- },
220
- "32024": {
221
- "content": "<extra_id_75>",
222
- "lstrip": false,
223
- "normalized": false,
224
- "rstrip": false,
225
- "single_word": false,
226
- "special": true
227
- },
228
- "32025": {
229
- "content": "<extra_id_74>",
230
- "lstrip": false,
231
- "normalized": false,
232
- "rstrip": false,
233
- "single_word": false,
234
- "special": true
235
- },
236
- "32026": {
237
- "content": "<extra_id_73>",
238
- "lstrip": false,
239
- "normalized": false,
240
- "rstrip": false,
241
- "single_word": false,
242
- "special": true
243
- },
244
- "32027": {
245
- "content": "<extra_id_72>",
246
- "lstrip": false,
247
- "normalized": false,
248
- "rstrip": false,
249
- "single_word": false,
250
- "special": true
251
- },
252
- "32028": {
253
- "content": "<extra_id_71>",
254
- "lstrip": false,
255
- "normalized": false,
256
- "rstrip": false,
257
- "single_word": false,
258
- "special": true
259
- },
260
- "32029": {
261
- "content": "<extra_id_70>",
262
- "lstrip": false,
263
- "normalized": false,
264
- "rstrip": false,
265
- "single_word": false,
266
- "special": true
267
- },
268
- "32030": {
269
- "content": "<extra_id_69>",
270
- "lstrip": false,
271
- "normalized": false,
272
- "rstrip": false,
273
- "single_word": false,
274
- "special": true
275
- },
276
- "32031": {
277
- "content": "<extra_id_68>",
278
- "lstrip": false,
279
- "normalized": false,
280
- "rstrip": false,
281
- "single_word": false,
282
- "special": true
283
- },
284
- "32032": {
285
- "content": "<extra_id_67>",
286
- "lstrip": false,
287
- "normalized": false,
288
- "rstrip": false,
289
- "single_word": false,
290
- "special": true
291
- },
292
- "32033": {
293
- "content": "<extra_id_66>",
294
- "lstrip": false,
295
- "normalized": false,
296
- "rstrip": false,
297
- "single_word": false,
298
- "special": true
299
- },
300
- "32034": {
301
- "content": "<extra_id_65>",
302
- "lstrip": false,
303
- "normalized": false,
304
- "rstrip": false,
305
- "single_word": false,
306
- "special": true
307
- },
308
- "32035": {
309
- "content": "<extra_id_64>",
310
- "lstrip": false,
311
- "normalized": false,
312
- "rstrip": false,
313
- "single_word": false,
314
- "special": true
315
- },
316
- "32036": {
317
- "content": "<extra_id_63>",
318
- "lstrip": false,
319
- "normalized": false,
320
- "rstrip": false,
321
- "single_word": false,
322
- "special": true
323
- },
324
- "32037": {
325
- "content": "<extra_id_62>",
326
- "lstrip": false,
327
- "normalized": false,
328
- "rstrip": false,
329
- "single_word": false,
330
- "special": true
331
- },
332
- "32038": {
333
- "content": "<extra_id_61>",
334
- "lstrip": false,
335
- "normalized": false,
336
- "rstrip": false,
337
- "single_word": false,
338
- "special": true
339
- },
340
- "32039": {
341
- "content": "<extra_id_60>",
342
- "lstrip": false,
343
- "normalized": false,
344
- "rstrip": false,
345
- "single_word": false,
346
- "special": true
347
- },
348
- "32040": {
349
- "content": "<extra_id_59>",
350
- "lstrip": false,
351
- "normalized": false,
352
- "rstrip": false,
353
- "single_word": false,
354
- "special": true
355
- },
356
- "32041": {
357
- "content": "<extra_id_58>",
358
- "lstrip": false,
359
- "normalized": false,
360
- "rstrip": false,
361
- "single_word": false,
362
- "special": true
363
- },
364
- "32042": {
365
- "content": "<extra_id_57>",
366
- "lstrip": false,
367
- "normalized": false,
368
- "rstrip": false,
369
- "single_word": false,
370
- "special": true
371
- },
372
- "32043": {
373
- "content": "<extra_id_56>",
374
- "lstrip": false,
375
- "normalized": false,
376
- "rstrip": false,
377
- "single_word": false,
378
- "special": true
379
- },
380
- "32044": {
381
- "content": "<extra_id_55>",
382
- "lstrip": false,
383
- "normalized": false,
384
- "rstrip": false,
385
- "single_word": false,
386
- "special": true
387
- },
388
- "32045": {
389
- "content": "<extra_id_54>",
390
- "lstrip": false,
391
- "normalized": false,
392
- "rstrip": false,
393
- "single_word": false,
394
- "special": true
395
- },
396
- "32046": {
397
- "content": "<extra_id_53>",
398
- "lstrip": false,
399
- "normalized": false,
400
- "rstrip": false,
401
- "single_word": false,
402
- "special": true
403
- },
404
- "32047": {
405
- "content": "<extra_id_52>",
406
- "lstrip": false,
407
- "normalized": false,
408
- "rstrip": false,
409
- "single_word": false,
410
- "special": true
411
- },
412
- "32048": {
413
- "content": "<extra_id_51>",
414
- "lstrip": false,
415
- "normalized": false,
416
- "rstrip": false,
417
- "single_word": false,
418
- "special": true
419
- },
420
- "32049": {
421
- "content": "<extra_id_50>",
422
- "lstrip": false,
423
- "normalized": false,
424
- "rstrip": false,
425
- "single_word": false,
426
- "special": true
427
- },
428
- "32050": {
429
- "content": "<extra_id_49>",
430
- "lstrip": false,
431
- "normalized": false,
432
- "rstrip": false,
433
- "single_word": false,
434
- "special": true
435
- },
436
- "32051": {
437
- "content": "<extra_id_48>",
438
- "lstrip": false,
439
- "normalized": false,
440
- "rstrip": false,
441
- "single_word": false,
442
- "special": true
443
- },
444
- "32052": {
445
- "content": "<extra_id_47>",
446
- "lstrip": false,
447
- "normalized": false,
448
- "rstrip": false,
449
- "single_word": false,
450
- "special": true
451
- },
452
- "32053": {
453
- "content": "<extra_id_46>",
454
- "lstrip": false,
455
- "normalized": false,
456
- "rstrip": false,
457
- "single_word": false,
458
- "special": true
459
- },
460
- "32054": {
461
- "content": "<extra_id_45>",
462
- "lstrip": false,
463
- "normalized": false,
464
- "rstrip": false,
465
- "single_word": false,
466
- "special": true
467
- },
468
- "32055": {
469
- "content": "<extra_id_44>",
470
- "lstrip": false,
471
- "normalized": false,
472
- "rstrip": false,
473
- "single_word": false,
474
- "special": true
475
- },
476
- "32056": {
477
- "content": "<extra_id_43>",
478
- "lstrip": false,
479
- "normalized": false,
480
- "rstrip": false,
481
- "single_word": false,
482
- "special": true
483
- },
484
- "32057": {
485
- "content": "<extra_id_42>",
486
- "lstrip": false,
487
- "normalized": false,
488
- "rstrip": false,
489
- "single_word": false,
490
- "special": true
491
- },
492
- "32058": {
493
- "content": "<extra_id_41>",
494
- "lstrip": false,
495
- "normalized": false,
496
- "rstrip": false,
497
- "single_word": false,
498
- "special": true
499
- },
500
- "32059": {
501
- "content": "<extra_id_40>",
502
- "lstrip": false,
503
- "normalized": false,
504
- "rstrip": false,
505
- "single_word": false,
506
- "special": true
507
- },
508
- "32060": {
509
- "content": "<extra_id_39>",
510
- "lstrip": false,
511
- "normalized": false,
512
- "rstrip": false,
513
- "single_word": false,
514
- "special": true
515
- },
516
- "32061": {
517
- "content": "<extra_id_38>",
518
- "lstrip": false,
519
- "normalized": false,
520
- "rstrip": false,
521
- "single_word": false,
522
- "special": true
523
- },
524
- "32062": {
525
- "content": "<extra_id_37>",
526
- "lstrip": false,
527
- "normalized": false,
528
- "rstrip": false,
529
- "single_word": false,
530
- "special": true
531
- },
532
- "32063": {
533
- "content": "<extra_id_36>",
534
- "lstrip": false,
535
- "normalized": false,
536
- "rstrip": false,
537
- "single_word": false,
538
- "special": true
539
- },
540
- "32064": {
541
- "content": "<extra_id_35>",
542
- "lstrip": false,
543
- "normalized": false,
544
- "rstrip": false,
545
- "single_word": false,
546
- "special": true
547
- },
548
- "32065": {
549
- "content": "<extra_id_34>",
550
- "lstrip": false,
551
- "normalized": false,
552
- "rstrip": false,
553
- "single_word": false,
554
- "special": true
555
- },
556
- "32066": {
557
- "content": "<extra_id_33>",
558
- "lstrip": false,
559
- "normalized": false,
560
- "rstrip": false,
561
- "single_word": false,
562
- "special": true
563
- },
564
- "32067": {
565
- "content": "<extra_id_32>",
566
- "lstrip": false,
567
- "normalized": false,
568
- "rstrip": false,
569
- "single_word": false,
570
- "special": true
571
- },
572
- "32068": {
573
- "content": "<extra_id_31>",
574
- "lstrip": false,
575
- "normalized": false,
576
- "rstrip": false,
577
- "single_word": false,
578
- "special": true
579
- },
580
- "32069": {
581
- "content": "<extra_id_30>",
582
- "lstrip": false,
583
- "normalized": false,
584
- "rstrip": false,
585
- "single_word": false,
586
- "special": true
587
- },
588
- "32070": {
589
- "content": "<extra_id_29>",
590
- "lstrip": false,
591
- "normalized": false,
592
- "rstrip": false,
593
- "single_word": false,
594
- "special": true
595
- },
596
- "32071": {
597
- "content": "<extra_id_28>",
598
- "lstrip": false,
599
- "normalized": false,
600
- "rstrip": false,
601
- "single_word": false,
602
- "special": true
603
- },
604
- "32072": {
605
- "content": "<extra_id_27>",
606
- "lstrip": false,
607
- "normalized": false,
608
- "rstrip": false,
609
- "single_word": false,
610
- "special": true
611
- },
612
- "32073": {
613
- "content": "<extra_id_26>",
614
- "lstrip": false,
615
- "normalized": false,
616
- "rstrip": false,
617
- "single_word": false,
618
- "special": true
619
- },
620
- "32074": {
621
- "content": "<extra_id_25>",
622
- "lstrip": false,
623
- "normalized": false,
624
- "rstrip": false,
625
- "single_word": false,
626
- "special": true
627
- },
628
- "32075": {
629
- "content": "<extra_id_24>",
630
- "lstrip": false,
631
- "normalized": false,
632
- "rstrip": false,
633
- "single_word": false,
634
- "special": true
635
- },
636
- "32076": {
637
- "content": "<extra_id_23>",
638
- "lstrip": false,
639
- "normalized": false,
640
- "rstrip": false,
641
- "single_word": false,
642
- "special": true
643
- },
644
- "32077": {
645
- "content": "<extra_id_22>",
646
- "lstrip": false,
647
- "normalized": false,
648
- "rstrip": false,
649
- "single_word": false,
650
- "special": true
651
- },
652
- "32078": {
653
- "content": "<extra_id_21>",
654
- "lstrip": false,
655
- "normalized": false,
656
- "rstrip": false,
657
- "single_word": false,
658
- "special": true
659
- },
660
- "32079": {
661
- "content": "<extra_id_20>",
662
- "lstrip": false,
663
- "normalized": false,
664
- "rstrip": false,
665
- "single_word": false,
666
- "special": true
667
- },
668
- "32080": {
669
- "content": "<extra_id_19>",
670
- "lstrip": false,
671
- "normalized": false,
672
- "rstrip": false,
673
- "single_word": false,
674
- "special": true
675
- },
676
- "32081": {
677
- "content": "<extra_id_18>",
678
- "lstrip": false,
679
- "normalized": false,
680
- "rstrip": false,
681
- "single_word": false,
682
- "special": true
683
- },
684
- "32082": {
685
- "content": "<extra_id_17>",
686
- "lstrip": false,
687
- "normalized": false,
688
- "rstrip": false,
689
- "single_word": false,
690
- "special": true
691
- },
692
- "32083": {
693
- "content": "<extra_id_16>",
694
- "lstrip": false,
695
- "normalized": false,
696
- "rstrip": false,
697
- "single_word": false,
698
- "special": true
699
- },
700
- "32084": {
701
- "content": "<extra_id_15>",
702
- "lstrip": false,
703
- "normalized": false,
704
- "rstrip": false,
705
- "single_word": false,
706
- "special": true
707
- },
708
- "32085": {
709
- "content": "<extra_id_14>",
710
- "lstrip": false,
711
- "normalized": false,
712
- "rstrip": false,
713
- "single_word": false,
714
- "special": true
715
- },
716
- "32086": {
717
- "content": "<extra_id_13>",
718
- "lstrip": false,
719
- "normalized": false,
720
- "rstrip": false,
721
- "single_word": false,
722
- "special": true
723
- },
724
- "32087": {
725
- "content": "<extra_id_12>",
726
- "lstrip": false,
727
- "normalized": false,
728
- "rstrip": false,
729
- "single_word": false,
730
- "special": true
731
- },
732
- "32088": {
733
- "content": "<extra_id_11>",
734
- "lstrip": false,
735
- "normalized": false,
736
- "rstrip": false,
737
- "single_word": false,
738
- "special": true
739
- },
740
- "32089": {
741
- "content": "<extra_id_10>",
742
- "lstrip": false,
743
- "normalized": false,
744
- "rstrip": false,
745
- "single_word": false,
746
- "special": true
747
- },
748
- "32090": {
749
- "content": "<extra_id_9>",
750
- "lstrip": false,
751
- "normalized": false,
752
- "rstrip": false,
753
- "single_word": false,
754
- "special": true
755
- },
756
- "32091": {
757
- "content": "<extra_id_8>",
758
- "lstrip": false,
759
- "normalized": false,
760
- "rstrip": false,
761
- "single_word": false,
762
- "special": true
763
- },
764
- "32092": {
765
- "content": "<extra_id_7>",
766
- "lstrip": false,
767
- "normalized": false,
768
- "rstrip": false,
769
- "single_word": false,
770
- "special": true
771
- },
772
- "32093": {
773
- "content": "<extra_id_6>",
774
- "lstrip": false,
775
- "normalized": false,
776
- "rstrip": false,
777
- "single_word": false,
778
- "special": true
779
- },
780
- "32094": {
781
- "content": "<extra_id_5>",
782
- "lstrip": false,
783
- "normalized": false,
784
- "rstrip": false,
785
- "single_word": false,
786
- "special": true
787
- },
788
- "32095": {
789
- "content": "<extra_id_4>",
790
- "lstrip": false,
791
- "normalized": false,
792
- "rstrip": false,
793
- "single_word": false,
794
- "special": true
795
- },
796
- "32096": {
797
- "content": "<extra_id_3>",
798
- "lstrip": false,
799
- "normalized": false,
800
- "rstrip": false,
801
- "single_word": false,
802
- "special": true
803
- },
804
- "32097": {
805
- "content": "<extra_id_2>",
806
- "lstrip": false,
807
- "normalized": false,
808
- "rstrip": false,
809
- "single_word": false,
810
- "special": true
811
- },
812
- "32098": {
813
- "content": "<extra_id_1>",
814
- "lstrip": false,
815
- "normalized": false,
816
- "rstrip": false,
817
- "single_word": false,
818
- "special": true
819
- },
820
- "32099": {
821
- "content": "<extra_id_0>",
822
- "lstrip": false,
823
- "normalized": false,
824
- "rstrip": false,
825
- "single_word": false,
826
- "special": true
827
- }
828
- },
829
- "additional_special_tokens": [
830
- "<extra_id_0>",
831
- "<extra_id_1>",
832
- "<extra_id_2>",
833
- "<extra_id_3>",
834
- "<extra_id_4>",
835
- "<extra_id_5>",
836
- "<extra_id_6>",
837
- "<extra_id_7>",
838
- "<extra_id_8>",
839
- "<extra_id_9>",
840
- "<extra_id_10>",
841
- "<extra_id_11>",
842
- "<extra_id_12>",
843
- "<extra_id_13>",
844
- "<extra_id_14>",
845
- "<extra_id_15>",
846
- "<extra_id_16>",
847
- "<extra_id_17>",
848
- "<extra_id_18>",
849
- "<extra_id_19>",
850
- "<extra_id_20>",
851
- "<extra_id_21>",
852
- "<extra_id_22>",
853
- "<extra_id_23>",
854
- "<extra_id_24>",
855
- "<extra_id_25>",
856
- "<extra_id_26>",
857
- "<extra_id_27>",
858
- "<extra_id_28>",
859
- "<extra_id_29>",
860
- "<extra_id_30>",
861
- "<extra_id_31>",
862
- "<extra_id_32>",
863
- "<extra_id_33>",
864
- "<extra_id_34>",
865
- "<extra_id_35>",
866
- "<extra_id_36>",
867
- "<extra_id_37>",
868
- "<extra_id_38>",
869
- "<extra_id_39>",
870
- "<extra_id_40>",
871
- "<extra_id_41>",
872
- "<extra_id_42>",
873
- "<extra_id_43>",
874
- "<extra_id_44>",
875
- "<extra_id_45>",
876
- "<extra_id_46>",
877
- "<extra_id_47>",
878
- "<extra_id_48>",
879
- "<extra_id_49>",
880
- "<extra_id_50>",
881
- "<extra_id_51>",
882
- "<extra_id_52>",
883
- "<extra_id_53>",
884
- "<extra_id_54>",
885
- "<extra_id_55>",
886
- "<extra_id_56>",
887
- "<extra_id_57>",
888
- "<extra_id_58>",
889
- "<extra_id_59>",
890
- "<extra_id_60>",
891
- "<extra_id_61>",
892
- "<extra_id_62>",
893
- "<extra_id_63>",
894
- "<extra_id_64>",
895
- "<extra_id_65>",
896
- "<extra_id_66>",
897
- "<extra_id_67>",
898
- "<extra_id_68>",
899
- "<extra_id_69>",
900
- "<extra_id_70>",
901
- "<extra_id_71>",
902
- "<extra_id_72>",
903
- "<extra_id_73>",
904
- "<extra_id_74>",
905
- "<extra_id_75>",
906
- "<extra_id_76>",
907
- "<extra_id_77>",
908
- "<extra_id_78>",
909
- "<extra_id_79>",
910
- "<extra_id_80>",
911
- "<extra_id_81>",
912
- "<extra_id_82>",
913
- "<extra_id_83>",
914
- "<extra_id_84>",
915
- "<extra_id_85>",
916
- "<extra_id_86>",
917
- "<extra_id_87>",
918
- "<extra_id_88>",
919
- "<extra_id_89>",
920
- "<extra_id_90>",
921
- "<extra_id_91>",
922
- "<extra_id_92>",
923
- "<extra_id_93>",
924
- "<extra_id_94>",
925
- "<extra_id_95>",
926
- "<extra_id_96>",
927
- "<extra_id_97>",
928
- "<extra_id_98>",
929
- "<extra_id_99>"
930
- ],
931
- "clean_up_tokenization_spaces": true,
932
- "eos_token": "</s>",
933
- "extra_ids": 100,
934
- "extra_special_tokens": {},
935
- "legacy": true,
936
- "model_max_length": 512,
937
- "pad_token": "<pad>",
938
- "sp_model_kwargs": {},
939
- "tokenizer_class": "T5Tokenizer",
940
- "unk_token": "<unk>"
941
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/transformer/config.json DELETED
@@ -1,35 +0,0 @@
1
- {
2
- "_class_name": "FluxTransformer2DModel",
3
- "_diffusers_version": "0.34.0.dev0",
4
- "_name_or_path": "/raid/marc/models--black-forest-labs--FLUX.1-dev/snapshots/0ef5fff789c832c5c7f4e127f94c8b54bbcced44/transformer",
5
- "attention_head_dim": 128,
6
- "axes_dims_rope": [
7
- 16,
8
- 56,
9
- 56
10
- ],
11
- "guidance_embeds": true,
12
- "in_channels": 64,
13
- "joint_attention_dim": 4096,
14
- "num_attention_heads": 24,
15
- "num_layers": 19,
16
- "num_single_layers": 38,
17
- "out_channels": null,
18
- "patch_size": 1,
19
- "pooled_projection_dim": 768,
20
- "quantization_config": {
21
- "_load_in_4bit": false,
22
- "_load_in_8bit": true,
23
- "bnb_4bit_compute_dtype": "float32",
24
- "bnb_4bit_quant_storage": "uint8",
25
- "bnb_4bit_quant_type": "fp4",
26
- "bnb_4bit_use_double_quant": false,
27
- "llm_int8_enable_fp32_cpu_offload": false,
28
- "llm_int8_has_fp16_weight": false,
29
- "llm_int8_skip_modules": null,
30
- "llm_int8_threshold": 6.0,
31
- "load_in_4bit": false,
32
- "load_in_8bit": true,
33
- "quant_method": "bitsandbytes"
34
- }
35
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/transformer/diffusion_pytorch_model-00001-of-00002.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:61f17f4f6d36d932df8abf7f09b200848dc62ffc2b6a964f91c90cc3c795736a
3
- size 9979390164
 
 
 
 
FLUX.1-dev-bnb-8bit/transformer/diffusion_pytorch_model-00002-of-00002.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2641a8d839b38a849c3b946dfb2f623de7317f518329a8d4a7de1c3890449e7b
3
- size 1937614988
 
 
 
 
FLUX.1-dev-bnb-8bit/transformer/diffusion_pytorch_model.safetensors.index.json DELETED
The diff for this file is too large to render. See raw diff
 
FLUX.1-dev-bnb-8bit/vae/config.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.34.0.dev0",
4
- "_name_or_path": "/raid/marc/models--black-forest-labs--FLUX.1-dev/snapshots/0ef5fff789c832c5c7f4e127f94c8b54bbcced44/vae",
5
- "act_fn": "silu",
6
- "block_out_channels": [
7
- 128,
8
- 256,
9
- 512,
10
- 512
11
- ],
12
- "down_block_types": [
13
- "DownEncoderBlock2D",
14
- "DownEncoderBlock2D",
15
- "DownEncoderBlock2D",
16
- "DownEncoderBlock2D"
17
- ],
18
- "force_upcast": true,
19
- "in_channels": 3,
20
- "latent_channels": 16,
21
- "latents_mean": null,
22
- "latents_std": null,
23
- "layers_per_block": 2,
24
- "mid_block_add_attention": true,
25
- "norm_num_groups": 32,
26
- "out_channels": 3,
27
- "sample_size": 1024,
28
- "scaling_factor": 0.3611,
29
- "shift_factor": 0.1159,
30
- "up_block_types": [
31
- "UpDecoderBlock2D",
32
- "UpDecoderBlock2D",
33
- "UpDecoderBlock2D",
34
- "UpDecoderBlock2D"
35
- ],
36
- "use_post_quant_conv": false,
37
- "use_quant_conv": false
38
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
FLUX.1-dev-bnb-8bit/vae/diffusion_pytorch_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5b59a26851551b67ae1fe58d32e76486e1e812def4696a4bea97f16604d40a3
3
- size 167666902
 
 
 
 
LoliV5-edited/README.md DELETED
@@ -1,8 +0,0 @@
1
- ---
2
- duplicated_from: kebab111/LoliV5
3
- license: creativeml-openrail-m
4
- tags:
5
- - stable-diffusion
6
- - text-to-image
7
- ---
8
- i have no idea what i am doing
 
 
 
 
 
 
 
 
 
LoliV5-edited/feature_extractor/preprocessor_config.json DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "crop_size": {
3
- "height": 224,
4
- "width": 224
5
- },
6
- "do_center_crop": true,
7
- "do_convert_rgb": true,
8
- "do_normalize": true,
9
- "do_rescale": true,
10
- "do_resize": true,
11
- "feature_extractor_type": "CLIPFeatureExtractor",
12
- "image_mean": [
13
- 0.48145466,
14
- 0.4578275,
15
- 0.40821073
16
- ],
17
- "image_processor_type": "CLIPFeatureExtractor",
18
- "image_std": [
19
- 0.26862954,
20
- 0.26130258,
21
- 0.27577711
22
- ],
23
- "resample": 3,
24
- "rescale_factor": 0.00392156862745098,
25
- "size": {
26
- "shortest_edge": 224
27
- }
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/model_index.json DELETED
@@ -1,33 +0,0 @@
1
- {
2
- "_class_name": "StableDiffusionPipeline",
3
- "_diffusers_version": "0.13.1",
4
- "feature_extractor": [
5
- "transformers",
6
- "CLIPFeatureExtractor"
7
- ],
8
- "requires_safety_checker": false,
9
- "safety_checker": [
10
- null,
11
- null
12
- ],
13
- "scheduler": [
14
- "diffusers",
15
- "PNDMScheduler"
16
- ],
17
- "text_encoder": [
18
- "transformers",
19
- "CLIPTextModel"
20
- ],
21
- "tokenizer": [
22
- "transformers",
23
- "CLIPTokenizer"
24
- ],
25
- "unet": [
26
- "diffusers",
27
- "UNet2DConditionModel"
28
- ],
29
- "vae": [
30
- "diffusers",
31
- "AutoencoderKL"
32
- ]
33
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/safety_checker/config.json DELETED
@@ -1,181 +0,0 @@
1
- {
2
- "_commit_hash": "cb41f3a270d63d454d385fc2e4f571c487c253c5",
3
- "_name_or_path": "CompVis/stable-diffusion-safety-checker",
4
- "architectures": [
5
- "StableDiffusionSafetyChecker"
6
- ],
7
- "initializer_factor": 1.0,
8
- "logit_scale_init_value": 2.6592,
9
- "model_type": "clip",
10
- "projection_dim": 768,
11
- "text_config": {
12
- "_name_or_path": "",
13
- "add_cross_attention": false,
14
- "architectures": null,
15
- "attention_dropout": 0.0,
16
- "bad_words_ids": null,
17
- "begin_suppress_tokens": null,
18
- "bos_token_id": 0,
19
- "chunk_size_feed_forward": 0,
20
- "cross_attention_hidden_size": null,
21
- "decoder_start_token_id": null,
22
- "diversity_penalty": 0.0,
23
- "do_sample": false,
24
- "dropout": 0.0,
25
- "early_stopping": false,
26
- "encoder_no_repeat_ngram_size": 0,
27
- "eos_token_id": 2,
28
- "exponential_decay_length_penalty": null,
29
- "finetuning_task": null,
30
- "forced_bos_token_id": null,
31
- "forced_eos_token_id": null,
32
- "hidden_act": "quick_gelu",
33
- "hidden_size": 768,
34
- "id2label": {
35
- "0": "LABEL_0",
36
- "1": "LABEL_1"
37
- },
38
- "initializer_factor": 1.0,
39
- "initializer_range": 0.02,
40
- "intermediate_size": 3072,
41
- "is_decoder": false,
42
- "is_encoder_decoder": false,
43
- "label2id": {
44
- "LABEL_0": 0,
45
- "LABEL_1": 1
46
- },
47
- "layer_norm_eps": 1e-05,
48
- "length_penalty": 1.0,
49
- "max_length": 20,
50
- "max_position_embeddings": 77,
51
- "min_length": 0,
52
- "model_type": "clip_text_model",
53
- "no_repeat_ngram_size": 0,
54
- "num_attention_heads": 12,
55
- "num_beam_groups": 1,
56
- "num_beams": 1,
57
- "num_hidden_layers": 12,
58
- "num_return_sequences": 1,
59
- "output_attentions": false,
60
- "output_hidden_states": false,
61
- "output_scores": false,
62
- "pad_token_id": 1,
63
- "prefix": null,
64
- "problem_type": null,
65
- "projection_dim": 512,
66
- "pruned_heads": {},
67
- "remove_invalid_values": false,
68
- "repetition_penalty": 1.0,
69
- "return_dict": true,
70
- "return_dict_in_generate": false,
71
- "sep_token_id": null,
72
- "suppress_tokens": null,
73
- "task_specific_params": null,
74
- "temperature": 1.0,
75
- "tf_legacy_loss": false,
76
- "tie_encoder_decoder": false,
77
- "tie_word_embeddings": true,
78
- "tokenizer_class": null,
79
- "top_k": 50,
80
- "top_p": 1.0,
81
- "torch_dtype": null,
82
- "torchscript": false,
83
- "transformers_version": "4.26.1",
84
- "typical_p": 1.0,
85
- "use_bfloat16": false,
86
- "vocab_size": 49408
87
- },
88
- "text_config_dict": {
89
- "hidden_size": 768,
90
- "intermediate_size": 3072,
91
- "num_attention_heads": 12,
92
- "num_hidden_layers": 12
93
- },
94
- "torch_dtype": "float32",
95
- "transformers_version": null,
96
- "vision_config": {
97
- "_name_or_path": "",
98
- "add_cross_attention": false,
99
- "architectures": null,
100
- "attention_dropout": 0.0,
101
- "bad_words_ids": null,
102
- "begin_suppress_tokens": null,
103
- "bos_token_id": null,
104
- "chunk_size_feed_forward": 0,
105
- "cross_attention_hidden_size": null,
106
- "decoder_start_token_id": null,
107
- "diversity_penalty": 0.0,
108
- "do_sample": false,
109
- "dropout": 0.0,
110
- "early_stopping": false,
111
- "encoder_no_repeat_ngram_size": 0,
112
- "eos_token_id": null,
113
- "exponential_decay_length_penalty": null,
114
- "finetuning_task": null,
115
- "forced_bos_token_id": null,
116
- "forced_eos_token_id": null,
117
- "hidden_act": "quick_gelu",
118
- "hidden_size": 1024,
119
- "id2label": {
120
- "0": "LABEL_0",
121
- "1": "LABEL_1"
122
- },
123
- "image_size": 224,
124
- "initializer_factor": 1.0,
125
- "initializer_range": 0.02,
126
- "intermediate_size": 4096,
127
- "is_decoder": false,
128
- "is_encoder_decoder": false,
129
- "label2id": {
130
- "LABEL_0": 0,
131
- "LABEL_1": 1
132
- },
133
- "layer_norm_eps": 1e-05,
134
- "length_penalty": 1.0,
135
- "max_length": 20,
136
- "min_length": 0,
137
- "model_type": "clip_vision_model",
138
- "no_repeat_ngram_size": 0,
139
- "num_attention_heads": 16,
140
- "num_beam_groups": 1,
141
- "num_beams": 1,
142
- "num_channels": 3,
143
- "num_hidden_layers": 24,
144
- "num_return_sequences": 1,
145
- "output_attentions": false,
146
- "output_hidden_states": false,
147
- "output_scores": false,
148
- "pad_token_id": null,
149
- "patch_size": 14,
150
- "prefix": null,
151
- "problem_type": null,
152
- "projection_dim": 512,
153
- "pruned_heads": {},
154
- "remove_invalid_values": false,
155
- "repetition_penalty": 1.0,
156
- "return_dict": true,
157
- "return_dict_in_generate": false,
158
- "sep_token_id": null,
159
- "suppress_tokens": null,
160
- "task_specific_params": null,
161
- "temperature": 1.0,
162
- "tf_legacy_loss": false,
163
- "tie_encoder_decoder": false,
164
- "tie_word_embeddings": true,
165
- "tokenizer_class": null,
166
- "top_k": 50,
167
- "top_p": 1.0,
168
- "torch_dtype": null,
169
- "torchscript": false,
170
- "transformers_version": "4.26.1",
171
- "typical_p": 1.0,
172
- "use_bfloat16": false
173
- },
174
- "vision_config_dict": {
175
- "hidden_size": 1024,
176
- "intermediate_size": 4096,
177
- "num_attention_heads": 16,
178
- "num_hidden_layers": 24,
179
- "patch_size": 14
180
- }
181
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/safety_checker/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:11cfe53105625af8c00faac32a430626641cce686454f3c39d837f14397d858b
3
- size 1215981832
 
 
 
 
LoliV5-edited/safety_checker/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:16d28f2b37109f222cdc33620fdd262102ac32112be0352a7f77e9614b35a394
3
- size 1216064769
 
 
 
 
LoliV5-edited/scheduler/scheduler_config.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "_class_name": "PNDMScheduler",
3
- "_diffusers_version": "0.13.1",
4
- "beta_end": 0.012,
5
- "beta_schedule": "scaled_linear",
6
- "beta_start": 0.00085,
7
- "clip_sample": false,
8
- "num_train_timesteps": 1000,
9
- "prediction_type": "epsilon",
10
- "set_alpha_to_one": false,
11
- "skip_prk_steps": true,
12
- "steps_offset": 1,
13
- "trained_betas": null
14
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/text_encoder/config.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "_name_or_path": "openai/clip-vit-large-patch14",
3
- "architectures": [
4
- "CLIPTextModel"
5
- ],
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 0,
8
- "dropout": 0.0,
9
- "eos_token_id": 2,
10
- "hidden_act": "quick_gelu",
11
- "hidden_size": 768,
12
- "initializer_factor": 1.0,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 3072,
15
- "layer_norm_eps": 1e-05,
16
- "max_position_embeddings": 77,
17
- "model_type": "clip_text_model",
18
- "num_attention_heads": 12,
19
- "num_hidden_layers": 12,
20
- "pad_token_id": 1,
21
- "projection_dim": 768,
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.26.1",
24
- "vocab_size": 49408
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/text_encoder/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd606b7263090bb4129a685ed0a2867d464bfa6cefc073c69cc97dac1bbabc79
3
- size 492265880
 
 
 
 
LoliV5-edited/text_encoder/pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:775f4c37c8dbc67dbb38bd0c8ae3c31182094c3886d0d9b73915d1ffc05e6f87
3
- size 492307041
 
 
 
 
LoliV5-edited/tokenizer/merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
LoliV5-edited/tokenizer/special_tokens_map.json DELETED
@@ -1,24 +0,0 @@
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
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/tokenizer/tokenizer_config.json DELETED
@@ -1,34 +0,0 @@
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
- "do_lower_case": true,
12
- "eos_token": {
13
- "__type": "AddedToken",
14
- "content": "<|endoftext|>",
15
- "lstrip": false,
16
- "normalized": true,
17
- "rstrip": false,
18
- "single_word": false
19
- },
20
- "errors": "replace",
21
- "model_max_length": 77,
22
- "name_or_path": "openai/clip-vit-large-patch14",
23
- "pad_token": "<|endoftext|>",
24
- "special_tokens_map_file": "./special_tokens_map.json",
25
- "tokenizer_class": "CLIPTokenizer",
26
- "unk_token": {
27
- "__type": "AddedToken",
28
- "content": "<|endoftext|>",
29
- "lstrip": false,
30
- "normalized": true,
31
- "rstrip": false,
32
- "single_word": false
33
- }
34
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/tokenizer/vocab.json DELETED
The diff for this file is too large to render. See raw diff
 
LoliV5-edited/unet/config.json DELETED
@@ -1,50 +0,0 @@
1
- {
2
- "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.13.1",
4
- "act_fn": "silu",
5
- "attention_head_dim": 8,
6
- "block_out_channels": [
7
- 320,
8
- 640,
9
- 1280,
10
- 1280
11
- ],
12
- "center_input_sample": false,
13
- "class_embed_type": null,
14
- "conv_in_kernel": 3,
15
- "conv_out_kernel": 3,
16
- "cross_attention_dim": 768,
17
- "down_block_types": [
18
- "CrossAttnDownBlock2D",
19
- "CrossAttnDownBlock2D",
20
- "CrossAttnDownBlock2D",
21
- "DownBlock2D"
22
- ],
23
- "downsample_padding": 1,
24
- "dual_cross_attention": false,
25
- "flip_sin_to_cos": true,
26
- "freq_shift": 0,
27
- "in_channels": 4,
28
- "layers_per_block": 2,
29
- "mid_block_scale_factor": 1,
30
- "mid_block_type": "UNetMidBlock2DCrossAttn",
31
- "norm_eps": 1e-05,
32
- "norm_num_groups": 32,
33
- "num_class_embeds": null,
34
- "only_cross_attention": false,
35
- "out_channels": 4,
36
- "projection_class_embeddings_input_dim": null,
37
- "resnet_time_scale_shift": "default",
38
- "sample_size": 64,
39
- "time_cond_proj_dim": null,
40
- "time_embedding_type": "positional",
41
- "timestep_post_act": null,
42
- "up_block_types": [
43
- "UpBlock2D",
44
- "CrossAttnUpBlock2D",
45
- "CrossAttnUpBlock2D",
46
- "CrossAttnUpBlock2D"
47
- ],
48
- "upcast_attention": false,
49
- "use_linear_projection": false
50
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/unet/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:12f549dc9fc4b6f8d24f3271aab6fd79b84c3ea07f1dd08147e40767b6d4b84b
3
- size 3438366373
 
 
 
 
LoliV5-edited/unet/diffusion_pytorch_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:92083706dba127ce8418ecc2aa39eda353fa3b325c0f7dd169a816bb352966bb
3
- size 3438167536
 
 
 
 
LoliV5-edited/vae/config.json DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.13.1",
4
- "act_fn": "silu",
5
- "block_out_channels": [
6
- 128,
7
- 256,
8
- 512,
9
- 512
10
- ],
11
- "down_block_types": [
12
- "DownEncoderBlock2D",
13
- "DownEncoderBlock2D",
14
- "DownEncoderBlock2D",
15
- "DownEncoderBlock2D"
16
- ],
17
- "in_channels": 3,
18
- "latent_channels": 4,
19
- "layers_per_block": 2,
20
- "norm_num_groups": 32,
21
- "out_channels": 3,
22
- "sample_size": 512,
23
- "scaling_factor": 0.18215,
24
- "up_block_types": [
25
- "UpDecoderBlock2D",
26
- "UpDecoderBlock2D",
27
- "UpDecoderBlock2D",
28
- "UpDecoderBlock2D"
29
- ]
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LoliV5-edited/vae/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:876a906810a8b2470c3092f307742f6ad8b9dbf759fb7c0ff020d0c610c996da
3
- size 334711857
 
 
 
 
LoliV5-edited/vae/diffusion_pytorch_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a16aadd9501c371b6ef94257a01596e461b13637fd984588175821c77c5a74df
3
- size 334643276
 
 
 
 
Stable-Diffusion-Pokemon-en/README.md DELETED
@@ -1,206 +0,0 @@
1
- ---
2
- language: en
3
- license: other
4
- tags:
5
- - stable-diffusion
6
- - stable-diffusion-diffusers
7
- - text-to-image
8
- - en
9
- - english
10
- inference: false
11
- extra_gated_prompt: |-
12
- One more step before getting this model.
13
- This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
14
- The CreativeML OpenRAIL License specifies:
15
-
16
- 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
17
- 2. rinna Co., Ltd. claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
18
- 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
19
- Please read the full license here: https://huggingface.co/spaces/CompVis/stable-diffusion-license
20
-
21
- By clicking on "Access repository" below, you accept that your *contact information* (email address and username) can be shared with the model authors as well.
22
-
23
- extra_gated_fields:
24
- I have read the License and agree with its terms: checkbox
25
- ---
26
-
27
-
28
- # English Stable Diffusion Pokemon Model Card
29
-
30
- <!--
31
- ![rinna](https://github.com/rinnakk/japanese-clip/blob/master/data/rinna.png?raw=true)
32
- -->
33
-
34
- Stable-Diffusion-Pokemon-en is a English-specific latent text-to-image diffusion model capable of generating Pokemon images given any text input.
35
-
36
- This model was trained by using a powerful text-to-image model, [diffusers](https://github.com/huggingface/diffusers)
37
- For more information about our training method, see [train_text_to_image.py](https://github.com/huggingface/diffusers/blob/main/examples/text_to_image/train_text_to_image.py).
38
-
39
- <!--
40
- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/rinnakk/japanese-stable-diffusion/blob/master/scripts/txt2img.ipynb)
41
- -->
42
-
43
- ## Model Details
44
- - **Developed by:** Zhipeng Yang
45
- - **Model type:** Diffusion-based text-to-image generation model
46
- - **Language(s):** English
47
- - **License:** [The CreativeML OpenRAIL M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) is an [Open RAIL M license](https://www.licenses.ai/blog/2022/8/18/naming-convention-of-responsible-ai-licenses), adapted from the work that [BigScience](https://bigscience.huggingface.co/) and [the RAIL Initiative](https://www.licenses.ai/) are jointly carrying in the area of responsible AI licensing. See also [the article about the BLOOM Open RAIL license](https://bigscience.huggingface.co/blog/the-bigscience-rail-license) on which our license is based.
48
- - **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model (LDM)](https://arxiv.org/abs/2112.10752) that used [Stable Diffusion](https://github.com/CompVis/stable-diffusion) as a pre-trained model.
49
- - **Resources for more information:** [https://github.com/svjack/Stable-Diffusion-Pokemon](https://github.com/svjack/Stable-Diffusion-Pokemon)
50
-
51
- ## Examples
52
-
53
- Firstly, install our package as follows. This package is modified [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run English Stable Diffusion.
54
-
55
-
56
- ```bash
57
- pip install diffusers==0.4.1
58
- ```
59
-
60
- Run this command to log in with your HF Hub token if you haven't before:
61
-
62
- ```bash
63
- huggingface-cli login
64
- ```
65
-
66
- Running the pipeline with the LMSDiscreteScheduler scheduler:
67
-
68
- ```python
69
- import torch
70
- import pandas as pd
71
-
72
- from torch import autocast
73
- from diffusers import LMSDiscreteScheduler, StableDiffusionPipeline
74
-
75
- scheduler = LMSDiscreteScheduler(beta_start=0.00085, beta_end=0.012,
76
- beta_schedule="scaled_linear", num_train_timesteps=1000)
77
-
78
- #pretrained_model_name_or_path = "en_model_26000"
79
- pretrained_model_name_or_path = "svjack/Stable-Diffusion-Pokemon-en"
80
- pipe = StableDiffusionPipeline.from_pretrained(pretrained_model_name_or_path,
81
- scheduler=scheduler, use_auth_token=True)
82
-
83
- pipe = pipe.to("cuda")
84
-
85
- disable safety_checker
86
- pipe.safety_checker = lambda images, clip_input: (images, False)
87
-
88
- imgs = pipe("A cartoon character with a potted plant on his head",
89
- num_inference_steps = 100
90
- )
91
- image = imgs.images[0]
92
-
93
- image.save("output.png")
94
- ```
95
-
96
- ### Generator Results comparison
97
- [https://github.com/svjack/Stable-Diffusion-Pokemon](https://github.com/svjack/Stable-Diffusion-Pokemon)
98
-
99
- ![0](https://github.com/svjack/Stable-Diffusion-Pokemon/blob/main/imgs/en_plant.jpg?raw=true)
100
- ![1](https://github.com/svjack/Stable-Diffusion-Pokemon/blob/main/imgs/en_bird.jpg?raw=true)
101
- ![2](https://github.com/svjack/Stable-Diffusion-Pokemon/blob/main/imgs/en_blue_dragon.jpg?raw=true)
102
-
103
-
104
-
105
- <!--
106
- <table><caption>Images</caption>
107
- <thead>
108
- <tr>
109
- <th>Prompt</th>
110
- <th colspan="1">English</th>
111
- </tr>
112
- </thead>
113
- <tbody>
114
- <tr>
115
- <td>A cartoon character with a potted plant on his head<br/><br/>鉢植えの植物を頭に載せた漫画のキャラクター<br/><br/>一个头上戴着盆栽的卡通人物</td>
116
- <td><img src="https://github.com/svjack/Stable-Diffusion-Pokemon/blob/main/imgs/en_bird.jpg" alt="Girl in a jacket" width="500" height="500"></td>
117
- </tr>
118
- <tr>
119
- <td>cartoon bird<br/><br/>漫画の鳥<br/><br/>卡通鸟</td>
120
- <td><img src="en_bird.jpg" alt="Girl in a jacket" width="500" height="500"></td>
121
- </tr>
122
- </tbody>
123
- <tfoot>
124
- <tr>
125
- <td>blue dragon illustration<br/><br/>ブルードラゴンのイラスト<br/><br/>蓝色的龙图</td>
126
- <td><img src="en_blue_dragon.jpg" alt="Girl in a jacket" width="500" height="500"></td>
127
- </tr>
128
- </tfoot>
129
- </table>
130
- -->
131
-
132
- <!--
133
- _Note: `JapaneseStableDiffusionPipeline` is almost same as diffusers' `StableDiffusionPipeline` but added some lines to initialize our models properly._
134
-
135
-
136
- ## Misuse, Malicious Use, and Out-of-Scope Use
137
- _Note: This section is taken from the [DALLE-MINI model card](https://huggingface.co/dalle-mini/dalle-mini), but applies in the same way to Stable Diffusion v1._
138
-
139
-
140
- The model should not be used to intentionally create or disseminate images that create hostile or alienating environments for people. This includes generating images that people would foreseeably find disturbing, distressing, or offensive; or content that propagates historical or current stereotypes.
141
-
142
- ### Out-of-Scope Use
143
- The model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model.
144
-
145
- ### Misuse and Malicious Use
146
- Using the model to generate content that is cruel to individuals is a misuse of this model. This includes, but is not limited to:
147
-
148
- - Generating demeaning, dehumanizing, or otherwise harmful representations of people or their environments, cultures, religions, etc.
149
- - Intentionally promoting or propagating discriminatory content or harmful stereotypes.
150
- - Impersonating individuals without their consent.
151
- - Sexual content without consent of the people who might see it.
152
- - Mis- and disinformation
153
- - Representations of egregious violence and gore
154
- - Sharing of copyrighted or licensed material in violation of its terms of use.
155
- - Sharing content that is an alteration of copyrighted or licensed material in violation of its terms of use.
156
-
157
- ## Limitations and Bias
158
-
159
- ### Limitations
160
-
161
- - The model does not achieve perfect photorealism
162
- - The model cannot render legible text
163
- - The model does not perform well on more difficult tasks which involve compositionality, such as rendering an image corresponding to “A red cube on top of a blue sphere”
164
- - Faces and people in general may not be generated properly.
165
- - The model was trained mainly with Japanese captions and will not work as well in other languages.
166
- - The autoencoding part of the model is lossy
167
- - The model was trained on a subset of a large-scale dataset
168
- [LAION-5B](https://laion.ai/blog/laion-5b/) which contains adult material
169
- and is not fit for product use without additional safety mechanisms and
170
- considerations.
171
- - No additional measures were used to deduplicate the dataset. As a result, we observe some degree of memorization for images that are duplicated in the training data.
172
- The training data can be searched at [https://rom1504.github.io/clip-retrieval/](https://rom1504.github.io/clip-retrieval/) to possibly assist in the detection of memorized images.
173
-
174
- ### Bias
175
-
176
- While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
177
- Japanese Stable Diffusion was trained on Japanese datasets including [LAION-5B](https://laion.ai/blog/laion-5b/) with Japanese captions,
178
- which consists of images that are primarily limited to Japanese descriptions.
179
- Texts and images from communities and cultures that use other languages are likely to be insufficiently accounted for.
180
- This affects the overall output of the model.
181
- Further, the ability of the model to generate content with non-Japanese prompts is significantly worse than with Japanese-language prompts.
182
-
183
- ### Safety Module
184
-
185
- The intended use of this model is with the [Safety Checker](https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/safety_checker.py) in Diffusers.
186
- This checker works by checking model outputs against known hard-coded NSFW concepts.
187
- The concepts are intentionally hidden to reduce the likelihood of reverse-engineering this filter.
188
- Specifically, the checker compares the class probability of harmful concepts in the embedding space of the `CLIPTextModel` *after generation* of the images.
189
- The concepts are passed into the model with the generated image and compared to a hand-engineered weight for each NSFW concept.
190
-
191
-
192
- ## Training
193
-
194
- **Training Data**
195
- We used the following dataset for training the model:
196
-
197
- - Approximately 100 million images with Japanese captions, including the Japanese subset of [LAION-5B](https://laion.ai/blog/laion-5b/).
198
-
199
- **Training Procedure**
200
- Japanese Stable Diffusion has the same architecture as Stable Diffusion and was trained by using Stable Diffusion. Because Stable Diffusion was trained on English dataset and the CLIP tokenizer is basically for English, we had 2 stages to transfer to a language-specific model, inspired by [PITI](https://arxiv.org/abs/2205.12952).
201
-
202
- 1. Train a Japanese-specific text encoder with our Japanese tokenizer from scratch with the latent diffusion model fixed. This stage is expected to map Japanese captions to Stable Diffusion's latent space.
203
- 2. Fine-tune the text encoder and the latent diffusion model jointly. This stage is expected to generate Japanese-style images more.
204
-
205
- [//]: # (_Note: Japanese Stable Diffusion is still running and this checkpoint is the current best one. We might update to a better checkpoint via this repository._)
206
- -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Stable-Diffusion-Pokemon-en/en_bird.jpg DELETED
Binary file (21.8 kB)
 
Stable-Diffusion-Pokemon-en/en_blue_dragon.jpg DELETED
Binary file (30 kB)
 
Stable-Diffusion-Pokemon-en/en_plant.jpg DELETED
Binary file (44.7 kB)
 
Stable-Diffusion-Pokemon-en/feature_extractor/preprocessor_config.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "crop_size": 224,
3
- "do_center_crop": true,
4
- "do_convert_rgb": true,
5
- "do_normalize": true,
6
- "do_resize": true,
7
- "feature_extractor_type": "CLIPFeatureExtractor",
8
- "image_mean": [
9
- 0.48145466,
10
- 0.4578275,
11
- 0.40821073
12
- ],
13
- "image_std": [
14
- 0.26862954,
15
- 0.26130258,
16
- 0.27577711
17
- ],
18
- "resample": 3,
19
- "size": 224
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Stable-Diffusion-Pokemon-en/model_index.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "_class_name": "StableDiffusionPipeline",
3
- "_diffusers_version": "0.4.1",
4
- "feature_extractor": [
5
- "transformers",
6
- "CLIPImageProcessor"
7
- ],
8
- "safety_checker": [
9
- "stable_diffusion",
10
- "StableDiffusionSafetyChecker"
11
- ],
12
- "scheduler": [
13
- "diffusers",
14
- "LMSDiscreteScheduler"
15
- ],
16
- "text_encoder": [
17
- "transformers",
18
- "CLIPTextModel"
19
- ],
20
- "tokenizer": [
21
- "transformers",
22
- "CLIPTokenizer"
23
- ],
24
- "unet": [
25
- "diffusers",
26
- "UNet2DConditionModel"
27
- ],
28
- "vae": [
29
- "diffusers",
30
- "AutoencoderKL"
31
- ]
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Stable-Diffusion-Pokemon-en/safety_checker/config.json DELETED
@@ -1,179 +0,0 @@
1
- {
2
- "_commit_hash": "4bb648a606ef040e7685bde262611766a5fdd67b",
3
- "_name_or_path": "CompVis/stable-diffusion-safety-checker",
4
- "architectures": [
5
- "StableDiffusionSafetyChecker"
6
- ],
7
- "initializer_factor": 1.0,
8
- "logit_scale_init_value": 2.6592,
9
- "model_type": "clip",
10
- "projection_dim": 768,
11
- "text_config": {
12
- "_name_or_path": "",
13
- "add_cross_attention": false,
14
- "architectures": null,
15
- "attention_dropout": 0.0,
16
- "bad_words_ids": null,
17
- "begin_suppress_tokens": null,
18
- "bos_token_id": 0,
19
- "chunk_size_feed_forward": 0,
20
- "cross_attention_hidden_size": null,
21
- "decoder_start_token_id": null,
22
- "diversity_penalty": 0.0,
23
- "do_sample": false,
24
- "dropout": 0.0,
25
- "early_stopping": false,
26
- "encoder_no_repeat_ngram_size": 0,
27
- "eos_token_id": 2,
28
- "exponential_decay_length_penalty": null,
29
- "finetuning_task": null,
30
- "forced_bos_token_id": null,
31
- "forced_eos_token_id": null,
32
- "hidden_act": "quick_gelu",
33
- "hidden_size": 768,
34
- "id2label": {
35
- "0": "LABEL_0",
36
- "1": "LABEL_1"
37
- },
38
- "initializer_factor": 1.0,
39
- "initializer_range": 0.02,
40
- "intermediate_size": 3072,
41
- "is_decoder": false,
42
- "is_encoder_decoder": false,
43
- "label2id": {
44
- "LABEL_0": 0,
45
- "LABEL_1": 1
46
- },
47
- "layer_norm_eps": 1e-05,
48
- "length_penalty": 1.0,
49
- "max_length": 20,
50
- "max_position_embeddings": 77,
51
- "min_length": 0,
52
- "model_type": "clip_text_model",
53
- "no_repeat_ngram_size": 0,
54
- "num_attention_heads": 12,
55
- "num_beam_groups": 1,
56
- "num_beams": 1,
57
- "num_hidden_layers": 12,
58
- "num_return_sequences": 1,
59
- "output_attentions": false,
60
- "output_hidden_states": false,
61
- "output_scores": false,
62
- "pad_token_id": 1,
63
- "prefix": null,
64
- "problem_type": null,
65
- "pruned_heads": {},
66
- "remove_invalid_values": false,
67
- "repetition_penalty": 1.0,
68
- "return_dict": true,
69
- "return_dict_in_generate": false,
70
- "sep_token_id": null,
71
- "suppress_tokens": null,
72
- "task_specific_params": null,
73
- "temperature": 1.0,
74
- "tf_legacy_loss": false,
75
- "tie_encoder_decoder": false,
76
- "tie_word_embeddings": true,
77
- "tokenizer_class": null,
78
- "top_k": 50,
79
- "top_p": 1.0,
80
- "torch_dtype": null,
81
- "torchscript": false,
82
- "transformers_version": "4.23.1",
83
- "typical_p": 1.0,
84
- "use_bfloat16": false,
85
- "vocab_size": 49408
86
- },
87
- "text_config_dict": {
88
- "hidden_size": 768,
89
- "intermediate_size": 3072,
90
- "num_attention_heads": 12,
91
- "num_hidden_layers": 12
92
- },
93
- "torch_dtype": "float32",
94
- "transformers_version": null,
95
- "vision_config": {
96
- "_name_or_path": "",
97
- "add_cross_attention": false,
98
- "architectures": null,
99
- "attention_dropout": 0.0,
100
- "bad_words_ids": null,
101
- "begin_suppress_tokens": null,
102
- "bos_token_id": null,
103
- "chunk_size_feed_forward": 0,
104
- "cross_attention_hidden_size": null,
105
- "decoder_start_token_id": null,
106
- "diversity_penalty": 0.0,
107
- "do_sample": false,
108
- "dropout": 0.0,
109
- "early_stopping": false,
110
- "encoder_no_repeat_ngram_size": 0,
111
- "eos_token_id": null,
112
- "exponential_decay_length_penalty": null,
113
- "finetuning_task": null,
114
- "forced_bos_token_id": null,
115
- "forced_eos_token_id": null,
116
- "hidden_act": "quick_gelu",
117
- "hidden_size": 1024,
118
- "id2label": {
119
- "0": "LABEL_0",
120
- "1": "LABEL_1"
121
- },
122
- "image_size": 224,
123
- "initializer_factor": 1.0,
124
- "initializer_range": 0.02,
125
- "intermediate_size": 4096,
126
- "is_decoder": false,
127
- "is_encoder_decoder": false,
128
- "label2id": {
129
- "LABEL_0": 0,
130
- "LABEL_1": 1
131
- },
132
- "layer_norm_eps": 1e-05,
133
- "length_penalty": 1.0,
134
- "max_length": 20,
135
- "min_length": 0,
136
- "model_type": "clip_vision_model",
137
- "no_repeat_ngram_size": 0,
138
- "num_attention_heads": 16,
139
- "num_beam_groups": 1,
140
- "num_beams": 1,
141
- "num_channels": 3,
142
- "num_hidden_layers": 24,
143
- "num_return_sequences": 1,
144
- "output_attentions": false,
145
- "output_hidden_states": false,
146
- "output_scores": false,
147
- "pad_token_id": null,
148
- "patch_size": 14,
149
- "prefix": null,
150
- "problem_type": null,
151
- "pruned_heads": {},
152
- "remove_invalid_values": false,
153
- "repetition_penalty": 1.0,
154
- "return_dict": true,
155
- "return_dict_in_generate": false,
156
- "sep_token_id": null,
157
- "suppress_tokens": null,
158
- "task_specific_params": null,
159
- "temperature": 1.0,
160
- "tf_legacy_loss": false,
161
- "tie_encoder_decoder": false,
162
- "tie_word_embeddings": true,
163
- "tokenizer_class": null,
164
- "top_k": 50,
165
- "top_p": 1.0,
166
- "torch_dtype": null,
167
- "torchscript": false,
168
- "transformers_version": "4.23.1",
169
- "typical_p": 1.0,
170
- "use_bfloat16": false
171
- },
172
- "vision_config_dict": {
173
- "hidden_size": 1024,
174
- "intermediate_size": 4096,
175
- "num_attention_heads": 16,
176
- "num_hidden_layers": 24,
177
- "patch_size": 14
178
- }
179
- }