bubbliiiing
		
	commited on
		
		
					Commit 
							
							·
						
						9bd98a6
	
1
								Parent(s):
							
							2c18d62
								
Create weights
Browse files- model_index.json +41 -0
- scheduler/scheduler_config.json +18 -0
- text_encoder/config.json +33 -0
- text_encoder/model.safetensors +3 -0
- text_encoder_2/config.json +32 -0
- text_encoder_2/model-00001-of-00002.safetensors +3 -0
- text_encoder_2/model-00002-of-00002.safetensors +3 -0
- text_encoder_2/model.safetensors.index.json +226 -0
- transformer/config.json +29 -0
- vae/config.json +43 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
    	
        model_index.json
    ADDED
    
    | @@ -0,0 +1,41 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_class_name": "EasyAnimatePipeline_Multi_Text_Encoder",
         | 
| 3 | 
            +
              "_diffusers_version": "0.31.0.dev0",
         | 
| 4 | 
            +
              "feature_extractor": [
         | 
| 5 | 
            +
                null,
         | 
| 6 | 
            +
                null
         | 
| 7 | 
            +
              ],
         | 
| 8 | 
            +
              "requires_safety_checker": true,
         | 
| 9 | 
            +
              "safety_checker": [
         | 
| 10 | 
            +
                null,
         | 
| 11 | 
            +
                null
         | 
| 12 | 
            +
              ],
         | 
| 13 | 
            +
              "scheduler": [
         | 
| 14 | 
            +
                "diffusers",
         | 
| 15 | 
            +
                "DDPMScheduler"
         | 
| 16 | 
            +
              ],
         | 
| 17 | 
            +
              "text_encoder": [
         | 
| 18 | 
            +
                "transformers",
         | 
| 19 | 
            +
                "BertModel"
         | 
| 20 | 
            +
              ],
         | 
| 21 | 
            +
              "text_encoder_2": [
         | 
| 22 | 
            +
                "transformers",
         | 
| 23 | 
            +
                "T5EncoderModel"
         | 
| 24 | 
            +
              ],
         | 
| 25 | 
            +
              "tokenizer": [
         | 
| 26 | 
            +
                "transformers",
         | 
| 27 | 
            +
                "BertTokenizer"
         | 
| 28 | 
            +
              ],
         | 
| 29 | 
            +
              "tokenizer_2": [
         | 
| 30 | 
            +
                "transformers",
         | 
| 31 | 
            +
                "T5Tokenizer"
         | 
| 32 | 
            +
              ],
         | 
| 33 | 
            +
              "transformer": [
         | 
| 34 | 
            +
                "diffusers",
         | 
| 35 | 
            +
                "EasyAnimateTransformer3DModel"
         | 
| 36 | 
            +
              ],
         | 
| 37 | 
            +
              "vae": [
         | 
| 38 | 
            +
                "diffusers",
         | 
| 39 | 
            +
                "AutoencoderKL"
         | 
| 40 | 
            +
              ]
         | 
| 41 | 
            +
            }
         | 
    	
        scheduler/scheduler_config.json
    ADDED
    
    | @@ -0,0 +1,18 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_class_name": "DDIMScheduler",
         | 
| 3 | 
            +
              "_diffusers_version": "0.31.0.dev0",
         | 
| 4 | 
            +
              "beta_end": 0.012,
         | 
| 5 | 
            +
              "beta_schedule": "scaled_linear",
         | 
| 6 | 
            +
              "beta_start": 0.00085,
         | 
| 7 | 
            +
              "clip_sample": false,
         | 
| 8 | 
            +
              "clip_sample_range": 1.0,
         | 
| 9 | 
            +
              "num_train_timesteps": 1000,
         | 
| 10 | 
            +
              "prediction_type": "v_prediction",
         | 
| 11 | 
            +
              "rescale_betas_zero_snr": true,
         | 
| 12 | 
            +
              "sample_max_value": 1.0,
         | 
| 13 | 
            +
              "set_alpha_to_one": true,
         | 
| 14 | 
            +
              "snr_shift_scale": 1.0,
         | 
| 15 | 
            +
              "steps_offset": 0,
         | 
| 16 | 
            +
              "timestep_spacing": "trailing",
         | 
| 17 | 
            +
              "trained_betas": null
         | 
