Upload folder using huggingface_hub
Browse files- config.json +40 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "CompressiveVQModelFSQ",
|
| 3 |
+
"_diffusers_version": "0.27.0.dev0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"block_out_channels": [
|
| 6 |
+
128,
|
| 7 |
+
256,
|
| 8 |
+
256,
|
| 9 |
+
512
|
| 10 |
+
],
|
| 11 |
+
"context_length": 1,
|
| 12 |
+
"down_block_types": [
|
| 13 |
+
"DownEncoderBlock2D",
|
| 14 |
+
"DownEncoderBlock2D",
|
| 15 |
+
"DownEncoderBlock2D",
|
| 16 |
+
"DownEncoderBlock2D"
|
| 17 |
+
],
|
| 18 |
+
"dyn_fsq_levels": 12,
|
| 19 |
+
"force_upcast": true,
|
| 20 |
+
"in_channels": 3,
|
| 21 |
+
"latent_channels": 64,
|
| 22 |
+
"layers_per_block": 2,
|
| 23 |
+
"lookup_from_codebook": true,
|
| 24 |
+
"max_att_resolution": 32,
|
| 25 |
+
"mid_block_add_attention": false,
|
| 26 |
+
"norm_num_groups": 32,
|
| 27 |
+
"norm_type": "group",
|
| 28 |
+
"out_channels": 3,
|
| 29 |
+
"patch_size": 4,
|
| 30 |
+
"resolution": 256,
|
| 31 |
+
"sample_size": 32,
|
| 32 |
+
"scaling_factor": 0.18215,
|
| 33 |
+
"up_block_types": [
|
| 34 |
+
"UpDecoderBlock2D",
|
| 35 |
+
"UpDecoderBlock2D",
|
| 36 |
+
"UpDecoderBlock2D",
|
| 37 |
+
"UpDecoderBlock2D"
|
| 38 |
+
],
|
| 39 |
+
"vq_fsq_levels": 12
|
| 40 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c8194f83617137ef0a002a15d60c6ee222bcd2442afb4ed704a7918496cc073
|
| 3 |
+
size 517850360
|