asdasdasd1234567890 commited on
Commit
4ea7e5f
·
verified ·
1 Parent(s): aa4c912

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. FLUX.1-dev-bnb-8bit/README.md +84 -0
  2. FLUX.1-dev-bnb-8bit/model_index.json +41 -0
  3. FLUX.1-dev-bnb-8bit/scheduler/scheduler_config.json +18 -0
  4. FLUX.1-dev-bnb-8bit/text_encoder/config.json +24 -0
  5. FLUX.1-dev-bnb-8bit/text_encoder_2/config.json +46 -0
  6. FLUX.1-dev-bnb-8bit/text_encoder_2/model.safetensors.index.json +514 -0
  7. FLUX.1-dev-bnb-8bit/tokenizer/merges.txt +0 -0
  8. FLUX.1-dev-bnb-8bit/tokenizer/special_tokens_map.json +30 -0
  9. FLUX.1-dev-bnb-8bit/tokenizer/tokenizer_config.json +31 -0
  10. FLUX.1-dev-bnb-8bit/tokenizer/vocab.json +0 -0
  11. FLUX.1-dev-bnb-8bit/tokenizer_2/special_tokens_map.json +125 -0
  12. FLUX.1-dev-bnb-8bit/tokenizer_2/tokenizer.json +0 -0
  13. FLUX.1-dev-bnb-8bit/tokenizer_2/tokenizer_config.json +941 -0
  14. FLUX.1-dev-bnb-8bit/transformer/config.json +35 -0
  15. FLUX.1-dev-bnb-8bit/transformer/diffusion_pytorch_model.safetensors.index.json +0 -0
  16. FLUX.1-dev-bnb-8bit/vae/config.json +38 -0
  17. Heartsync_NSFW-Uncensored/README.md +86 -0
  18. Heartsync_NSFW-Uncensored/model_index.json +41 -0
  19. Heartsync_NSFW-Uncensored/test_app.py +46 -0
  20. LoliV5-edited/README.md +8 -0
  21. LoliV5-edited/model_index.json +33 -0
  22. Qwen-Image-Edit-2511-bnb-nf4/README.md +167 -0
  23. Qwen-Image-Edit-2511-bnb-nf4/model_index.json +29 -0
  24. Stable-Diffusion-Pokemon-en/README.md +206 -0
  25. Stable-Diffusion-Pokemon-en/en_bird.jpg +0 -0
  26. Stable-Diffusion-Pokemon-en/en_blue_dragon.jpg +0 -0
  27. Stable-Diffusion-Pokemon-en/en_plant.jpg +0 -0
  28. Stable-Diffusion-Pokemon-en/model_index.json +32 -0
  29. asd.py +47 -0
  30. asdf.py +5 -0
  31. counterfeit-v1.0/README.md +22 -0
  32. counterfeit-v1.0/feature_extractor/preprocessor_config.json +28 -0
  33. counterfeit-v1.0/logs/text2image-fine-tune/1671001219.2232141/hparams.yml +37 -0
  34. counterfeit-v1.0/model_index.json +33 -0
  35. counterfeit-v1.0/safety_checker/config.json +181 -0
  36. counterfeit-v1.0/scheduler/scheduler_config.json +13 -0
  37. counterfeit-v1.0/text_encoder/config.json +25 -0
  38. counterfeit-v1.0/tokenizer/merges.txt +0 -0
  39. counterfeit-v1.0/tokenizer/special_tokens_map.json +24 -0
  40. counterfeit-v1.0/tokenizer/tokenizer_config.json +34 -0
  41. counterfeit-v1.0/tokenizer/vocab.json +0 -0
  42. counterfeit-v1.0/unet/config.json +42 -0
  43. counterfeit-v1.0/vae/config.json +30 -0
  44. inpainting-realvisxlInpainting_v5lightning/model_index.json +42 -0
  45. lolo-cute-pony-nsfw-v10-sdxl/README.md +19 -0
  46. lolo-cute-pony-nsfw-v10-sdxl/model_index.json +41 -0
  47. pony-diffusion-v6-sdxl-inpainting/model_index.json +33 -0
  48. pony-v7-base-Diffusers/README.md +122 -0
  49. pony-v7-base-Diffusers/V7.webp +0 -0
  50. pony-v7-base-Diffusers/model_index.json +25 -0
FLUX.1-dev-bnb-8bit/README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_2/config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.safetensors.index.json ADDED
@@ -0,0 +1,514 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
The diff for this file is too large to render. See raw diff
 
FLUX.1-dev-bnb-8bit/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
The diff for this file is too large to render. See raw diff
 
