Upload checkpoint root (real files only)
Browse files- model_index.json +49 -0
- student_pipeline_meta.json +16 -0
- transformer/config.json +18 -0
- transformer/diffusion_pytorch_model.safetensors +3 -0
model_index.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "StableDiffusion3Pipeline",
|
| 3 |
+
"_diffusers_version": "0.37.0.dev0",
|
| 4 |
+
"_name_or_path": "/mnt/fast-backup/liutao/models/stabilityai/stable-diffusion-3-medium-diffusers",
|
| 5 |
+
"feature_extractor": [
|
| 6 |
+
null,
|
| 7 |
+
null
|
| 8 |
+
],
|
| 9 |
+
"image_encoder": [
|
| 10 |
+
null,
|
| 11 |
+
null
|
| 12 |
+
],
|
| 13 |
+
"scheduler": [
|
| 14 |
+
"diffusers",
|
| 15 |
+
"FlowMatchEulerDiscreteScheduler"
|
| 16 |
+
],
|
| 17 |
+
"text_encoder": [
|
| 18 |
+
"transformers",
|
| 19 |
+
"CLIPTextModelWithProjection"
|
| 20 |
+
],
|
| 21 |
+
"text_encoder_2": [
|
| 22 |
+
"transformers",
|
| 23 |
+
"CLIPTextModelWithProjection"
|
| 24 |
+
],
|
| 25 |
+
"text_encoder_3": [
|
| 26 |
+
"transformers",
|
| 27 |
+
"T5EncoderModel"
|
| 28 |
+
],
|
| 29 |
+
"tokenizer": [
|
| 30 |
+
"transformers",
|
| 31 |
+
"CLIPTokenizer"
|
| 32 |
+
],
|
| 33 |
+
"tokenizer_2": [
|
| 34 |
+
"transformers",
|
| 35 |
+
"CLIPTokenizer"
|
| 36 |
+
],
|
| 37 |
+
"tokenizer_3": [
|
| 38 |
+
"transformers",
|
| 39 |
+
"T5Tokenizer"
|
| 40 |
+
],
|
| 41 |
+
"transformer": [
|
| 42 |
+
"diffusers",
|
| 43 |
+
"SD3Transformer2DModel"
|
| 44 |
+
],
|
| 45 |
+
"vae": [
|
| 46 |
+
"diffusers",
|
| 47 |
+
"AutoencoderKL"
|
| 48 |
+
]
|
| 49 |
+
}
|
student_pipeline_meta.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pretrained_path": "/mnt/fast-backup/liutao/models/stabilityai/stable-diffusion-3-medium-diffusers",
|
| 3 |
+
"checkpoint_path": "/mnt/new-nas-intern/liutao/distill_log/experiments19/sd3/2026.05.02_15.37.20_fsdp2_aee183_sd3 42 4001 1 28, ft x0_next random True 0.25 0.95, cfg True sigma uniform_capped, ddm True, cdm True stu_xt trajectory_eps tea_xt fresh_independent stu_sigma uniform, stu full 1e-05 ft full 5e-06/checkpoints/checkpoint-2000",
|
| 4 |
+
"student_use_lora": false,
|
| 5 |
+
"lora_rank": null,
|
| 6 |
+
"lora_alpha": null,
|
| 7 |
+
"model_type": "sd3",
|
| 8 |
+
"ema_applied": true,
|
| 9 |
+
"custom_sigmas": [
|
| 10 |
+
1.0,
|
| 11 |
+
0.75,
|
| 12 |
+
0.5,
|
| 13 |
+
0.25
|
| 14 |
+
],
|
| 15 |
+
"deterministic": true
|
| 16 |
+
}
|
transformer/config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "SD3Transformer2DModel",
|
| 3 |
+
"_diffusers_version": "0.37.0.dev0",
|
| 4 |
+
"_name_or_path": "/mnt/fast-backup/liutao/models/stabilityai/stable-diffusion-3-medium-diffusers/transformer",
|
| 5 |
+
"attention_head_dim": 64,
|
| 6 |
+
"caption_projection_dim": 1536,
|
| 7 |
+
"dual_attention_layers": [],
|
| 8 |
+
"in_channels": 16,
|
| 9 |
+
"joint_attention_dim": 4096,
|
| 10 |
+
"num_attention_heads": 24,
|
| 11 |
+
"num_layers": 24,
|
| 12 |
+
"out_channels": 16,
|
| 13 |
+
"patch_size": 2,
|
| 14 |
+
"pooled_projection_dim": 2048,
|
| 15 |
+
"pos_embed_max_size": 192,
|
| 16 |
+
"qk_norm": null,
|
| 17 |
+
"sample_size": 128
|
| 18 |
+
}
|
transformer/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc187b807ea092611d1003be6553cb397b7b39e0d944f71a20482059aa039128
|
| 3 |
+
size 4169982088
|