| 18 | 
            +
            }
         | 
    	
        text_encoder/config.json
    ADDED
    
    | @@ -0,0 +1,33 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "architectures": [
         | 
| 3 | 
            +
                "BertModel"
         | 
| 4 | 
            +
              ],
         | 
| 5 | 
            +
              "attention_probs_dropout_prob": 0.1,
         | 
| 6 | 
            +
              "bos_token_id": 0,
         | 
| 7 | 
            +
              "classifier_dropout": null,
         | 
| 8 | 
            +
              "directionality": "bidi",
         | 
| 9 | 
            +
              "eos_token_id": 2,
         | 
| 10 | 
            +
              "hidden_act": "gelu",
         | 
| 11 | 
            +
              "hidden_dropout_prob": 0.1,
         | 
| 12 | 
            +
              "hidden_size": 1024,
         | 
| 13 | 
            +
              "initializer_range": 0.02,
         | 
| 14 | 
            +
              "intermediate_size": 4096,
         | 
| 15 | 
            +
              "layer_norm_eps": 1e-12,
         | 
| 16 | 
            +
              "max_position_embeddings": 512,
         | 
| 17 | 
            +
              "model_type": "bert",
         | 
| 18 | 
            +
              "num_attention_heads": 16,
         | 
| 19 | 
            +
              "num_hidden_layers": 24,
         | 
| 20 | 
            +
              "output_past": true,
         | 
| 21 | 
            +
              "pad_token_id": 0,
         | 
| 22 | 
            +
              "pooler_fc_size": 768,
         | 
| 23 | 
            +
              "pooler_num_attention_heads": 12,
         | 
| 24 | 
            +
              "pooler_num_fc_layers": 3,
         | 
| 25 | 
            +
              "pooler_size_per_head": 128,
         | 
| 26 | 
            +
              "pooler_type": "first_token_transform",
         | 
| 27 | 
            +
              "position_embedding_type": "absolute",
         | 
| 28 | 
            +
              "torch_dtype": "float32",
         | 
| 29 | 
            +
              "transformers_version": "4.41.1",
         | 
| 30 | 
            +
              "type_vocab_size": 2,
         | 
| 31 | 
            +
              "use_cache": true,
         | 
| 32 | 
            +
              "vocab_size": 47020
         | 
| 33 | 
            +
            }
         | 
    	
        text_encoder/model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:c6c6348af2cb4d5852fe51102ce39605903dbe7925c005cf8995506cc21ea914
         | 
| 3 | 
            +
            size 1408188288
         | 
    	
        text_encoder_2/config.json
    ADDED
    
    | @@ -0,0 +1,32 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "architectures": [
         | 
| 3 | 
            +
                "T5EncoderModel"
         | 
| 4 | 
            +
              ],
         | 
| 5 | 
            +
              "classifier_dropout": 0.0,
         | 
| 6 | 
            +
              "d_ff": 5120,
         | 
| 7 | 
            +
              "d_kv": 64,
         | 
| 8 | 
            +
              "d_model": 2048,
         | 
| 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": 32,
         | 
| 21 | 
            +
              "num_layers": 24,
         | 
| 22 | 
            +
              "output_past": true,
         | 
| 23 | 
            +
              "pad_token_id": 0,
         | 
| 24 | 
            +
              "relative_attention_max_distance": 128,
         | 
| 25 | 
            +
              "relative_attention_num_buckets": 32,
         | 
| 26 | 
            +
              "tie_word_embeddings": false,
         | 
| 27 | 
            +
              "tokenizer_class": "T5Tokenizer",
         | 
| 28 | 
            +
              "torch_dtype": "float32",
         | 
| 29 | 
            +
              "transformers_version": "4.41.1",
         | 
| 30 | 
            +
              "use_cache": true,
         | 
| 31 | 
            +
              "vocab_size": 250112
         | 
| 32 | 
            +
            }
         | 
    	
        text_encoder_2/model-00001-of-00002.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:2c0c539ab8e8fba3877cc94bc483e427f74c525f817a809b028ebc8d96d75a94
         | 
| 3 | 
            +
            size 4993585936
         | 
    	
        text_encoder_2/model-00002-of-00002.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:3b49976cb1fe40da28a600d783f4686024c97eb01f224c54305cce55ddcd8a5e
         | 
| 3 | 
            +
            size 1686275552
         | 
    	
        text_encoder_2/model.safetensors.index.json
    ADDED
    
    | @@ -0,0 +1,226 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "metadata": {
         | 
| 3 | 
            +
                "total_size": 6679834624
         | 
| 4 | 
            +
              },
         | 
