Diffusers
VQDiffusionPipeline
patrickvonplaten's picture
upload model
4e2e12c
raw
history blame
506 Bytes
{
"_class_name": "Transformer2DModel",
"_diffusers_version": "0.7.0.dev0",
"attention_bias": true,
"context_dim": 512,
"d_head": 88,
"depth": 36,
"discrete": true,
"dropout": 0.0,
"ff_layers": [
"Linear",
"ApproximateGELU",
"Linear",
"Dropout"
],
"height": 32,
"in_channels": null,
"n_heads": 16,
"norm_layers": [
"AdaLayerNorm",
"AdaLayerNorm",
"LayerNorm"
],
"num_embed": 4097,
"num_embeds_ada_norm": 100,
"num_groups": 32,
"width": 32
}