finetuned models support

This commit is contained in:
DeepBeepMeep
2025-06-12 10:00:47 +02:00
parent 43aa414eaf
commit 3749d23d44
23 changed files with 779 additions and 121 deletions

14
configs/sky_df_1.3.json Normal file
View File

@@ -0,0 +1,14 @@
{
"_class_name": "WanModel",
"_diffusers_version": "0.30.0",
"dim": 1536,
"eps": 1e-06,
"ffn_dim": 8960,
"freq_dim": 256,
"in_dim": 16,
"model_type": "t2v",
"num_heads": 12,
"num_layers": 30,
"out_dim": 16,
"text_len": 512
}