Commit 
							
							·
						
						cf15807
	
1
								Parent(s):
							
							073ec4e
								
Upload AutoencoderKL
Browse files- config.json +32 -0
- diffusion_pytorch_model.safetensors +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,32 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_class_name": "AutoencoderKL",
         | 
| 3 | 
            +
              "_diffusers_version": "0.21.4",
         | 
| 4 | 
            +
              "_name_or_path": "/home/vch/.cache/huggingface/hub/models--stabilityai--sdxl-turbo/snapshots/f4b0486b498f84668e828044de1d0c8ba486e05b/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": 4,
         | 
| 21 | 
            +
              "layers_per_block": 2,
         | 
| 22 | 
            +
              "norm_num_groups": 32,
         | 
| 23 | 
            +
              "out_channels": 3,
         | 
| 24 | 
            +
              "sample_size": 1024,
         | 
| 25 | 
            +
              "scaling_factor": 0.13025,
         | 
| 26 | 
            +
              "up_block_types": [
         | 
| 27 | 
            +
                "UpDecoderBlock2D",
         | 
| 28 | 
            +
                "UpDecoderBlock2D",
         | 
| 29 | 
            +
                "UpDecoderBlock2D",
         | 
| 30 | 
            +
                "UpDecoderBlock2D"
         | 
| 31 | 
            +
              ]
         | 
| 32 | 
            +
            }
         | 
    	
        diffusion_pytorch_model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:054b56a5def956bc2997f31eb656cced127ebf2a3ff77ccc8d9924a7e6c003f7
         | 
| 3 | 
            +
            size 167335342
         | 

