Spaces:
Runtime error
Runtime error
Upload ltxv-2b-0.9.1.yaml
Browse files- ltxv-2b-0.9.1.yaml +17 -0
ltxv-2b-0.9.1.yaml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pipeline_type: base
|
| 2 |
+
checkpoint_path: "ltx-video-2b-v0.9.1.safetensors"
|
| 3 |
+
guidance_scale: 3
|
| 4 |
+
stg_scale: 1
|
| 5 |
+
rescaling_scale: 0.7
|
| 6 |
+
skip_block_list: [19]
|
| 7 |
+
num_inference_steps: 40
|
| 8 |
+
stg_mode: "attention_values" # options: "attention_values", "attention_skip", "residual", "transformer_block"
|
| 9 |
+
decode_timestep: 0.05
|
| 10 |
+
decode_noise_scale: 0.025
|
| 11 |
+
text_encoder_model_name_or_path: "PixArt-alpha/PixArt-XL-2-1024-MS"
|
| 12 |
+
precision: "bfloat16"
|
| 13 |
+
sampler: "from_checkpoint" # options: "uniform", "linear-quadratic", "from_checkpoint"
|
| 14 |
+
prompt_enhancement_words_threshold: 120
|
| 15 |
+
prompt_enhancer_image_caption_model_name_or_path: "MiaoshouAI/Florence-2-large-PromptGen-v2.0"
|
| 16 |
+
prompt_enhancer_llm_model_name_or_path: "unsloth/Llama-3.2-3B-Instruct"
|
| 17 |
+
stochastic_sampling: false
|