Views
No views yet
POP! The girl inflates and explodes into a shower of confetti-like fabric scraps, leaving the surroundings covered in colorful remnants. There is nothing left of her popped body, the camera shows now empty background.1d=$(pwd)
2cd /media/kabachuha/xiangliu/ltx-2.3-train/musubi-tuner/ && python ltx2_train_network.py \
3 --mixed_precision bf16 \
4 --dataset_manifest /media/kabachuha/xiangliu/ltx-2.3-train/datasets/POP-config_manifest.json \
5 --ltx2_checkpoint /media/kabachuha/xiangliu/LTX2/ltx-2.3-22b-dev.safetensors \
6 --ltx_version 2.3 \
7 --ltx2_mode v \
8 --lora_target_preset v2v \
9 --blocks_to_swap 20 \
10 --use_pinned_memory_for_block_swap \
11 --gradient_checkpointing \
12 --max_data_loader_n_workers 1 \
13 --persistent_data_loader_workers \
14 --learning_rate 8e-5 \
15 --optimizer_type AdamW8bit \
16 --lr_scheduler cosine \
17 --lr_warmup_steps 10 \
18 --flash_attn \
19 --fp8_base \
20 --fp8_scaled \
21 --network_module networks.lora_ltx2 \
22 --network_dim 64 \
23 --network_alpha 64 \
24 --loss_type huber --huber_delta 1.1 \
25 --timestep_sampling shifted_logit_normal \
26 --ltx2_first_frame_conditioning_p 0.34 \
27 --sample_with_offloading \
28 --sample_tiled_vae \
29 --sample_vae_tile_size 512 \
30 --sample_vae_temporal_tile_size 48 \
31 --output_dir /media/kabachuha/xiangliu/ltx-2.3-train/outputs-lora/POP-lora-night/ \
32 --output_name ltx23-POP-night \
33 --log_config \
34 --log_with tensorboard \
35 --logging_dir /media/kabachuha/xiangliu/ltx-2.3-train/outputs-logs/ltx23-POP-night \
36 --max_train_epochs 200 \
37 --save_every_n_epochs 5 \
38 --save_state \
39 --crepa \
40 --crepa_args mode=dino dino_model=dinov2_vitg14 student_block_idx=16 teacher_block_idx=32 lambda_crepa=0.002 tau=1.0 num_neighbors=2 schedule=constant warmup_steps=0 normalize=true
41cd $d