CoolFace
Modelpublic

cameron-d/multi-view-diffusion-course

sourceHugging Faceopenrailupdated 1y agoView on Hugging Face
0likes1downloads
config.json26 linesDownload Raw Back to unet
1{2  "_class_name": "MultiViewUNetModel",3  "_diffusers_version": "0.25.0",4  "attention_resolutions": [5    4,6    2,7    18  ],9  "camera_dim": 16,10  "channel_mult": [11    1,12    2,13    4,14    415  ],16  "context_dim": 1024,17  "image_size": 32,18  "in_channels": 4,19  "ip_dim": 16,20  "model_channels": 320,21  "num_head_channels": 64,22  "num_res_blocks": 2,23  "out_channels": 4,24  "transformer_depth": 125}26