| 5 | 
            +
              "weight_map": {
         | 
| 6 | 
            +
                "encoder.block.0.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 7 | 
            +
                "encoder.block.0.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 8 | 
            +
                "encoder.block.0.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 9 | 
            +
                "encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "model-00001-of-00002.safetensors",
         | 
| 10 | 
            +
                "encoder.block.0.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 11 | 
            +
                "encoder.block.0.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 12 | 
            +
                "encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 13 | 
            +
                "encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 14 | 
            +
                "encoder.block.0.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 15 | 
            +
                "encoder.block.0.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 16 | 
            +
                "encoder.block.1.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 17 | 
            +
                "encoder.block.1.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 18 | 
            +
                "encoder.block.1.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 19 | 
            +
                "encoder.block.1.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 20 | 
            +
                "encoder.block.1.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 21 | 
            +
                "encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 22 | 
            +
                "encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 23 | 
            +
                "encoder.block.1.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 24 | 
            +
                "encoder.block.1.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 25 | 
            +
                "encoder.block.10.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 26 | 
            +
                "encoder.block.10.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 27 | 
            +
                "encoder.block.10.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 28 | 
            +
                "encoder.block.10.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 29 | 
            +
                "encoder.block.10.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 30 | 
            +
                "encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 31 | 
            +
                "encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 32 | 
            +
                "encoder.block.10.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 33 | 
            +
                "encoder.block.10.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 34 | 
            +
                "encoder.block.11.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 35 | 
            +
                "encoder.block.11.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 36 | 
            +
                "encoder.block.11.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 37 | 
            +
                "encoder.block.11.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 38 | 
            +
                "encoder.block.11.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 39 | 
            +
                "encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 40 | 
            +
                "encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 41 | 
            +
                "encoder.block.11.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 42 | 
            +
                "encoder.block.11.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 43 | 
            +
                "encoder.block.12.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 44 | 
            +
                "encoder.block.12.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 45 | 
            +
                "encoder.block.12.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 46 | 
            +
                "encoder.block.12.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 47 | 
            +
                "encoder.block.12.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 48 | 
            +
                "encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 49 | 
            +
                "encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 50 | 
            +
                "encoder.block.12.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 51 | 
            +
                "encoder.block.12.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 52 | 
            +
                "encoder.block.13.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 53 | 
            +
                "encoder.block.13.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 54 | 
            +
                "encoder.block.13.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 55 | 
            +
                "encoder.block.13.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 56 | 
            +
                "encoder.block.13.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 57 | 
            +
                "encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 58 | 
            +
                "encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 59 | 
            +
                "encoder.block.13.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 60 | 
            +
                "encoder.block.13.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 61 | 
            +
                "encoder.block.14.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 62 | 
            +
                "encoder.block.14.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 63 | 
            +
                "encoder.block.14.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 64 | 
            +
                "encoder.block.14.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 65 | 
            +
                "encoder.block.14.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 66 | 
            +
                "encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 67 | 
            +
                "encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 68 | 
            +
                "encoder.block.14.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 69 | 
            +
                "encoder.block.14.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 70 | 
            +
                "encoder.block.15.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 71 | 
            +
                "encoder.block.15.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 72 | 
            +
                "encoder.block.15.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 73 | 
            +
                "encoder.block.15.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 74 | 
            +
                "encoder.block.15.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 75 | 
            +
                "encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 76 | 
            +
                "encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 77 | 
            +
                "encoder.block.15.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 78 | 
            +
                "encoder.block.15.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 79 | 
            +
                "encoder.block.16.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
         | 
| 80 | 
            +
                "encoder.block.16.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 81 | 
            +
                "encoder.block.16.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
         | 
| 82 | 
            +
                "encoder.block.16.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
         | 
| 83 | 
            +
                "encoder.block.16.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 84 | 
            +
                "encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 85 | 
            +
                "encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 86 | 
            +
                "encoder.block.16.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 87 | 
            +
                "encoder.block.16.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 88 | 
            +
                "encoder.block.17.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
         | 
| 89 | 
            +
                "encoder.block.17.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 90 | 
            +
                "encoder.block.17.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
         | 
| 91 | 
            +
                "encoder.block.17.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
         | 
| 92 | 
            +
                "encoder.block.17.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 93 | 
            +
                "encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 94 | 
            +
                "encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 95 | 
            +
                "encoder.block.17.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 96 | 
            +
                "encoder.block.17.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 97 | 
            +
                "encoder.block.18.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
         | 
| 98 | 
            +
                "encoder.block.18.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 99 | 
            +
                "encoder.block.18.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
         | 
| 100 | 
            +
                "encoder.block.18.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
         | 
| 101 | 
            +
                "encoder.block.18.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 102 | 
            +
                "encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 103 | 
            +
                "encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 104 | 
            +
                "encoder.block.18.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 105 | 
            +
                "encoder.block.18.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 106 | 
            +
                "encoder.block.19.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
         | 
| 107 | 
            +
                "encoder.block.19.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 108 | 
            +
                "encoder.block.19.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
         | 
| 109 | 
            +
                "encoder.block.19.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
         | 
| 110 | 
            +
                "encoder.block.19.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 111 | 
            +
                "encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 112 | 
            +
                "encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 113 | 
            +
                "encoder.block.19.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 114 | 
            +
                "encoder.block.19.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 115 | 
            +
                "encoder.block.2.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 116 | 
            +
                "encoder.block.2.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 117 | 
            +
                "encoder.block.2.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 118 | 
            +
                "encoder.block.2.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 119 | 
            +
                "encoder.block.2.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 120 | 
            +
                "encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 121 | 
            +
                "encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 122 | 
            +
                "encoder.block.2.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 123 | 
            +
                "encoder.block.2.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 124 | 
            +
                "encoder.block.20.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
         | 
| 125 | 
            +
                "encoder.block.20.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 126 | 
            +
                "encoder.block.20.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
         | 
| 127 | 
            +
                "encoder.block.20.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
         | 
| 128 | 
            +
                "encoder.block.20.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 129 | 
            +
                "encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 130 | 
            +
                "encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 131 | 
            +
                "encoder.block.20.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 132 | 
            +
                "encoder.block.20.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 133 | 
            +
                "encoder.block.21.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
         | 
| 134 | 
            +
                "encoder.block.21.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 135 | 
            +
                "encoder.block.21.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
         | 
| 136 | 
            +
                "encoder.block.21.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
         | 
| 137 | 
            +
                "encoder.block.21.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 138 | 
            +
                "encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 139 | 
            +
                "encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 140 | 
            +
                "encoder.block.21.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 141 | 
            +
                "encoder.block.21.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 142 | 
            +
                "encoder.block.22.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
         | 
| 143 | 
            +
                "encoder.block.22.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 144 | 
            +
                "encoder.block.22.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
         | 
| 145 | 
            +
                "encoder.block.22.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
         | 
| 146 | 
            +
                "encoder.block.22.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 147 | 
            +
                "encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 148 | 
            +
                "encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 149 | 
            +
                "encoder.block.22.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 150 | 
            +
                "encoder.block.22.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 151 | 
            +
                "encoder.block.23.layer.0.SelfAttention.k.weight": "model-00002-of-00002.safetensors",
         | 
| 152 | 
            +
                "encoder.block.23.layer.0.SelfAttention.o.weight": "model-00002-of-00002.safetensors",
         | 
| 153 | 
            +
                "encoder.block.23.layer.0.SelfAttention.q.weight": "model-00002-of-00002.safetensors",
         | 
| 154 | 
            +
                "encoder.block.23.layer.0.SelfAttention.v.weight": "model-00002-of-00002.safetensors",
         | 
| 155 | 
            +
                "encoder.block.23.layer.0.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 156 | 
            +
                "encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "model-00002-of-00002.safetensors",
         | 
| 157 | 
            +
                "encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "model-00002-of-00002.safetensors",
         | 
| 158 | 
            +
                "encoder.block.23.layer.1.DenseReluDense.wo.weight": "model-00002-of-00002.safetensors",
         | 
| 159 | 
            +
                "encoder.block.23.layer.1.layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 160 | 
            +
                "encoder.block.3.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 161 | 
            +
                "encoder.block.3.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 162 | 
            +
                "encoder.block.3.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 163 | 
            +
                "encoder.block.3.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 164 | 
            +
                "encoder.block.3.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 165 | 
            +
                "encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 166 | 
            +
                "encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 167 | 
            +
                "encoder.block.3.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 168 | 
            +
                "encoder.block.3.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 169 | 
            +
                "encoder.block.4.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 170 | 
            +
                "encoder.block.4.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 171 | 
            +
                "encoder.block.4.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 172 | 
            +
                "encoder.block.4.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 173 | 
            +
                "encoder.block.4.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 174 | 
            +
                "encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 175 | 
            +
                "encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 176 | 
            +
                "encoder.block.4.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 177 | 
            +
                "encoder.block.4.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 178 | 
            +
                "encoder.block.5.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 179 | 
            +
                "encoder.block.5.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 180 | 
            +
                "encoder.block.5.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 181 | 
            +
                "encoder.block.5.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 182 | 
            +
                "encoder.block.5.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 183 | 
            +
                "encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 184 | 
            +
                "encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 185 | 
            +
                "encoder.block.5.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 186 | 
            +
                "encoder.block.5.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 187 | 
            +
                "encoder.block.6.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 188 | 
            +
                "encoder.block.6.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 189 | 
            +
                "encoder.block.6.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 190 | 
            +
                "encoder.block.6.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 191 | 
            +
                "encoder.block.6.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 192 | 
            +
                "encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 193 | 
            +
                "encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 194 | 
            +
                "encoder.block.6.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 195 | 
            +
                "encoder.block.6.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 196 | 
            +
                "encoder.block.7.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 197 | 
            +
                "encoder.block.7.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 198 | 
            +
                "encoder.block.7.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 199 | 
            +
                "encoder.block.7.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 200 | 
            +
                "encoder.block.7.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 201 | 
            +
                "encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 202 | 
            +
                "encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 203 | 
            +
                "encoder.block.7.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 204 | 
            +
                "encoder.block.7.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 205 | 
            +
                "encoder.block.8.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 206 | 
            +
                "encoder.block.8.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 207 | 
            +
                "encoder.block.8.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 208 | 
            +
                "encoder.block.8.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 209 | 
            +
                "encoder.block.8.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 210 | 
            +
                "encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 211 | 
            +
                "encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 212 | 
            +
                "encoder.block.8.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 213 | 
            +
                "encoder.block.8.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 214 | 
            +
                "encoder.block.9.layer.0.SelfAttention.k.weight": "model-00001-of-00002.safetensors",
         | 
| 215 | 
            +
                "encoder.block.9.layer.0.SelfAttention.o.weight": "model-00001-of-00002.safetensors",
         | 
| 216 | 
            +
                "encoder.block.9.layer.0.SelfAttention.q.weight": "model-00001-of-00002.safetensors",
         | 
| 217 | 
            +
                "encoder.block.9.layer.0.SelfAttention.v.weight": "model-00001-of-00002.safetensors",
         | 
| 218 | 
            +
                "encoder.block.9.layer.0.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 219 | 
            +
                "encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "model-00001-of-00002.safetensors",
         | 
| 220 | 
            +
                "encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "model-00001-of-00002.safetensors",
         | 
| 221 | 
            +
                "encoder.block.9.layer.1.DenseReluDense.wo.weight": "model-00001-of-00002.safetensors",
         | 
| 222 | 
            +
                "encoder.block.9.layer.1.layer_norm.weight": "model-00001-of-00002.safetensors",
         | 
| 223 | 
            +
                "encoder.final_layer_norm.weight": "model-00002-of-00002.safetensors",
         | 
| 224 | 
            +
                "shared.weight": "model-00001-of-00002.safetensors"
         | 
| 225 | 
            +
              }
         | 
