zR
		
	commited on
		
		
					Commit 
							
							·
						
						39015db
	
1
								Parent(s):
							
							ad5ce86
								
config
Browse files- transformer/config.json +2 -1
 - vae/config.json +2 -0
 
    	
        transformer/config.json
    CHANGED
    
    | 
         @@ -23,5 +23,6 @@ 
     | 
|
| 23 | 
         
             
              "temporal_interpolation_scale": 1.0,
         
     | 
| 24 | 
         
             
              "text_embed_dim": 4096,
         
     | 
| 25 | 
         
             
              "time_embed_dim": 512,
         
     | 
| 26 | 
         
            -
              "timestep_activation_fn": "silu"
         
     | 
| 
         | 
|
| 27 | 
         
             
            }
         
     | 
| 
         | 
|
| 23 | 
         
             
              "temporal_interpolation_scale": 1.0,
         
     | 
| 24 | 
         
             
              "text_embed_dim": 4096,
         
     | 
| 25 | 
         
             
              "time_embed_dim": 512,
         
     | 
| 26 | 
         
            +
              "timestep_activation_fn": "silu",
         
     | 
| 27 | 
         
            +
              "use_rotary_positional_embeddings": false
         
     | 
| 28 | 
         
             
            }
         
     | 
    	
        vae/config.json
    CHANGED
    
    | 
         @@ -23,6 +23,8 @@ 
     | 
|
| 23 | 
         
             
              "norm_eps": 1e-06,
         
     | 
| 24 | 
         
             
              "norm_num_groups": 32,
         
     | 
| 25 | 
         
             
              "out_channels": 3,
         
     | 
| 
         | 
|
| 
         | 
|
| 26 | 
         
             
              "scaling_factor": 1.15258426,
         
     | 
| 27 | 
         
             
              "shift_factor": null,
         
     | 
| 28 | 
         
             
              "temporal_compression_ratio": 4,
         
     | 
| 
         | 
|
| 23 | 
         
             
              "norm_eps": 1e-06,
         
     | 
| 24 | 
         
             
              "norm_num_groups": 32,
         
     | 
| 25 | 
         
             
              "out_channels": 3,
         
     | 
| 26 | 
         
            +
              "sample_height": 480,
         
     | 
| 27 | 
         
            +
              "sample_width": 720,
         
     | 
| 28 | 
         
             
              "scaling_factor": 1.15258426,
         
     | 
| 29 | 
         
             
              "shift_factor": null,
         
     | 
| 30 | 
         
             
              "temporal_compression_ratio": 4,
         
     |