anime_pose / config.json
JINTAIRE's picture
Create config.json
93a71d5 verified
raw
history blame contribute delete
614 Bytes
{
"_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
}