| 226 | 
            +
            }
         | 
    	
        transformer/config.json
    ADDED
    
    | @@ -0,0 +1,29 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_class_name": "EasyAnimateTransformer3DModel",
         | 
| 3 | 
            +
              "_diffusers_version": "0.31.0.dev0",
         | 
| 4 | 
            +
              "activation_fn": "gelu-approximate",
         | 
| 5 | 
            +
              "add_noise_in_inpaint_model": true,
         | 
| 6 | 
            +
              "after_norm": false,
         | 
| 7 | 
            +
              "attention_head_dim": 64,
         | 
| 8 | 
            +
              "clip_channels": null,
         | 
| 9 | 
            +
              "dropout": 0.0,
         | 
| 10 | 
            +
              "enable_clip_in_inpaint": false,
         | 
| 11 | 
            +
              "flip_sin_to_cos": true,
         | 
| 12 | 
            +
              "freq_shift": 0,
         | 
| 13 | 
            +
              "in_channels": 16,
         | 
| 14 | 
            +
              "norm_elementwise_affine": true,
         | 
| 15 | 
            +
              "norm_eps": 1e-05,
         | 
| 16 | 
            +
              "num_attention_heads": 48,
         | 
| 17 | 
            +
              "num_layers": 48,
         | 
| 18 | 
            +
              "out_channels": 16,
         | 
