vidfom commited on
Commit
19a660a
·
verified ·
1 Parent(s): 31112ad

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -40,3 +40,4 @@ Wan2GP/preprocessing/matanyone/tutorial_multi_targets.mp4 filter=lfs diff=lfs me
40
  Wan2GP/preprocessing/matanyone/tutorial_single_target.mp4 filter=lfs diff=lfs merge=lfs -text
41
  sample_data/mnist_test.csv filter=lfs diff=lfs merge=lfs -text
42
  sample_data/mnist_train_small.csv filter=lfs diff=lfs merge=lfs -text
 
 
40
  Wan2GP/preprocessing/matanyone/tutorial_single_target.mp4 filter=lfs diff=lfs merge=lfs -text
41
  sample_data/mnist_test.csv filter=lfs diff=lfs merge=lfs -text
42
  sample_data/mnist_train_small.csv filter=lfs diff=lfs merge=lfs -text
43
+ Wan2GP/ckpts/ltx-2-19b-distilled_Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
Wan2GP/ckpts/ltx-2-19b-distilled_Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a182bbd9776ad57093941fe32b082fd14688b13596574007ed3c858890d509ba
3
+ size 15921773792
Wan2GP/ckpts/ltx-2-19b-distilled_embeddings_connector.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4444f1d6810da10303d9c873dccd754e4d5f729fbd9787e4145f5d8dff43dd
3
+ size 1417919090
Wan2GP/settings/ltx2_distilled_gguf_q6_k_settings.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "settings_version": 2.43,
3
+ "prompt": "A warm sunny backyard. The camera starts in a tight cinematic close-up of a woman and a man in their 30s, facing each other with serious expressions. The woman, emotional and dramatic, says softly, \"That's it... Dad's lost it. And we've lost Dad.\"The man exhales, slightly annoyed: \"Stop being so dramatic, Jess.\"A beat. He glances aside, then mutters defensively, \"He's just having fun.\"The camera slowly pans right, revealing the grandfather in the garden wearing enormous butterfly wings, waving his arms in the air like he's trying to take off.He shouts, \"Wheeeew!\" as he flaps his wings with full commitment.The woman covers her face, on the verge of tears. The tone is deadpan, absurd, and quietly tragic.",
4
+ "resolution": "832x480",
5
+ "flow_shift": 5.0,
6
+ "sliding_window_size": 481,
7
+ "sliding_window_overlap": 17,
8
+ "denoising_strength": 1.0,
9
+ "masking_strength": 0,
10
+ "audio_prompt_type": "",
11
+ "audio_scale": 1.0,
12
+ "guidance_phases": 1,
13
+ "num_inference_steps": 8,
14
+ "video_length": 241,
15
+ "guidance_scale": 4.0
16
+ }
Wan2GP/wgp_config.json CHANGED
@@ -29,10 +29,10 @@
29
  "image_output_codec": "jpeg_95",
30
  "enabled_plugins": [],
31
  "last_model_per_family": {
32
- "ltx2": "ltx2_19B"
33
  },
34
  "last_model_per_type": {
35
- "ltx2_19B": "ltx2_19B"
36
  },
37
- "last_model_type": "ltx2_19B"
38
  }
 
29
  "image_output_codec": "jpeg_95",
30
  "enabled_plugins": [],
31
  "last_model_per_family": {
32
+ "ltx2": "ltx2_distilled_gguf_q6_k"
33
  },
34
  "last_model_per_type": {
35
+ "ltx2_19B": "ltx2_distilled_gguf_q6_k"
36
  },
37
+ "last_model_type": "ltx2_distilled_gguf_q6_k"
38
  }