Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xuwx1
LightX2V
Commits
ad564439
"examples/vscode:/vscode.git/clone" did not exist on "671f976e9a3193517ef52486ae9d1889b4107372"
Unverified
Commit
ad564439
authored
Nov 11, 2025
by
Yang Yong (雍洋)
Committed by
GitHub
Nov 11, 2025
Browse files
Update configs (#462)
parent
db6296f2
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
0 additions
and
167 deletions
+0
-167
configs/causvid/readme.md
configs/causvid/readme.md
+0
-1
configs/cogvideox/cogvideox_t2v.json
configs/cogvideox/cogvideox_t2v.json
+0
-39
configs/cogvideox/readme.md
configs/cogvideox/readme.md
+0
-1
configs/deploy/hunyuan_i2v.json
configs/deploy/hunyuan_i2v.json
+0
-25
configs/deploy/hunyuan_t2v.json
configs/deploy/hunyuan_t2v.json
+0
-26
configs/deploy/readme.md
configs/deploy/readme.md
+0
-1
configs/hunyuan/hunyuan_i2v.json
configs/hunyuan/hunyuan_i2v.json
+0
-7
configs/hunyuan/hunyuan_t2v.json
configs/hunyuan/hunyuan_t2v.json
+0
-7
configs/hunyuan/hunyuan_t2v_dist_ring.json
configs/hunyuan/hunyuan_t2v_dist_ring.json
+0
-8
configs/hunyuan/hunyuan_t2v_dist_ulysses.json
configs/hunyuan/hunyuan_t2v_dist_ulysses.json
+0
-8
configs/hunyuan/readme.md
configs/hunyuan/readme.md
+0
-1
configs/offload/phase/readme.md
configs/offload/phase/readme.md
+0
-1
configs/skyreels/readme.md
configs/skyreels/readme.md
+0
-1
configs/skyreels/wan_skyreels_v2_df.json
configs/skyreels/wan_skyreels_v2_df.json
+0
-17
configs/skyreels/wan_skyreels_v2_i2v.json
configs/skyreels/wan_skyreels_v2_i2v.json
+0
-12
configs/skyreels/wan_skyreels_v2_t2v.json
configs/skyreels/wan_skyreels_v2_t2v.json
+0
-12
No files found.
configs/causvid/readme.md
deleted
100644 → 0
View file @
db6296f2
## TODO
configs/cogvideox/cogvideox_t2v.json
deleted
100755 → 0
View file @
db6296f2
{
"text_len"
:
226
,
"num_videos_per_prompt"
:
1
,
"target_video_length"
:
81
,
"num_inference_steps"
:
50
,
"num_train_timesteps"
:
1000
,
"timestep_spacing"
:
"trailing"
,
"steps_offset"
:
0
,
"latent_channels"
:
16
,
"height"
:
768
,
"width"
:
1360
,
"vae_scale_factor_temporal"
:
4
,
"vae_scale_factor_spatial"
:
8
,
"vae_scaling_factor_image"
:
0.7
,
"batch_size"
:
1
,
"patch_size"
:
2
,
"patch_size_t"
:
2
,
"guidance_scale"
:
0
,
"use_rotary_positional_embeddings"
:
true
,
"do_classifier_free_guidance"
:
false
,
"transformer_sample_width"
:
170
,
"transformer_sample_height"
:
96
,
"transformer_sample_frames"
:
81
,
"transformer_attention_head_dim"
:
64
,
"transformer_num_attention_heads"
:
48
,
"transformer_temporal_compression_ratio"
:
4
,
"transformer_temporal_interpolation_scale"
:
1.0
,
"transformer_use_learned_positional_embeddings"
:
false
,
"transformer_spatial_interpolation_scale"
:
1.875
,
"transformer_num_layers"
:
42
,
"beta_schedule"
:
"scaled_linear"
,
"scheduler_beta_start"
:
0.00085
,
"scheduler_beta_end"
:
0.012
,
"scheduler_set_alpha_to_one"
:
true
,
"scheduler_snr_shift_scale"
:
1.0
,
"scheduler_rescale_betas_zero_snr"
:
true
,
"scheduler_prediction_type"
:
"v_prediction"
,
"use_dynamic_cfg"
:
true
}
configs/cogvideox/readme.md
deleted
100644 → 0
View file @
db6296f2
## TODO
configs/deploy/hunyuan_i2v.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
20
,
"target_video_length"
:
33
,
"i2v_resolution"
:
"720p"
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sub_servers"
:
{
"dit"
:
[
"http://localhost:9000"
],
"prompt_enhancer"
:
[
"http://localhost:9001"
],
"image_encoder"
:
[
"http://localhost:9003"
],
"text_encoders"
:
[
"http://localhost:9002"
],
"vae_model"
:
[
"http://localhost:9004"
]
}
}
configs/deploy/hunyuan_t2v.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
20
,
"target_video_length"
:
33
,
"target_height"
:
720
,
"target_width"
:
1280
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sub_servers"
:
{
"dit"
:
[
"http://localhost:9000"
],
"prompt_enhancer"
:
[
"http://localhost:9001"
],
"image_encoder"
:
[
"http://localhost:9003"
],
"text_encoders"
:
[
"http://localhost:9002"
],
"vae_model"
:
[
"http://localhost:9004"
]
}
}
configs/deploy/readme.md
deleted
100644 → 0
View file @
db6296f2
## TODO
configs/hunyuan/hunyuan_i2v.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
20
,
"target_video_length"
:
33
,
"target_height"
:
720
,
"target_width"
:
1280
,
"attention_type"
:
"flash_attn3"
}
configs/hunyuan/hunyuan_t2v.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
20
,
"target_video_length"
:
33
,
"target_height"
:
720
,
"target_width"
:
1280
,
"attention_type"
:
"flash_attn3"
}
configs/hunyuan/hunyuan_t2v_dist_ring.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
20
,
"target_video_length"
:
33
,
"target_height"
:
720
,
"target_width"
:
1280
,
"attention_type"
:
"flash_attn3"
,
"parallel_attn_type"
:
"ring"
}
configs/hunyuan/hunyuan_t2v_dist_ulysses.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
20
,
"target_video_length"
:
33
,
"target_height"
:
720
,
"target_width"
:
1280
,
"attention_type"
:
"flash_attn3"
,
"parallel_attn_type"
:
"ulysses"
}
configs/hunyuan/readme.md
deleted
100644 → 0
View file @
db6296f2
## TODO
configs/offload/phase/readme.md
deleted
100644 → 0
View file @
db6296f2
## TODO
configs/skyreels/readme.md
deleted
100644 → 0
View file @
db6296f2
### TODO
configs/skyreels/wan_skyreels_v2_df.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
20
,
"target_video_length"
:
97
,
"text_len"
:
512
,
"target_height"
:
544
,
"target_width"
:
960
,
"num_frames"
:
257
,
"base_num_frames"
:
97
,
"overlap_history"
:
17
,
"addnoise_condition"
:
0
,
"causal_block_size"
:
1
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
3
}
configs/skyreels/wan_skyreels_v2_i2v.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
30
,
"target_video_length"
:
97
,
"text_len"
:
512
,
"target_height"
:
544
,
"target_width"
:
960
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
5
,
"sample_shift"
:
3
}
configs/skyreels/wan_skyreels_v2_t2v.json
deleted
100755 → 0
View file @
db6296f2
{
"infer_steps"
:
30
,
"target_video_length"
:
97
,
"text_len"
:
512
,
"target_height"
:
544
,
"target_width"
:
960
,
"self_attn_1_type"
:
"flash_attn3"
,
"cross_attn_1_type"
:
"flash_attn3"
,
"cross_attn_2_type"
:
"flash_attn3"
,
"sample_guide_scale"
:
6
,
"sample_shift"
:
8
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment