File size: 614 Bytes
93a71d5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
{
"_class_name": "StableDiffusionConfig",
"model_type": "stable-diffusion",
"image_size": 512,
"num_channels": 4,
"in_channels": 4,
"out_channels": 4,
"block_out_channels": [
320,
640,
1280,
1280
],
"layers_per_block": 2,
"attention_resolutions": [
16,
8,
4
],
"dropout": 0.0,
"model_channels": 320,
"num_heads": 8,
"num_res_blocks": 2,
"num_classes": null,
"channel_mult": [
1,
2,
4,
4
],
"context_dim": 768,
"use_fp16": true,
"use_scale_shift_norm": true,
"tokenizer": "openai/clip-vit-large-patch14",
"sample_size": 64
}
|