| 19 | 
            +
              "patch_size": 2,
         | 
| 20 | 
            +
              "ref_channels": null,
         | 
| 21 | 
            +
              "resize_inpaint_mask_directly": true,
         | 
| 22 | 
            +
              "sample_height": 60,
         | 
| 23 | 
            +
              "sample_width": 90,
         | 
| 24 | 
            +
              "text_embed_dim": 1024,
         | 
| 25 | 
            +
              "text_embed_dim_t5": 2048,
         | 
| 26 | 
            +
              "time_embed_dim": 512,
         | 
| 27 | 
            +
              "time_position_encoding_type": "3d_rope",
         | 
| 28 | 
            +
              "timestep_activation_fn": "silu"
         | 
| 29 | 
            +
            }
         | 
    	
        vae/config.json
    ADDED
    
    | @@ -0,0 +1,43 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
                "_class_name": "AutoencoderKL",
         | 
| 3 | 
            +
                "_diffusers_version": "0.31.0.dev0",
         | 
| 4 | 
            +
                "act_fn": "silu",
         | 
| 5 | 
            +
                "block_out_channels": [
         | 
| 6 | 
            +
                    128,
         | 
| 7 | 
            +
                    256,
         | 
| 8 | 
            +
                    512,
         | 
| 9 | 
            +
                    512
         | 
| 10 | 
            +
                ],
         | 
