George0667
commited on
Commit
•
384a361
1
Parent(s):
b6643a0
Upload config.json with huggingface_hub
Browse files- config.json +16 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "SD3Transformer2DModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"_name_or_path": "/mnt/nfs/file_server/public/qirui/finetune_cache/models/SD3/test_inpainting_LR_0.0001_BS_8_accumulation_4_resol_768/pipeline-18000/",
|
5 |
+
"attention_head_dim": 64,
|
6 |
+
"caption_projection_dim": 1536,
|
7 |
+
"in_channels": 33,
|
8 |
+
"joint_attention_dim": 4096,
|
9 |
+
"num_attention_heads": 24,
|
10 |
+
"num_layers": 24,
|
11 |
+
"out_channels": 16,
|
12 |
+
"patch_size": 2,
|
13 |
+
"pooled_projection_dim": 2048,
|
14 |
+
"pos_embed_max_size": 192,
|
15 |
+
"sample_size": 128
|
16 |
+
}
|