FLUX.1-dev-bnb-8bit/tokenizer_2/special_tokens_map.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
FLUX.1-dev-bnb-8bit/tokenizer_2/tokenizer_config.json ADDED
@@ -0,0 +1,941 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
FLUX.1-dev-bnb-8bit/vae/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
Heartsync_NSFW-Uncensored/README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: text-to-image
6
+ tags:
7
+ - stablediffusion
8
+ - uncensored
9
+ - nsfw
10
+ - image
11
+ - generation
12
+ widget:
13
+ - text: >-
14
+ TEST
15
+ output:
16
+ url: samples/nsfw1.webp
17
+ - text: >-
18
+ TEST
19
+ output:
20
+ url: samples/nsfw2.webp
21
+ - text: >-
22
+ TEST
23
+ output:
24
+ url: samples/nsfw3.webp
25
+ - text: >-
26
+ TEST
27
+ output:
28
+ url: samples/nsfw4.webp
29
+ ---
30
+ # NSFW-Uncensored
31
+
32
+ ## Uncensored Image Generation Model
33
+
34
+ #### Model Description
35
+ This model is a playground that minimizes censorship restrictions, allowing exploration of the technical possibilities of AI-based image generation. Through various prompts, you can test censorship boundaries and verify the actual performance of image generation AI.
36
+
37
+ ## Example code
38
+
39
+ ```python
40
+ # Basic usage example
41
+ from diffusers import DiffusionPipeline
42
+ import torch
43
+
44
+ # Load the model (with float16 precision for GPU)
45
+ pipe = DiffusionPipeline.from_pretrained(
46
+ "Heartsync/NSFW-Uncensored",
47
+ torch_dtype=torch.float16
48
+ )
49
+ pipe.to("cuda") # Move to GPU
50
+
51
+ # Generate an image with a simple prompt
52
+ prompt = "Woman in an elegant dress standing by a window, detailed lighting, 8k"
53
+ negative_prompt = "low quality, blurry, deformed"
54
+
55
+ # Create the image
56
+ image = pipe(
57
+ prompt=prompt,
58
+ negative_prompt=negative_prompt,
59
+ num_inference_steps=30,
60
+ guidance_scale=7.5
61
+ ).images[0]
62
+
63
+ # Save the image
64
+ image.save("generated_image.png")
65
+
66
+ # Advanced example - fixed seed and additional parameters
67
+ import numpy as np
68
+
69
+ # Set seed for reproducible results
70
+ seed = 42
71
+ generator = torch.Generator("cuda").manual_seed(seed)
72
+
73
+ # Advanced parameter settings
74
+ prompt = "A dramatic scene with explicit details, cinematic lighting, high resolution"
75
+ image = pipe(
76
+ prompt=prompt,
77
+ negative_prompt="ugly, deformed, disfigured, poor quality, low resolution",
78
+ num_inference_steps=50, # More steps for higher quality
79
+ guidance_scale=8.0, # Increase prompt fidelity
80
+ width=768, # Adjust image width
81
+ height=768, # Adjust image height
82
+ generator=generator # Fixed seed
83
+ ).images[0]
84
+
85
+ image.save("high_quality_image.png")
86
+ ```
Heartsync_NSFW-Uncensored/model_index.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.27.2",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "force_zeros_for_empty_prompt": true,
9
+ "image_encoder": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "EulerDiscreteScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "text_encoder_2": [
22
+ "transformers",
23
+ "CLIPTextModelWithProjection"
24
+ ],
25
+ "tokenizer": [
26
+ "transformers",
27
+ "CLIPTokenizer"
28
+ ],
29
+ "tokenizer_2": [
30
+ "transformers",
31
+ "CLIPTokenizer"
32
+ ],
33
+ "unet": [
34
+ "diffusers",
35
+ "UNet2DConditionModel"
36
+ ],
37
+ "vae": [
38
+ "diffusers",
39
+ "AutoencoderKL"
40
+ ]
41
+ }
Heartsync_NSFW-Uncensored/test_app.py ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Basic usage example
2
+ from diffusers import DiffusionPipeline
3
+ import torch
4
+
5
+ # Load the model (with float16 precision for GPU)
6
+ pipe = DiffusionPipeline.from_pretrained(
7
+ "Heartsync/NSFW-Uncensored",
8
+ torch_dtype=torch.float16
9
+ )
10
+ pipe.to("cuda") # Move to GPU
11
+
12
+ # Generate an image with a simple prompt
13
+ prompt = "Woman in an elegant dress standing by a window, detailed lighting, 8k"
14
+ negative_prompt = "low quality, blurry, deformed"
15
+
16
+ # Create the image
17
+ image = pipe(
18
+ prompt=prompt,
19
+ negative_prompt=negative_prompt,
20
+ num_inference_steps=30,
21
+ guidance_scale=7.5
22
+ ).images[0]
23
+
24
+ # Save the image
25
+ image.save("generated_image.png")
26
+
27
+ # Advanced example - fixed seed and additional parameters
28
+ import numpy as np
29
+
30
+ # Set seed for reproducible results
31
+ seed = 42
32
+ generator = torch.Generator("cuda").manual_seed(seed)
33
+
34
+ # Advanced parameter settings
35
+ prompt = "A dramatic scene with explicit details, cinematic lighting, high resolution"
36
+ image = pipe(
37
+ prompt=prompt,
38
+ negative_prompt="ugly, deformed, disfigured, poor quality, low resolution",
39
+ num_inference_steps=50, # More steps for higher quality
40
+ guidance_scale=8.0, # Increase prompt fidelity
41
+ width=768, # Adjust image width
42
+ height=768, # Adjust image height
43
+ generator=generator # Fixed seed
44
+ ).images[0]
45
+
46
+ image.save("high_quality_image.png")
LoliV5-edited/README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
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/model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
Qwen-Image-Edit-2511-bnb-nf4/README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: diffusers
4
+ base_model: Qwen/Qwen-Image-Edit-2511
5
+ tags:
6
+ - image-to-image
7
+ - image-editing
8
+ - qwen
9
+ - quantized
10
+ - bitsandbytes
11
+ - nf4
12
+ - 4bit
13
+ pipeline_tag: image-to-image
14
+ ---
15
+
16
+ # Qwen-Image-Edit-2511-bnb-nf4
17
+
18
+ 4-bit NF4 quantized version of [Qwen-Image-Edit-2511](https://huggingface.co/Qwen/Qwen-Image-Edit-2511) using BitsAndBytes.
19
+
20
+ This quantized model significantly reduces VRAM requirements, making it accessible on consumer GPUs like RTX 3090/4080/4090.
21
+
22
+ ## Sample Outputs
23
+
24
+ ### Single Image Editing
25
+
26
+ <table>
27
+ <tr>
28
+ <th>Input</th>
29
+ <th>Prompt</th>
30
+ <th>Output</th>
31
+ </tr>
32
+ <tr>
33
+ <td><img src="samples/inputs/cat.jpg" width="200"></td>
34
+ <td>"A cat wearing stylish sunglasses"</td>
35
+ <td><img src="samples/cat_sunglasses.png" width="200"></td>
36
+ </tr>
37
+ <tr>
38
+ <td><img src="samples/inputs/portrait.jpg" width="200"></td>
39
+ <td>"Cyberpunk style with neon lights"</td>
40
+ <td><img src="samples/portrait_cyberpunk.png" width="200"></td>
41
+ </tr>
42
+ </table>
43
+
44
+ ### Multi-Image Editing
45
+
46
+ Combine multiple images into one coherent scene:
47
+
48
+ <table>
49
+ <tr>
50
+ <th>Input 1</th>
51
+ <th>Input 2</th>
52
+ <th>Prompt</th>
53
+ <th>Output</th>
54
+ </tr>
55
+ <tr>
56
+ <td><img src="samples/inputs/cat.jpg" width="150"></td>
57
+ <td><img src="samples/inputs/mountain.jpg" width="150"></td>
58
+ <td>"A cat sitting on a mountain cliff"</td>
59
+ <td><img src="samples/multi_cat_mountain.png" width="200"></td>
60
+ </tr>
61
+ <tr>
62
+ <td><img src="samples/inputs/portrait.jpg" width="150"></td>
63
+ <td><img src="samples/inputs/mountain.jpg" width="150"></td>
64
+ <td>"Person hiking in the mountains"</td>
65
+ <td><img src="samples/multi_portrait_mountain.png" width="200"></td>
66
+ </tr>
67
+ </table>
68
+
69
+ ### Style Transfer
70
+
71
+ <table>
72
+ <tr>
73
+ <th>Input</th>
74
+ <th>Style</th>
75
+ <th>Output</th>
76
+ </tr>
77
+ <tr>
78
+ <td><img src="samples/inputs/mountain.jpg" width="200"></td>
79
+ <td>Studio Ghibli</td>
80
+ <td><img src="samples/mountain_ghibli.png" width="200"></td>
81
+ </tr>
82
+ <tr>
83
+ <td><img src="samples/inputs/mountain.jpg" width="200"></td>
84
+ <td>Winter + Northern Lights</td>
85
+ <td><img src="samples/mountain_winter.png" width="200"></td>
86
+ </tr>
87
+ </table>
88
+
89
+ ## Features
90
+
91
+ - **Reduced VRAM**: ~17GB vs ~40GB (original BF16)
92
+ - **Same capabilities**: Single/multi-image editing, style transfer, character consistency
93
+ - **BitsAndBytes NF4**: High-quality 4-bit quantization
94
+
95
+ ## Requirements
96
+
97
+ ```bash
98
+ pip install torch diffusers transformers accelerate bitsandbytes
99
+ ```
100
+
101
+ ## Usage
102
+
103
+ ```python
104
+ import torch
105
+ from PIL import Image
106
+ from diffusers import QwenImageEditPlusPipeline
107
+
108
+ # Load quantized model
109
+ pipe = QwenImageEditPlusPipeline.from_pretrained(
110
+ "seochan99/Qwen-Image-Edit-2511-bnb-nf4",
111
+ torch_dtype=torch.bfloat16,
112
+ )
113
+ pipe.to("cuda")
114
+
115
+ # Single image editing
116
+ image = Image.open("input.png")
117
+ result = pipe(
118
+ image=[image],
119
+ prompt="Turn this into anime style",
120
+ true_cfg_scale=4.0,
121
+ negative_prompt=" ",
122
+ num_inference_steps=50,
123
+ ).images[0]
124
+ result.save("output.png")
125
+ ```
126
+
127
+ ## Multi-Image Editing
128
+
129
+ Combine two images into one coherent scene:
130
+
131
+ ```python
132
+ img1 = Image.open("person.png")
133
+ img2 = Image.open("background.png")
134
+
135
+ result = pipe(
136
+ image=[img1, img2],
137
+ prompt="Person standing in the forest, natural lighting",
138
+ true_cfg_scale=4.0,
139
+ negative_prompt=" ",
140
+ num_inference_steps=50,
141
+ ).images[0]
142
+ ```
143
+
144
+ ## VRAM Comparison
145
+
146
+ | Version | VRAM Usage |
147
+ |---------|------------|
148
+ | Original (BF16) | ~40GB |
149
+ | **This (NF4 4-bit)** | **~17GB** |
150
+
151
+ Tested on NVIDIA RTX 4090.
152
+
153
+ ## Quantization Details
154
+
155
+ - **Method**: BitsAndBytes NF4 (4-bit Normal Float)
156
+ - **Compute dtype**: bfloat16
157
+ - **Components quantized**: text_encoder, transformer
158
+
159
+ ## Model Info
160
+
161
+ - **Base model**: [Qwen/Qwen-Image-Edit-2511](https://huggingface.co/Qwen/Qwen-Image-Edit-2511)
162
+ - **Paper**: [arXiv:2508.02324](https://arxiv.org/abs/2508.02324)
163
+ - **Original repo**: [QwenLM/Qwen-Image](https://github.com/QwenLM/Qwen-Image)
164
+
165
+ ## License
166
+
167
+ Apache 2.0 (same as base model)
Qwen-Image-Edit-2511-bnb-nf4/model_index.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "QwenImageEditPlusPipeline",
3
+ "_diffusers_version": "0.37.0.dev0",
4
+ "_name_or_path": "Qwen/Qwen-Image-Edit-2511",
5
+ "processor": [
6
+ "transformers",
7
+ "Qwen2VLProcessor"
8
+ ],
9
+ "scheduler": [
10
+ "diffusers",
11
+ "FlowMatchEulerDiscreteScheduler"
12
+ ],
13
+ "text_encoder": [
14
+ "transformers",
15
+ "Qwen2_5_VLForConditionalGeneration"
16
+ ],
17
+ "tokenizer": [
18
+ "transformers",
19
+ "Qwen2Tokenizer"
20
+ ],
21
+ "transformer": [
22
+ "diffusers",
23
+ "QwenImageTransformer2DModel"
24
+ ],
25
+ "vae": [
26
+ "diffusers",
27
+ "AutoencoderKLQwenImage"
28
+ ]
29
+ }
Stable-Diffusion-Pokemon-en/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
Stable-Diffusion-Pokemon-en/en_blue_dragon.jpg ADDED
Stable-Diffusion-Pokemon-en/en_plant.jpg ADDED
Stable-Diffusion-Pokemon-en/model_index.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
asd.py ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ from huggingface_hub import HfApi, CommitOperationDelete
3
+
4
+ api = HfApi()
5
+ repo_id = "asdasdasd1234567890/diffusers"
6
+ local_folder = "."
7
+
8
+ # 1. Get the list of files currently in the remote repository
9
+ print("Fetching remote file list...")
10
+ remote_files = set(api.list_repo_files(repo_id=repo_id, repo_type="model"))
11
+
12
+ # 2. Get the list of files currently in your local folder
13
+ print("Scanning local files...")
14
+ local_files = set()
15
+ for root, dirs, files in os.walk(local_folder):
16
+ for file in files:
17
+ rel_path = os.path.relpath(os.path.join(root, file), local_folder)
18
+ local_files.add(rel_path.replace(os.sep, '/'))
19
+
20
+ # 3. Identify files to delete (In remote, but NOT in local)
21
+ # Always keep .gitattributes to avoid breaking LFS tracking
22
+ files_to_delete = remote_files - local_files - {".gitattributes", "asd.py"}
23
+
24
+ # 4. Perform the deletion using CommitOperationDelete
25
+ if files_to_delete:
26
+ print(f"Deleting {len(files_to_delete)} orphaned files from remote...")
27
+
28
+ operations = [CommitOperationDelete(path_in_repo=file) for file in files_to_delete]
29
+
30
+ api.create_commit(
31
+ repo_id=repo_id,
32
+ operations=operations,
33
+ commit_message=f"Clean up {len(files_to_delete)} orphaned files",
34
+ repo_type="model"
35
+ )
36
+ else:
37
+ print("No files to delete.")
38
+
39
+ # 5. Proceed with the stable large folder upload
40
+ print("Starting large folder upload...")
41
+ api.upload_large_folder(
42
+ folder_path=local_folder,
43
+ repo_id=repo_id,
44
+ repo_type="model",
45
+ )
46
+
47
+ print("Sync complete!")
asdf.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from huggingface_hub import list_repo_files
2
+
3
+ files = list_repo_files(repo_id="asdasdasd1234567890/diffusers")
4
+ print(f"Total files: {len(files)}")
5
+ print(files)
counterfeit-v1.0/README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - stable-diffusion
5
+ - stable-diffusion-diffusers
6
+ - text-to-image
7
+ - diffusers
8
+ inference: true
9
+ ---
10
+
11
+ Counterfeit is anime style Stable Diffusion model.
12
+
13
+ e.g.
14
+ prompt: solo,(a girl),cowboy shot,((masterpiece)),((best quality)),((an extremely detailed))
15
+ negative: low quality, lowres, worst quality, normal quality,(bad anatomy)
16
+ Steps: 28 Sampler: Euler a CFG scale: 12 Size: 640x960
17
+ ![sample1](https://huggingface.co/gsdf/counterfeit-v1.0/resolve/main/sumple01.png)
18
+
19
+ prompt: solo,(a loli girl),cowboy shot,((masterpiece)),((best quality)),((an extremely detailed))
20
+ negative: low quality, lowres, worst quality, normal quality,(bad anatomy)
21
+ Steps: 28 Sampler: Euler a CFG scale: 12 Size: 640x960
22
+ ![sample2](https://huggingface.co/gsdf/counterfeit-v1.0/resolve/main/sumple02.png)
counterfeit-v1.0/feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "CLIPImageProcessor",
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
+ }
counterfeit-v1.0/logs/text2image-fine-tune/1671001219.2232141/hparams.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ cache_dir: null
6
+ caption_column: text
7
+ center_crop: true
8
+ dataset_config_name: null
9
+ dataset_name: null
10
+ gradient_accumulation_steps: 4
11
+ gradient_checkpointing: true
12
+ hub_model_id: null
13
+ hub_token: null
14
+ image_column: null
15
+ learning_rate: 1.0e-05
16
+ local_rank: -1
17
+ logging_dir: logs
18
+ lr_scheduler: constant
19
+ lr_warmup_steps: 0
20
+ max_grad_norm: 1.0
21
+ max_train_samples: null
22
+ max_train_steps: 1500
23
+ mixed_precision: fp16
24
+ num_train_epochs: 7
25
+ output_dir: /content/drive/MyDrive/stable_diffusion/fine_turning/fine_diffusion
26
+ pretrained_model_name_or_path: Linaqruf/anything-v3.0
27
+ push_to_hub: null
28
+ random_flip: false
29
+ report_to: tensorboard
30
+ resolution: 512
31
+ scale_lr: false
32
+ seed: 512
33
+ train_batch_size: 1
34
+ train_data_dir: /content/drive/MyDrive/AI/ART_model_04
35
+ use_8bit_adam: true
36
+ use_ema: true
37
+ use_xformers: true
counterfeit-v1.0/model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.10.2",
4
+ "feature_extractor": [
5
+ "transformers",
6
+ "CLIPImageProcessor"
7
+ ],
8
+ "requires_safety_checker": true,
9
+ "safety_checker": [
10
+ "stable_diffusion",
11
+ "StableDiffusionSafetyChecker"
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
+ }
counterfeit-v1.0/safety_checker/config.json ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.25.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.25.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
+ }
counterfeit-v1.0/scheduler/scheduler_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.10.2",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "num_train_timesteps": 1000,
8
+ "prediction_type": "epsilon",
9
+ "set_alpha_to_one": false,
10
+ "skip_prk_steps": true,
11
+ "steps_offset": 1,
12
+ "trained_betas": null
13
+ }
counterfeit-v1.0/text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Linaqruf/anything-v3.0",
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": "float16",
23
+ "transformers_version": "4.25.1",
24
+ "vocab_size": 49408
25
+ }
counterfeit-v1.0/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
counterfeit-v1.0/tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
counterfeit-v1.0/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Linaqruf/anything-v3.0",
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
+ }
counterfeit-v1.0/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
counterfeit-v1.0/unet/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.10.2",
4
+ "_name_or_path": "Linaqruf/anything-v3.0",
5
+ "act_fn": "silu",
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 320,
9
+ 640,
10
+ 1280,
11
+ 1280
12
+ ],
13
+ "center_input_sample": false,
14
+ "cross_attention_dim": 768,
15
+ "down_block_types": [
16
+ "CrossAttnDownBlock2D",
17
+ "CrossAttnDownBlock2D",
18
+ "CrossAttnDownBlock2D",
19
+ "DownBlock2D"
20
+ ],
21
+ "downsample_padding": 1,
22
+ "dual_cross_attention": false,
23
+ "flip_sin_to_cos": true,
24
+ "freq_shift": 0,
25
+ "in_channels": 4,
26
+ "layers_per_block": 2,
27
+ "mid_block_scale_factor": 1,
28
+ "norm_eps": 1e-05,
29
+ "norm_num_groups": 32,
30
+ "num_class_embeds": null,
31
+ "only_cross_attention": false,
32
+ "out_channels": 4,
33
+ "sample_size": 64,
34
+ "up_block_types": [
35
+ "UpBlock2D",
36
+ "CrossAttnUpBlock2D",
37
+ "CrossAttnUpBlock2D",
38
+ "CrossAttnUpBlock2D"
39
+ ],
40
+ "upcast_attention": false,
41
+ "use_linear_projection": false
42
+ }
counterfeit-v1.0/vae/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.10.2",
4
+ "_name_or_path": "Linaqruf/anything-v3.0",
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
+ "in_channels": 3,
19
+ "latent_channels": 4,
20
+ "layers_per_block": 2,
21
+ "norm_num_groups": 32,
22
+ "out_channels": 3,
23
+ "sample_size": 256,
24
+ "up_block_types": [
25
+ "UpDecoderBlock2D",
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D"
29
+ ]
30
+ }
inpainting-realvisxlInpainting_v5lightning/model_index.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLInpaintPipeline",
3
+ "_diffusers_version": "0.27.2",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "force_zeros_for_empty_prompt": true,
9
+ "image_encoder": [
10
+ null,
11
+ null
12
+ ],
13
+ "requires_aesthetics_score": false,
14
+ "scheduler": [
15
+ "diffusers",
16
+ "EulerDiscreteScheduler"
17
+ ],
18
+ "text_encoder": [
19
+ "transformers",
20
+ "CLIPTextModel"
21
+ ],
22
+ "text_encoder_2": [
23
+ "transformers",
24
+ "CLIPTextModelWithProjection"
25
+ ],
26
+ "tokenizer": [
27
+ "transformers",
28
+ "CLIPTokenizer"
29
+ ],
30
+ "tokenizer_2": [
31
+ "transformers",
32
+ "CLIPTokenizer"
33
+ ],
34
+ "unet": [
35
+ "diffusers",
36
+ "UNet2DConditionModel"
37
+ ],
38
+ "vae": [
39
+ "diffusers",
40
+ "AutoencoderKL"
41
+ ]
42
+ }
lolo-cute-pony-nsfw-v10-sdxl/README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: faipl-1.0-sd
4
+ license_link: https://freedevproject.org/faipl-1.0-sd/
5
+ language:
6
+ - en
7
+ library_name: diffusers
8
+ pipeline_tag: text-to-image
9
+ tags:
10
+ - text-to-image
11
+ - stable-diffusion
12
+ - stable-diffusion-xl
13
+ - anime
14
+ - cute
15
+ - pony
16
+ ---
17
+
18
+ Original model is [here](https://civitai.com/models/730115/lolo-cute-pony-nsfw?modelVersionId=816445).
19
+ This model created by [wowww](https://civitai.com/user/wowww).
lolo-cute-pony-nsfw-v10-sdxl/model_index.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.31.0.dev0",
4
+ "feature_extractor": [
5
+ null,
6
+ null
7
+ ],
8
+ "force_zeros_for_empty_prompt": true,
9
+ "image_encoder": [
10
+ null,
11
+ null
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "EulerAncestralDiscreteScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "text_encoder_2": [
22
+ "transformers",
23
+ "CLIPTextModelWithProjection"
24
+ ],
25
+ "tokenizer": [
26
+ "transformers",
27
+ "CLIPTokenizer"
28
+ ],
29
+ "tokenizer_2": [
30
+ "transformers",
31
+ "CLIPTokenizer"
32
+ ],
33
+ "unet": [
34
+ "diffusers",
35
+ "UNet2DConditionModel"
36
+ ],
37
+ "vae": [
38
+ "diffusers",
39
+ "AutoencoderKL"
40
+ ]
41
+ }
pony-diffusion-v6-sdxl-inpainting/model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.19.3",
4
+ "force_zeros_for_empty_prompt": true,
5
+ "scheduler": [
6
+ "diffusers",
7
+ "EulerDiscreteScheduler"
8
+ ],
9
+ "text_encoder": [
10
+ "transformers",
11
+ "CLIPTextModel"
12
+ ],
13
+ "text_encoder_2": [
14
+ "transformers",
15
+ "CLIPTextModelWithProjection"
16
+ ],
17
+ "tokenizer": [
18
+ "transformers",
19
+ "CLIPTokenizer"
20
+ ],
21
+ "tokenizer_2": [
22
+ "transformers",
23
+ "CLIPTokenizer"
24
+ ],
25
+ "unet": [
26
+ "diffusers",
27
+ "UNet2DConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKL"
32
+ ]
33
+ }
pony-v7-base-Diffusers/README.md ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: pony-license
4
+ license_link: LICENSE
5
+ ---
6
+
7
+ # Pony V7
8
+
9
+ # This repo is a clone of the [original](purplesmartai/pony-v7-base) with the files not needed for Diffusers format to work removed.
10
+
11
+ ![Pony V7](V7.webp)
12
+
13
+ Pony V7 is a versatile character generation model based on AuraFlow architecture. It supports a wide range of styles and species types (humanoid, anthro, feral, and more) and handles character interactions through natural language prompts.
14
+
15
+ ## Fictional
16
+
17
+ First, let me introduce [Fictional](https://fictional.ai) - our multimodal platform where AI Characters come alive through text, images, voice, and (soon) video. Powered by PonyV7, V6, Chroma, Seedream 4, and other advanced models, Fictional lets you discover, create, and interact with characters who live their own lives and share their own stories.
18
+
19
+ Fictional is also what enables the development of models like V7, so if you're excited about the future of multimodal AI characters, please download Fictional on iOS or Android and help shape our future!
20
+
21
+ - **iOS**: https://apps.apple.com/us/app/fictional/id6739802573
22
+ - **Android**: https://play.google.com/store/apps/details?id=ai.fictional.app
23
+
24
+ ### Get in touch with us
25
+
26
+ Please join [our Discord Server](https://discord.gg/pYsdjMfu3q) if you have questions about Fictional and Pony models.
27
+
28
+ ## Important model information
29
+
30
+ Please check [this article](https://civitai.com/articles/19986) to learn more about why it took so long for us to ship V7 and upcoming model releases.
31
+
32
+ ## Model prompting
33
+
34
+ This model supports a wide array of styles and aesthetics but provides an opinionated default prompt template:
35
+
36
+ ```
37
+ special tags, factual description of image, stylistic description of image, additional content tags
38
+ ```
39
+
40
+ ### Special Tags
41
+
42
+ `score_X`, `style_cluster_x`, `source_X` - warning: V7 prompting may be inconsistent, please see the article as we are working on V7.1 to address this.
43
+
44
+ ### Factual description of image
45
+
46
+ Description of what is portrayed in the image without any stylistic indicators. Two recommendations:
47
+
48
+ 1. Start with a single phrase describing what you want in the image before going into details
49
+
50
+ 2. When referring to characters use pattern: `<species> <gender> <name> from <source>`
51
+
52
+ For example "Anthro bunny female Lola Bunny from Space Jam".
53
+
54
+ This model is capable of recognizing many popular and obscure characters and series.
55
+
56
+ ### Stylistic description of image
57
+
58
+ Any information about image medium, shot type, lighting, etc. (More info TBD with captioning Colab)
59
+
60
+ ### Tags
61
+
62
+ V7 is trained on a combination of natural language prompts and tags and is capable of understanding both, so describing the intended result using normal language works in most cases, although you can add some tags after the main prompt to boost them.
63
+
64
+ ### Captioning Colab
65
+
66
+ To get a better understanding of V7 prompting, we are releasing a [captioning Colab](https://colab.research.google.com/drive/19PG-0ltob8EynxUZSwOdjMFmqyJ7ZOCB) with all the models used for V7 captioning.
67
+
68
+ ## Supported inference settings
69
+
70
+ V7 supports resolutions in the range of 768px to 1536px. It is recommended to go for higher resolutions and at least 30 steps during inference.
71
+
72
+ ## Highlights compared to V6
73
+
74
+ - Much stronger understanding of prompts, especially when it comes to spatial information and multiple characters
75
+ - Much stronger background support - both generation of backgrounds and using background with character
76
+ - Much stronger realism support out of the box
77
+ - Ability to generate very dark and very light images
78
+ - Resolution up to 1536x1536 pixels
79
+ - Expanded character recognition (some V6 characters may get less recognized, but generally we extended the knowledge by a lot)
80
+
81
+ ## Special thanks
82
+
83
+ - Iceman for helping to procure necessary training resources
84
+ - [Simo Ryu](https://x.com/cloneofsimo) and the rest of FAL.ai team for creating AuraFlow and emotional support
85
+ - [Runpod for providing captioning compute](https://runpod.io/?utm_source=purplesmartai)
86
+ - [Piclumen](https://www.piclumen.com/) for being our partners
87
+ - [City96](https://github.com/city96) for help with GGUF support
88
+ - [diffusers](https://huggingface.co/docs/diffusers/en/index) team for supporting AuraFlow integration work
89
+ - PSAI Server Subscribers for supporting the project costs
90
+ - PSAI Server Moderators for being vigilant and managing the community
91
+ - Many supporters that decided to remain anonymous but their help has been critical for getting V7 done
92
+
93
+ ## Technical details
94
+
95
+ The model has been trained on ~10M images aesthetically ranked and selected from a superset of over 30M images with roughly 1:1 ratio between anime/cartoon/furry/pony datasets and 1:1 ratio between safe/questionable/explicit ratings. 100% of all images have been tagged and captioned with high quality detailed captions.
96
+
97
+ All images have been used in training with both captions and tags. Artists' names have been removed and source data has been filtered based on our Opt-in/Opt-out program. Any inappropriate explicit content has been filtered out.
98
+
99
+ ## Limitations
100
+
101
+ - This model does not support text generation and has degraded text generation capabilities compared to base AuraFlow
102
+ - Special tags (including quality tags) have much weaker performance compared to V6, meaning score_9 would not necessarily yield better results on some prompts. We are working on a V7.1 follow-up to improve this
103
+ - Small details and especially faces may degrade significantly depending on art style, this is a combination of outdated VAE and insufficient training which we are trying to improve in V7.1
104
+
105
+ ## LoRA training
106
+
107
+ We recommend using SimpleTuner for LoRA training following [this guide](https://github.com/bghira/SimpleTuner/blob/main/documentation/quickstart/AURAFLOW.md).
108
+
109
+
110
+ ## Commercial API
111
+
112
+ We provide [commercial API](https://fal.ai/models/fal-ai/pony-v7) via our exclusive partner FAL.ai
113
+
114
+ ## License
115
+
116
+ This model is licensed under a Pony License
117
+
118
+ In short, you can use this model and its outputs commercially unless you provide an inference service or application, have a company with over 1M revenue or use in professional video production. This limitations do not apply if you use first party commercial APIs.
119
+
120
+ If you want to use this model commercially, please reach us at contact@purplesmart.ai.
121
+
122
+ Explicit permission for commercial inference has been granted to CivitAi and Hugging Face.
pony-v7-base-Diffusers/V7.webp ADDED
pony-v7-base-Diffusers/model_index.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AuraFlowPipeline",
3
+ "_diffusers_version": "0.31.0.dev0",
4
+ "_name_or_path": "purplesmartai/pony-v7-base",
5
+ "scheduler": [
6
+ "diffusers",
7
+ "FlowMatchEulerDiscreteScheduler"
8
+ ],
9
+ "text_encoder": [
10
+ "transformers",
11
+ "UMT5EncoderModel"
12
+ ],
13
+ "tokenizer": [
14
+ "transformers",
15
+ "LlamaTokenizerFast"
16
+ ],
17
+ "transformer": [
18
+ "diffusers",
19
+ "AuraFlowTransformer2DModel"
20
+ ],
21
+ "vae": [
22
+ "diffusers",
23
+ "AutoencoderKL"
24
+ ]
25
+ }