Upload folder using ModelScope SDK (batch 1/1)

This commit is contained in:
systemd
2026-01-15 23:20:03 +00:00
parent e25fc28830
commit 4b788f0156
30 changed files with 1455 additions and 40 deletions

24
transformer/config.json Normal file
View File

@ -0,0 +1,24 @@
{
"_class_name": "Flux2Transformer2DModel",
"_diffusers_version": "0.37.0.dev0",
"_name_or_path": "/raid/yiyi/klein-9b-distilled-diffusers/transformer",
"attention_head_dim": 128,
"axes_dims_rope": [
32,
32,
32,
32
],
"eps": 1e-06,
"guidance_embeds": false,
"in_channels": 128,
"joint_attention_dim": 12288,
"mlp_ratio": 3.0,
"num_attention_heads": 32,
"num_layers": 8,
"num_single_layers": 24,
"out_channels": null,
"patch_size": 1,
"rope_theta": 2000,
"timestep_guidance_channels": 256
}