add diffusers weights (#4)

- add diffusers weights (03216e1d673120f9467575e1e84ff1ff21f2c29f)

Co-authored-by: YiYi Xu <YiYiXu@users.noreply.huggingface.co>
This commit is contained in:
ai-modelscope
2024-12-06 02:19:30 +08:00
parent a83a3c1d64
commit b54741692d
29 changed files with 230621 additions and 62 deletions

37
vae/config.json Normal file
View File

@ -0,0 +1,37 @@
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.32.0.dev0",
"act_fn": "silu",
"block_out_channels": [
128,
256,
512,
512
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"force_upcast": true,
"in_channels": 3,
"latent_channels": 16,
"latents_mean": null,
"latents_std": null,
"layers_per_block": 2,
"mid_block_add_attention": true,
"norm_num_groups": 32,
"out_channels": 3,
"sample_size": 1024,
"scaling_factor": 0.3611,
"shift_factor": 0.1159,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
],
"use_post_quant_conv": false,
"use_quant_conv": false
}

BIN
vae/diffusion_pytorch_model.safetensors (Stored with Git LFS) Normal file

Binary file not shown.