CoolFace
Modelpublic

ckpt/stable-diffusion-3.5-medium

sourceHugging Faceotherupdated 2y agoView on Hugging Face
10likes390downloads
config.json32 linesDownload Raw Back to transformer
1{2  "_class_name": "SD3Transformer2DModel",3  "_diffusers_version": "0.31.0.dev0",4  "dual_attention_layers": [5    0,6    1,7    2,8    3,9    4,10    5,11    6,12    7,13    8,14    9,15    10,16    11,17    1218  ],19  "attention_head_dim": 64,20  "caption_projection_dim": 1536,21  "in_channels": 16,22  "joint_attention_dim": 4096,23  "num_attention_heads": 24,24  "num_layers": 24,25  "out_channels": 16,26  "patch_size": 2,27  "pooled_projection_dim": 2048,28  "pos_embed_max_size": 384,29  "qk_norm": "rms_norm",30  "sample_size": 12831}32