Unverified Commit ad564439 authored by Yang Yong (雍洋)'s avatar Yang Yong (雍洋) Committed by GitHub
Browse files

Update configs (#462)

parent 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
}
{
"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"
]
}
}
{
"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"
]
}
}
{
"infer_steps": 20,
"target_video_length": 33,
"target_height": 720,
"target_width": 1280,
"attention_type": "flash_attn3"
}
{
"infer_steps": 20,
"target_video_length": 33,
"target_height": 720,
"target_width": 1280,
"attention_type": "flash_attn3"
}
{
"infer_steps": 20,
"target_video_length": 33,
"target_height": 720,
"target_width": 1280,
"attention_type": "flash_attn3",
"parallel_attn_type": "ring"
}
{
"infer_steps": 20,
"target_video_length": 33,
"target_height": 720,
"target_width": 1280,
"attention_type": "flash_attn3",
"parallel_attn_type": "ulysses"
}
{
"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
}
{
"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
}
{
"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
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment