Commit 
							
							·
						
						e6fe99a
	
1
								Parent(s):
							
							79f22b4
								
Upload with huggingface_hub
Browse files- config.json +36 -0
- diffusion_pytorch_model.bin +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,36 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_class_name": "UNet2DModel",
         | 
| 3 | 
            +
              "_diffusers_version": "0.9.0",
         | 
| 4 | 
            +
              "act_fn": "silu",
         | 
| 5 | 
            +
              "attention_head_dim": 8,
         | 
| 6 | 
            +
              "block_out_channels": [
         | 
| 7 | 
            +
                64,
         | 
| 8 | 
            +
                128,
         | 
| 9 | 
            +
                128,
         | 
| 10 | 
            +
                256
         | 
| 11 | 
            +
              ],
         | 
| 12 | 
            +
              "center_input_sample": false,
         | 
| 13 | 
            +
              "down_block_types": [
         | 
| 14 | 
            +
                "DownBlock2D",
         | 
| 15 | 
            +
                "DownBlock2D",
         | 
| 16 | 
            +
                "AttnDownBlock2D",
         | 
| 17 | 
            +
                "AttnDownBlock2D"
         | 
| 18 | 
            +
              ],
         | 
| 19 | 
            +
              "downsample_padding": 1,
         | 
| 20 | 
            +
              "flip_sin_to_cos": true,
         | 
| 21 | 
            +
              "freq_shift": 0,
         | 
| 22 | 
            +
              "in_channels": 3,
         | 
| 23 | 
            +
              "layers_per_block": 2,
         | 
| 24 | 
            +
              "mid_block_scale_factor": 1,
         | 
| 25 | 
            +
              "norm_eps": 1e-05,
         | 
| 26 | 
            +
              "norm_num_groups": 32,
         | 
| 27 | 
            +
              "out_channels": 3,
         | 
| 28 | 
            +
              "sample_size": 32,
         | 
| 29 | 
            +
              "time_embedding_type": "positional",
         | 
| 30 | 
            +
              "up_block_types": [
         | 
| 31 | 
            +
                "AttnUpBlock2D",
         | 
| 32 | 
            +
                "AttnUpBlock2D",
         | 
| 33 | 
            +
                "UpBlock2D",
         | 
| 34 | 
            +
                "UpBlock2D"
         | 
| 35 | 
            +
              ]
         | 
| 36 | 
            +
            }
         | 
    	
        diffusion_pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:390846e3e7afcc67511e5c04cc6abf77e88b7fa85cf83932020e32426b8e8c71
         | 
| 3 | 
            +
            size 74284617
         | 
