mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 14:16:57 +00:00
29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
pipeline_type: multi-scale
|
|
checkpoint_path: "ltxv-13b-0.9.7-distilled.safetensors"
|
|
downscale_factor: 0.6666666
|
|
spatial_upscaler_model_path: "ltxv-spatial-upscaler-0.9.7.safetensors"
|
|
stg_mode: "attention_values" # options: "attention_values", "attention_skip", "residual", "transformer_block"
|
|
decode_timestep: 0.05
|
|
decode_noise_scale: 0.025
|
|
text_encoder_model_name_or_path: "PixArt-alpha/PixArt-XL-2-1024-MS"
|
|
precision: "bfloat16"
|
|
sampler: "from_checkpoint" # options: "uniform", "linear-quadratic", "from_checkpoint"
|
|
prompt_enhancement_words_threshold: 120
|
|
prompt_enhancer_image_caption_model_name_or_path: "MiaoshouAI/Florence-2-large-PromptGen-v2.0"
|
|
prompt_enhancer_llm_model_name_or_path: "unsloth/Llama-3.2-3B-Instruct"
|
|
stochastic_sampling: false
|
|
|
|
first_pass:
|
|
timesteps: [1.0000, 0.9937, 0.9875, 0.9812, 0.9750, 0.9094, 0.7250]
|
|
guidance_scale: 1
|
|
stg_scale: 0
|
|
rescaling_scale: 1
|
|
skip_block_list: [42]
|
|
|
|
second_pass:
|
|
timesteps: [0.9094, 0.7250, 0.4219]
|
|
guidance_scale: 1
|
|
stg_scale: 0
|
|
rescaling_scale: 1
|
|
skip_block_list: [42]
|