Upload 23 files
Browse files- .gitattributes +3 -0
- bernini_config.json +16 -0
- patch_embedding.pt +3 -0
- scheduler/scheduler_config.json +33 -0
- text_encoder.bin +3 -0
- text_encoder.xml +0 -0
- tokenizer/tokenizer.json +3 -0
- tokenizer/tokenizer_config.json +317 -0
- transformer_blocks.bin +3 -0
- transformer_blocks.xml +0 -0
- transformer_config.json +1 -0
- vae_config.json +1 -0
- vae_decoder/vae_decoder_t1.bin +3 -0
- vae_decoder/vae_decoder_t1.xml +0 -0
- vae_decoder/vae_decoder_t21.bin +3 -0
- vae_decoder/vae_decoder_t21.xml +3 -0
- vae_decoder/vae_decoder_t6.bin +3 -0
- vae_decoder/vae_decoder_t6.xml +0 -0
- vae_encoder/vae_encoder_t1.bin +3 -0
- vae_encoder/vae_encoder_t1.xml +0 -0
- vae_encoder/vae_encoder_t21.bin +3 -0
- vae_encoder/vae_encoder_t21.xml +3 -0
- vae_encoder/vae_encoder_t6.bin +3 -0
- vae_encoder/vae_encoder_t6.xml +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
vae_decoder/vae_decoder_t21.xml filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
vae_encoder/vae_encoder_t21.xml filter=lfs diff=lfs merge=lfs -text
|
bernini_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"BerniniRendererModel"
|
| 4 |
+
],
|
| 5 |
+
"max_sequence_length": 512,
|
| 6 |
+
"model_type": "bernini_renderer",
|
| 7 |
+
"shift": 3.0,
|
| 8 |
+
"skip_transformer_1": false,
|
| 9 |
+
"skip_transformer_2": true,
|
| 10 |
+
"switch_dit_boundary": 0,
|
| 11 |
+
"text_dim": 4096,
|
| 12 |
+
"transformers_version": "5.14.1",
|
| 13 |
+
"use_src_id_rotary_emb": true,
|
| 14 |
+
"use_unipc": true,
|
| 15 |
+
"wan22_base": "Bernini-R-1.3B-Diffusers"
|
| 16 |
+
}
|
patch_embedding.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b74f72a6d4f4f25a2ec8d484ce005f90d3b4fac7fe39dc99eddc58748123f28
|
| 3 |
+
size 201701
|
scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UniPCMultistepScheduler",
|
| 3 |
+
"_diffusers_version": "0.39.0",
|
| 4 |
+
"beta_end": 0.02,
|
| 5 |
+
"beta_schedule": "linear",
|
| 6 |
+
"beta_start": 0.0001,
|
| 7 |
+
"disable_corrector": [],
|
| 8 |
+
"dynamic_thresholding_ratio": 0.995,
|
| 9 |
+
"final_sigmas_type": "zero",
|
| 10 |
+
"flow_shift": 3.0,
|
| 11 |
+
"lower_order_final": true,
|
| 12 |
+
"num_train_timesteps": 1000,
|
| 13 |
+
"predict_x0": true,
|
| 14 |
+
"prediction_type": "flow_prediction",
|
| 15 |
+
"rescale_betas_zero_snr": false,
|
| 16 |
+
"sample_max_value": 1.0,
|
| 17 |
+
"shift_terminal": null,
|
| 18 |
+
"sigma_max": null,
|
| 19 |
+
"sigma_min": null,
|
| 20 |
+
"solver_order": 2,
|
| 21 |
+
"solver_p": null,
|
| 22 |
+
"solver_type": "bh2",
|
| 23 |
+
"steps_offset": 0,
|
| 24 |
+
"thresholding": false,
|
| 25 |
+
"time_shift_type": "exponential",
|
| 26 |
+
"timestep_spacing": "linspace",
|
| 27 |
+
"trained_betas": null,
|
| 28 |
+
"use_beta_sigmas": false,
|
| 29 |
+
"use_dynamic_shifting": false,
|
| 30 |
+
"use_exponential_sigmas": false,
|
| 31 |
+
"use_flow_sigmas": true,
|
| 32 |
+
"use_karras_sigmas": false
|
| 33 |
+
}
|
text_encoder.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9a57074ad9b06119fd39e985a12d6a905f773f77b2d0d3eebd854debca00d15
|
| 3 |
+
size 5685233200
|
text_encoder.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e87c960c36d5fbf4e7e76c2469b7eab877be7f8c5992efbf97e44d3123cc6521
|
| 3 |
+
size 16837418
|
tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,317 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"bos_token": "<s>",
|
| 4 |
+
"clean_up_tokenization_spaces": true,
|
| 5 |
+
"eos_token": "</s>",
|
| 6 |
+
"extra_ids": 300,
|
| 7 |
+
"extra_special_tokens": [
|
| 8 |
+
"<extra_id_0>",
|
| 9 |
+
"<extra_id_1>",
|
| 10 |
+
"<extra_id_2>",
|
| 11 |
+
"<extra_id_3>",
|
| 12 |
+
"<extra_id_4>",
|
| 13 |
+
"<extra_id_5>",
|
| 14 |
+
"<extra_id_6>",
|
| 15 |
+
"<extra_id_7>",
|
| 16 |
+
"<extra_id_8>",
|
| 17 |
+
"<extra_id_9>",
|
| 18 |
+
"<extra_id_10>",
|
| 19 |
+
"<extra_id_11>",
|
| 20 |
+
"<extra_id_12>",
|
| 21 |
+
"<extra_id_13>",
|
| 22 |
+
"<extra_id_14>",
|
| 23 |
+
"<extra_id_15>",
|
| 24 |
+
"<extra_id_16>",
|
| 25 |
+
"<extra_id_17>",
|
| 26 |
+
"<extra_id_18>",
|
| 27 |
+
"<extra_id_19>",
|
| 28 |
+
"<extra_id_20>",
|
| 29 |
+
"<extra_id_21>",
|
| 30 |
+
"<extra_id_22>",
|
| 31 |
+
"<extra_id_23>",
|
| 32 |
+
"<extra_id_24>",
|
| 33 |
+
"<extra_id_25>",
|
| 34 |
+
"<extra_id_26>",
|
| 35 |
+
"<extra_id_27>",
|
| 36 |
+
"<extra_id_28>",
|
| 37 |
+
"<extra_id_29>",
|
| 38 |
+
"<extra_id_30>",
|
| 39 |
+
"<extra_id_31>",
|
| 40 |
+
"<extra_id_32>",
|
| 41 |
+
"<extra_id_33>",
|
| 42 |
+
"<extra_id_34>",
|
| 43 |
+
"<extra_id_35>",
|
| 44 |
+
"<extra_id_36>",
|
| 45 |
+
"<extra_id_37>",
|
| 46 |
+
"<extra_id_38>",
|
| 47 |
+
"<extra_id_39>",
|
| 48 |
+
"<extra_id_40>",
|
| 49 |
+
"<extra_id_41>",
|
| 50 |
+
"<extra_id_42>",
|
| 51 |
+
"<extra_id_43>",
|
| 52 |
+
"<extra_id_44>",
|
| 53 |
+
"<extra_id_45>",
|
| 54 |
+
"<extra_id_46>",
|
| 55 |
+
"<extra_id_47>",
|
| 56 |
+
"<extra_id_48>",
|
| 57 |
+
"<extra_id_49>",
|
| 58 |
+
"<extra_id_50>",
|
| 59 |
+
"<extra_id_51>",
|
| 60 |
+
"<extra_id_52>",
|
| 61 |
+
"<extra_id_53>",
|
| 62 |
+
"<extra_id_54>",
|
| 63 |
+
"<extra_id_55>",
|
| 64 |
+
"<extra_id_56>",
|
| 65 |
+
"<extra_id_57>",
|
| 66 |
+
"<extra_id_58>",
|
| 67 |
+
"<extra_id_59>",
|
| 68 |
+
"<extra_id_60>",
|
| 69 |
+
"<extra_id_61>",
|
| 70 |
+
"<extra_id_62>",
|
| 71 |
+
"<extra_id_63>",
|
| 72 |
+
"<extra_id_64>",
|
| 73 |
+
"<extra_id_65>",
|
| 74 |
+
"<extra_id_66>",
|
| 75 |
+
"<extra_id_67>",
|
| 76 |
+
"<extra_id_68>",
|
| 77 |
+
"<extra_id_69>",
|
| 78 |
+
"<extra_id_70>",
|
| 79 |
+
"<extra_id_71>",
|
| 80 |
+
"<extra_id_72>",
|
| 81 |
+
"<extra_id_73>",
|
| 82 |
+
"<extra_id_74>",
|
| 83 |
+
"<extra_id_75>",
|
| 84 |
+
"<extra_id_76>",
|
| 85 |
+
"<extra_id_77>",
|
| 86 |
+
"<extra_id_78>",
|
| 87 |
+
"<extra_id_79>",
|
| 88 |
+
"<extra_id_80>",
|
| 89 |
+
"<extra_id_81>",
|
| 90 |
+
"<extra_id_82>",
|
| 91 |
+
"<extra_id_83>",
|
| 92 |
+
"<extra_id_84>",
|
| 93 |
+
"<extra_id_85>",
|
| 94 |
+
"<extra_id_86>",
|
| 95 |
+
"<extra_id_87>",
|
| 96 |
+
"<extra_id_88>",
|
| 97 |
+
"<extra_id_89>",
|
| 98 |
+
"<extra_id_90>",
|
| 99 |
+
"<extra_id_91>",
|
| 100 |
+
"<extra_id_92>",
|
| 101 |
+
"<extra_id_93>",
|
| 102 |
+
"<extra_id_94>",
|
| 103 |
+
"<extra_id_95>",
|
| 104 |
+
"<extra_id_96>",
|
| 105 |
+
"<extra_id_97>",
|
| 106 |
+
"<extra_id_98>",
|
| 107 |
+
"<extra_id_99>",
|
| 108 |
+
"<extra_id_100>",
|
| 109 |
+
"<extra_id_101>",
|
| 110 |
+
"<extra_id_102>",
|
| 111 |
+
"<extra_id_103>",
|
| 112 |
+
"<extra_id_104>",
|
| 113 |
+
"<extra_id_105>",
|
| 114 |
+
"<extra_id_106>",
|
| 115 |
+
"<extra_id_107>",
|
| 116 |
+
"<extra_id_108>",
|
| 117 |
+
"<extra_id_109>",
|
| 118 |
+
"<extra_id_110>",
|
| 119 |
+
"<extra_id_111>",
|
| 120 |
+
"<extra_id_112>",
|
| 121 |
+
"<extra_id_113>",
|
| 122 |
+
"<extra_id_114>",
|
| 123 |
+
"<extra_id_115>",
|
| 124 |
+
"<extra_id_116>",
|
| 125 |
+
"<extra_id_117>",
|
| 126 |
+
"<extra_id_118>",
|
| 127 |
+
"<extra_id_119>",
|
| 128 |
+
"<extra_id_120>",
|
| 129 |
+
"<extra_id_121>",
|
| 130 |
+
"<extra_id_122>",
|
| 131 |
+
"<extra_id_123>",
|
| 132 |
+
"<extra_id_124>",
|
| 133 |
+
"<extra_id_125>",
|
| 134 |
+
"<extra_id_126>",
|
| 135 |
+
"<extra_id_127>",
|
| 136 |
+
"<extra_id_128>",
|
| 137 |
+
"<extra_id_129>",
|
| 138 |
+
"<extra_id_130>",
|
| 139 |
+
"<extra_id_131>",
|
| 140 |
+
"<extra_id_132>",
|
| 141 |
+
"<extra_id_133>",
|
| 142 |
+
"<extra_id_134>",
|
| 143 |
+
"<extra_id_135>",
|
| 144 |
+
"<extra_id_136>",
|
| 145 |
+
"<extra_id_137>",
|
| 146 |
+
"<extra_id_138>",
|
| 147 |
+
"<extra_id_139>",
|
| 148 |
+
"<extra_id_140>",
|
| 149 |
+
"<extra_id_141>",
|
| 150 |
+
"<extra_id_142>",
|
| 151 |
+
"<extra_id_143>",
|
| 152 |
+
"<extra_id_144>",
|
| 153 |
+
"<extra_id_145>",
|
| 154 |
+
"<extra_id_146>",
|
| 155 |
+
"<extra_id_147>",
|
| 156 |
+
"<extra_id_148>",
|
| 157 |
+
"<extra_id_149>",
|
| 158 |
+
"<extra_id_150>",
|
| 159 |
+
"<extra_id_151>",
|
| 160 |
+
"<extra_id_152>",
|
| 161 |
+
"<extra_id_153>",
|
| 162 |
+
"<extra_id_154>",
|
| 163 |
+
"<extra_id_155>",
|
| 164 |
+
"<extra_id_156>",
|
| 165 |
+
"<extra_id_157>",
|
| 166 |
+
"<extra_id_158>",
|
| 167 |
+
"<extra_id_159>",
|
| 168 |
+
"<extra_id_160>",
|
| 169 |
+
"<extra_id_161>",
|
| 170 |
+
"<extra_id_162>",
|
| 171 |
+
"<extra_id_163>",
|
| 172 |
+
"<extra_id_164>",
|
| 173 |
+
"<extra_id_165>",
|
| 174 |
+
"<extra_id_166>",
|
| 175 |
+
"<extra_id_167>",
|
| 176 |
+
"<extra_id_168>",
|
| 177 |
+
"<extra_id_169>",
|
| 178 |
+
"<extra_id_170>",
|
| 179 |
+
"<extra_id_171>",
|
| 180 |
+
"<extra_id_172>",
|
| 181 |
+
"<extra_id_173>",
|
| 182 |
+
"<extra_id_174>",
|
| 183 |
+
"<extra_id_175>",
|
| 184 |
+
"<extra_id_176>",
|
| 185 |
+
"<extra_id_177>",
|
| 186 |
+
"<extra_id_178>",
|
| 187 |
+
"<extra_id_179>",
|
| 188 |
+
"<extra_id_180>",
|
| 189 |
+
"<extra_id_181>",
|
| 190 |
+
"<extra_id_182>",
|
| 191 |
+
"<extra_id_183>",
|
| 192 |
+
"<extra_id_184>",
|
| 193 |
+
"<extra_id_185>",
|
| 194 |
+
"<extra_id_186>",
|
| 195 |
+
"<extra_id_187>",
|
| 196 |
+
"<extra_id_188>",
|
| 197 |
+
"<extra_id_189>",
|
| 198 |
+
"<extra_id_190>",
|
| 199 |
+
"<extra_id_191>",
|
| 200 |
+
"<extra_id_192>",
|
| 201 |
+
"<extra_id_193>",
|
| 202 |
+
"<extra_id_194>",
|
| 203 |
+
"<extra_id_195>",
|
| 204 |
+
"<extra_id_196>",
|
| 205 |
+
"<extra_id_197>",
|
| 206 |
+
"<extra_id_198>",
|
| 207 |
+
"<extra_id_199>",
|
| 208 |
+
"<extra_id_200>",
|
| 209 |
+
"<extra_id_201>",
|
| 210 |
+
"<extra_id_202>",
|
| 211 |
+
"<extra_id_203>",
|
| 212 |
+
"<extra_id_204>",
|
| 213 |
+
"<extra_id_205>",
|
| 214 |
+
"<extra_id_206>",
|
| 215 |
+
"<extra_id_207>",
|
| 216 |
+
"<extra_id_208>",
|
| 217 |
+
"<extra_id_209>",
|
| 218 |
+
"<extra_id_210>",
|
| 219 |
+
"<extra_id_211>",
|
| 220 |
+
"<extra_id_212>",
|
| 221 |
+
"<extra_id_213>",
|
| 222 |
+
"<extra_id_214>",
|
| 223 |
+
"<extra_id_215>",
|
| 224 |
+
"<extra_id_216>",
|
| 225 |
+
"<extra_id_217>",
|
| 226 |
+
"<extra_id_218>",
|
| 227 |
+
"<extra_id_219>",
|
| 228 |
+
"<extra_id_220>",
|
| 229 |
+
"<extra_id_221>",
|
| 230 |
+
"<extra_id_222>",
|
| 231 |
+
"<extra_id_223>",
|
| 232 |
+
"<extra_id_224>",
|
| 233 |
+
"<extra_id_225>",
|
| 234 |
+
"<extra_id_226>",
|
| 235 |
+
"<extra_id_227>",
|
| 236 |
+
"<extra_id_228>",
|
| 237 |
+
"<extra_id_229>",
|
| 238 |
+
"<extra_id_230>",
|
| 239 |
+
"<extra_id_231>",
|
| 240 |
+
"<extra_id_232>",
|
| 241 |
+
"<extra_id_233>",
|
| 242 |
+
"<extra_id_234>",
|
| 243 |
+
"<extra_id_235>",
|
| 244 |
+
"<extra_id_236>",
|
| 245 |
+
"<extra_id_237>",
|
| 246 |
+
"<extra_id_238>",
|
| 247 |
+
"<extra_id_239>",
|
| 248 |
+
"<extra_id_240>",
|
| 249 |
+
"<extra_id_241>",
|
| 250 |
+
"<extra_id_242>",
|
| 251 |
+
"<extra_id_243>",
|
| 252 |
+
"<extra_id_244>",
|
| 253 |
+
"<extra_id_245>",
|
| 254 |
+
"<extra_id_246>",
|
| 255 |
+
"<extra_id_247>",
|
| 256 |
+
"<extra_id_248>",
|
| 257 |
+
"<extra_id_249>",
|
| 258 |
+
"<extra_id_250>",
|
| 259 |
+
"<extra_id_251>",
|
| 260 |
+
"<extra_id_252>",
|
| 261 |
+
"<extra_id_253>",
|
| 262 |
+
"<extra_id_254>",
|
| 263 |
+
"<extra_id_255>",
|
| 264 |
+
"<extra_id_256>",
|
| 265 |
+
"<extra_id_257>",
|
| 266 |
+
"<extra_id_258>",
|
| 267 |
+
"<extra_id_259>",
|
| 268 |
+
"<extra_id_260>",
|
| 269 |
+
"<extra_id_261>",
|
| 270 |
+
"<extra_id_262>",
|
| 271 |
+
"<extra_id_263>",
|
| 272 |
+
"<extra_id_264>",
|
| 273 |
+
"<extra_id_265>",
|
| 274 |
+
"<extra_id_266>",
|
| 275 |
+
"<extra_id_267>",
|
| 276 |
+
"<extra_id_268>",
|
| 277 |
+
"<extra_id_269>",
|
| 278 |
+
"<extra_id_270>",
|
| 279 |
+
"<extra_id_271>",
|
| 280 |
+
"<extra_id_272>",
|
| 281 |
+
"<extra_id_273>",
|
| 282 |
+
"<extra_id_274>",
|
| 283 |
+
"<extra_id_275>",
|
| 284 |
+
"<extra_id_276>",
|
| 285 |
+
"<extra_id_277>",
|
| 286 |
+
"<extra_id_278>",
|
| 287 |
+
"<extra_id_279>",
|
| 288 |
+
"<extra_id_280>",
|
| 289 |
+
"<extra_id_281>",
|
| 290 |
+
"<extra_id_282>",
|
| 291 |
+
"<extra_id_283>",
|
| 292 |
+
"<extra_id_284>",
|
| 293 |
+
"<extra_id_285>",
|
| 294 |
+
"<extra_id_286>",
|
| 295 |
+
"<extra_id_287>",
|
| 296 |
+
"<extra_id_288>",
|
| 297 |
+
"<extra_id_289>",
|
| 298 |
+
"<extra_id_290>",
|
| 299 |
+
"<extra_id_291>",
|
| 300 |
+
"<extra_id_292>",
|
| 301 |
+
"<extra_id_293>",
|
| 302 |
+
"<extra_id_294>",
|
| 303 |
+
"<extra_id_295>",
|
| 304 |
+
"<extra_id_296>",
|
| 305 |
+
"<extra_id_297>",
|
| 306 |
+
"<extra_id_298>",
|
| 307 |
+
"<extra_id_299>"
|
| 308 |
+
],
|
| 309 |
+
"is_local": true,
|
| 310 |
+
"local_files_only": false,
|
| 311 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 312 |
+
"pad_token": "<pad>",
|
| 313 |
+
"sp_model_kwargs": {},
|
| 314 |
+
"spaces_between_special_tokens": false,
|
| 315 |
+
"tokenizer_class": "T5Tokenizer",
|
| 316 |
+
"unk_token": "<unk>"
|
| 317 |
+
}
|
transformer_blocks.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beb4ae4457271d555f02674385af7abd91b645f0988cc0799ad648d1a4b225b1
|
| 3 |
+
size 1424759412
|
transformer_blocks.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transformer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"patch_size": [1, 2, 2], "num_attention_heads": 12, "attention_head_dim": 128, "in_channels": 16, "out_channels": 16, "text_dim": 4096, "freq_dim": 256, "ffn_dim": 8960, "num_layers": 30, "cross_attn_norm": true, "qk_norm": "rms_norm_across_heads", "eps": 1e-06, "image_dim": null, "added_kv_proj_dim": null, "rope_max_seq_len": 1024, "use_src_id_rotary_emb": true, "_class_name": "WanTransformer3DModel", "_diffusers_version": "0.35.0.dev0", "pos_embed_seq_len": null, "_name_or_path": "Bernini-R-1.3B-Diffusers"}
|
vae_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"base_dim": 96, "decoder_base_dim": null, "z_dim": 16, "dim_mult": [1, 2, 4, 4], "num_res_blocks": 2, "attn_scales": [], "temperal_downsample": [false, true, true], "dropout": 0.0, "latents_mean": [-0.7571, -0.7089, -0.9113, 0.1075, -0.1745, 0.9653, -0.1517, 1.5508, 0.4134, -0.0715, 0.5517, -0.3632, -0.1922, -0.9497, 0.2503, -0.2921], "latents_std": [2.8184, 1.4541, 2.3275, 2.6558, 1.2196, 1.7708, 2.6052, 2.0743, 3.2687, 2.1526, 2.8652, 1.5579, 1.6382, 1.1253, 2.8251, 1.916], "is_residual": false, "in_channels": 3, "out_channels": 3, "patch_size": null, "scale_factor_temporal": 4, "scale_factor_spatial": 8, "_use_default_values": ["patch_size", "out_channels", "in_channels", "scale_factor_temporal", "decoder_base_dim", "is_residual", "scale_factor_spatial"], "_class_name": "AutoencoderKLWan", "_diffusers_version": "0.33.0.dev0", "_name_or_path": "Bernini-R-1.3B-Diffusers"}
|
vae_decoder/vae_decoder_t1.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2334ed1836ed1b28534d492b21afe0668858975f9bebb6d08dce81dee5ff4ae
|
| 3 |
+
size 71611993
|
vae_decoder/vae_decoder_t1.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vae_decoder/vae_decoder_t21.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3c730c700da662a6611cd81db9ce4d695a8ba80339f9779094021bb9b2b79c0
|
| 3 |
+
size 73392489
|
vae_decoder/vae_decoder_t21.xml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5ebad5276a528b21d010a9efa0636742fd06cb2012cd819bf2d04d5d053d88b
|
| 3 |
+
size 12461649
|
vae_decoder/vae_decoder_t6.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c4b99f3a2e2d812eeeb5bad188d3590dd1c31f8f2a715769e5cbf1d4d233b6c
|
| 3 |
+
size 73392369
|
vae_decoder/vae_decoder_t6.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vae_encoder/vae_encoder_t1.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4717745a62a36c338079c8f1b4581885ec55d7af9b8814543f8726268e73826d
|
| 3 |
+
size 53113228
|
vae_encoder/vae_encoder_t1.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vae_encoder/vae_encoder_t21.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dce6c89313897a556ee7da8dcc78d75e26c8be1e334b793ebaaf0c7c0d5a8bd4
|
| 3 |
+
size 53670476
|
vae_encoder/vae_encoder_t21.xml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:706c6233e1e3adc0a8ac79ac2997ad333fc1240cd2324724c69f04c7dfa05379
|
| 3 |
+
size 11964539
|
vae_encoder/vae_encoder_t6.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52ae2e7bf090860bf229430772a3a6242009bccbede2d7fb3a14268b2fe7739b
|
| 3 |
+
size 53670356
|
vae_encoder/vae_encoder_t6.xml
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|