CoolFace
Modelpublic

EnD-Diffusers/Slime_Tutorial

sourceHugging Facecreativeml-openrail-mupdated 4y agoView on Hugging Face
1likes40downloads
config.json31 linesDownload Raw Back to vae
1{2  "_class_name": "AutoencoderKL",3  "_diffusers_version": "0.11.1",4  "_name_or_path": "/home/user/.cache/huggingface/hub/models--multimodalart--sd-fine-tunable/snapshots/9dabd4dbbdd4c72e2ffbc8fb4e28debef0254949/vae",5  "act_fn": "silu",6  "block_out_channels": [7    128,8    256,9    512,10    51211  ],12  "down_block_types": [13    "DownEncoderBlock2D",14    "DownEncoderBlock2D",15    "DownEncoderBlock2D",16    "DownEncoderBlock2D"17  ],18  "in_channels": 3,19  "latent_channels": 4,20  "layers_per_block": 2,21  "norm_num_groups": 32,22  "out_channels": 3,23  "sample_size": 512,24  "up_block_types": [25    "UpDecoderBlock2D",26    "UpDecoderBlock2D",27    "UpDecoderBlock2D",28    "UpDecoderBlock2D"29  ]30}31