| 11 | 
            +
                "down_block_types": [
         | 
| 12 | 
            +
                    "SpatialDownBlock3D", 
         | 
| 13 | 
            +
                    "SpatialTemporalDownBlock3D", 
         | 
| 14 | 
            +
                    "SpatialTemporalDownBlock3D",
         | 
| 15 | 
            +
                    "SpatialTemporalDownBlock3D"
         | 
| 16 | 
            +
                ],
         | 
| 17 | 
            +
                "force_upcast": true,
         | 
| 18 | 
            +
                "in_channels": 3,
         | 
| 19 | 
            +
                "latent_channels": 16,
         | 
| 20 | 
            +
                "layers_per_block": 2,
         | 
| 21 | 
            +
                "norm_num_groups": 32,
         | 
| 22 | 
            +
                "out_channels": 3,
         | 
| 23 | 
            +
                "sample_size": 256,
         | 
| 24 | 
            +
                "scaling_factor": 0.7125,
         | 
| 25 | 
            +
                "slice_mag_vae": false,
         | 
| 26 | 
            +
                "slice_compression_vae": false,
         | 
| 27 | 
            +
                "cache_compression_vae": false,
         | 
| 28 | 
            +
                "cache_mag_vae": true,
         | 
| 29 | 
            +
                "use_tiling": false,
         | 
| 30 | 
            +
                "use_tiling_encoder": false,
         | 
| 31 | 
            +
                "use_tiling_decoder": false,
         | 
| 32 | 
            +
                "mini_batch_encoder": 4,
         | 
| 33 | 
            +
                "mini_batch_decoder": 1,
         | 
| 34 | 
            +
                "spatial_group_norm": true,
         | 
| 35 | 
            +
                "mid_block_attention_type": "spatial",
         | 
| 36 | 
            +
                "up_block_types": [
         | 
| 37 | 
            +
                    "SpatialUpBlock3D", 
         | 
| 38 | 
            +
                    "SpatialTemporalUpBlock3D", 
         | 
| 39 | 
            +
                    "SpatialTemporalUpBlock3D",
         | 
| 40 | 
            +
                    "SpatialTemporalUpBlock3D"
         | 
| 41 | 
            +
                ]
         | 
| 42 | 
            +
            }
         | 
| 43 | 
            +
              
         | 
    	
        vae/diffusion_pytorch_model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:0ab16eb7106569c71524595019dae13931a1bd3832241c0c1abbd54ccc7b2faa
         | 
| 3 | 
            +
            size 985942732
         | 
