polats commited on
Commit
c8ea716
·
verified ·
1 Parent(s): ce75a11

Deploy Karate Wiener (kimodo kata maker)

Browse files
Files changed (3) hide show
  1. app.py +10 -2
  2. deploy_out11.txt +4 -0
  3. deploy_out12.txt +558 -0
app.py CHANGED
@@ -7163,7 +7163,12 @@ def _compose_single_move_logged_in(
7163
  n = len(spine_ids)
7164
  spayload["prompt"] = f"kata · {n} move{'' if n == 1 else 's'}"
7165
  character = model if int(spayload.get("num_joints", 0) or 0) == 22 else "skeleton"
7166
- html_ = _render_preview_html(spayload, character, _clothing_from_json(clothing_state), _animation_list(), None)
 
 
 
 
 
7167
  # Same meta shape the batch path returns, so __kimodoOnComposeBuilt assigns the
7168
  # spine clipIds unchanged; move_index drives the per-card "just generated" state.
7169
  meta_out = {
@@ -7243,7 +7248,10 @@ def compose_ui_logged_in(
7243
  spayload = _preview_payload_from_record(stitched)
7244
  spayload["prompt"] = f"storyboard · {len(recs)} moves"
7245
  character = model if int(spayload.get("num_joints", 0) or 0) == 22 else "skeleton"
7246
- html_ = _render_preview_html(spayload, character, _clothing_from_json(clothing_state), _animation_list(), None)
 
 
 
7247
  # Spine ids (in order) so the client can stitch + replay the kata from the library.
7248
  meta_out = {"kata_root": recs[0]["id"], "kata_ids": [r["id"] for r in recs], "moves": len(recs), "num_frames": stitched["num_frames"]}
7249
  if creator:
 
7163
  n = len(spine_ids)
7164
  spayload["prompt"] = f"kata · {n} move{'' if n == 1 else 's'}"
7165
  character = model if int(spayload.get("num_joints", 0) or 0) == 22 else "skeleton"
7166
+ # Point the picker at the just-generated move (a real, non-"kata:" clip id) so the
7167
+ # viewer PLAYS the stitched preview we pass as `data`. Passing None defaulted the
7168
+ # picker to the first kata option and auto-played the STARTUP kata 60ms later instead
7169
+ # of the move just generated. (Mirrors the single-generate path's current_id.)
7170
+ spayload["id"] = record["id"]
7171
+ html_ = _render_preview_html(spayload, character, _clothing_from_json(clothing_state), _animation_list(), record["id"])
7172
  # Same meta shape the batch path returns, so __kimodoOnComposeBuilt assigns the
7173
  # spine clipIds unchanged; move_index drives the per-card "just generated" state.
7174
  meta_out = {
 
7248
  spayload = _preview_payload_from_record(stitched)
7249
  spayload["prompt"] = f"storyboard · {len(recs)} moves"
7250
  character = model if int(spayload.get("num_joints", 0) or 0) == 22 else "skeleton"
7251
+ # Point the picker at the last built move (non-"kata:" clip id) so the viewer plays
7252
+ # the stitched `data` instead of defaulting to / auto-playing the startup kata.
7253
+ spayload["id"] = recs[-1]["id"]
7254
+ html_ = _render_preview_html(spayload, character, _clothing_from_json(clothing_state), _animation_list(), recs[-1]["id"])
7255
  # Spine ids (in order) so the client can stitch + replay the kata from the library.
7256
  meta_out = {"kata_root": recs[0]["id"], "kata_ids": [r["id"] for r in recs], "moves": len(recs), "num_frames": stitched["num_frames"]}
7257
  if creator:
deploy_out11.txt CHANGED
@@ -491,3 +491,7 @@ variables + HF_TOKEN secret set
491
 
492
  ...eft_hand_thumb_1_link.STL: 100%|##########| 476kB / 476kB
493
 
494
  ...g1\waist_constraint_L.STL: 100%|##########| 115kB / 115kB
495
 
496
  [+ 75 files] : 100%|##########| 73.4MB / 73.4MB
 
 
 
 
 
491
 
492
  ...eft_hand_thumb_1_link.STL: 100%|##########| 476kB / 476kB
493
 
494
  ...g1\waist_constraint_L.STL: 100%|##########| 115kB / 115kB
495
 
496
  [+ 75 files] : 100%|##########| 73.4MB / 73.4MB
497
+ No files have been modified since last commit. Skipping to prevent empty commit.
498
+ Uploaded: https://huggingface.co/spaces/build-small-hackathon/karate-wiener/commit/ce75a114592c2ce8ec641f86baec6f84785dbba9
499
+ Space URL: https://huggingface.co/spaces/build-small-hackathon/karate-wiener
500
+ restarting local gradio -> http://127.0.0.1:7860 (log: C:\Users\paulg\AppData\Local\Temp\kimodo_local_gradio.log)
deploy_out12.txt ADDED
@@ -0,0 +1,558 @@
 
 
 
 
 
0
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB 
 
 
1
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB 
 
 
2
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB 
 
 
3
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB 
 
 
4
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB
 
 
 
 
 
 
5
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB 
 
 
6
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB 
 
 
7
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB 
 
 
8
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB 
 
 
9
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB
 
 
 
 
 
 
10
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB 
 
 
11
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB 
 
 
12
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB 
 
 
13
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB 
 
 
14
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB
 
 
 
 
 
 
15
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB 
 
 
16
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB 
 
 
17
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB 
 
 
18
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB 
 
 
19
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB
 
 
 
 
 
 
20
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB 
 
 
21
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB 
 
 
22
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB 
 
 
23
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB 
 
 
24
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB
 
 
 
 
 
 
25
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
 
 
26
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
 
 
27
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
 
 
28
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
 
 
29
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
 
 
30
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB
 
 
 
 
 
 
 
 
 
31
  ...pace\comic_klein_test.png: 100%|##########| 2.34MB / 2.34MB 
 
 
 
32
  ...g1\waist_constraint_R.STL: 100%|##########| 115kB / 115kB 
 
 
 
 
33
  ...ener_session_scorpion.png: 100%|##########| 406kB / 406kB 
 
 
 
 
 
34
  ...ft_hand_middle_0_link.STL: 100%|##########| 476kB / 476kB 
 
 
 
 
 
 
35
  ...el34\meshes\g1\pelvis.STL: 100%|##########| 1.06MB / 1.06MB 
 
 
 
 
 
 
 
36
  ...t_shoulder_pitch_link.STL: 100%|##########| 177kB / 177kB 
 
 
 
 
 
 
 
 
37
  ...ata_sequence_taikyoku.png: 100%|##########| 153kB / 153kB 
 
 
 
 
 
 
 
 
 
38
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB 
 
 
 
 
 
 
 
 
 
 
39
  ...space\comic_e2e_sheet.png: 100%|##########| 2.41MB / 2.41MB 
 
 
 
 
 
 
 
 
 
 
 
40
  ...laxed_hands_rest_pose.npy: 100%|##########| 2.90kB / 2.90kB 
 
 
41
  ...pace\comic_klein_test.png: 100%|##########| 2.34MB / 2.34MB 
 
 
 
42
  ...g1\waist_constraint_R.STL: 100%|##########| 115kB / 115kB 
 
 
 
 
43
  ...ener_session_scorpion.png: 100%|##########| 406kB / 406kB 
 
 
 
 
 
44
  ...ft_hand_middle_0_link.STL: 100%|##########| 476kB / 476kB 
 
 
 
 
 
 
45
  ...el34\meshes\g1\pelvis.STL: 100%|##########| 1.06MB / 1.06MB 
 
 
 
 
 
 
 
46
  ...t_shoulder_pitch_link.STL: 100%|##########| 177kB / 177kB 
 
 
 
 
 
 
 
 
47
  ...ata_sequence_taikyoku.png: 100%|##########| 153kB / 153kB 
 
 
 
 
 
 
 
 
 
48
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB 
 
 
 
 
 
 
 
 
 
 
49
  ...space\comic_e2e_sheet.png: 100%|##########| 2.41MB / 2.41MB 
 
 
 
 
 
 
 
 
 
 
 
50
  [+ 75 files] : 100%|##########| 76.9MB / 76.9MB 
 
 
51
  ...rso_constraint_L_link.STL: 100%|##########| 204kB / 204kB 
 
 
 
52
  ...eft_hand_thumb_2_link.STL: 100%|##########| 1.52MB / 1.52MB 
 
 
 
 
53
  ...rist_roll_rubber_hand.STL: 100%|##########| 3.48MB / 3.48MB 
 
 
 
 
 
54
  ...g1\waist_constraint_L.STL: 100%|##########| 115kB / 115kB 
 
 
 
 
 
 
55
  ...1\pelvis_contour_link.STL: 100%|##########| 1.81MB / 1.81MB 
 
 
 
 
 
 
 
56
  ...ce\weiner_raw_contact.png: 100%|##########| 2.13MB / 2.13MB 
 
 
 
 
 
 
 
 
57
  ...e\wiener_session_crab.png: 100%|##########| 376kB / 376kB 
 
 
 
 
 
 
 
 
 
58
  ...-space\box_klein_test.png: 100%|##########| 660kB / 660kB 
 
 
 
 
 
 
 
 
 
 
59
  ...t_shoulder_pitch_link.STL: 100%|##########| 177kB / 177kB 
 
 
 
 
 
 
 
 
 
 
 
60
  [+ 75 files] : 100%|##########| 75.8MB / 75.8MB 
 
 
61
  ..._wiener_title_overlay.wav: 100%|##########| 783kB / 783kB 
 
 
 
62
  ...e\weiner_lora_samples.png: 100%|##########| 1.75MB / 1.75MB 
 
 
 
 
63
  ...\dance_stances_verify.png: 100%|##########| 140kB / 140kB 
 
 
 
 
 
64
  ...\g1\left_hip_yaw_link.STL: 100%|##########| 296kB / 296kB 
 
 
 
 
 
 
65
  ...space\comic_lora_test.png: 100%|##########| 3.16MB / 3.16MB 
 
 
 
 
 
 
 
66
  ...mic_base_vs_distilled.png: 100%|##########| 4.80MB / 4.80MB 
 
 
 
 
 
 
 
 
67
  ...1\left_hip_pitch_link.STL: 100%|##########| 182kB / 182kB 
 
 
 
 
 
 
 
 
 
68
  ...ht_shoulder_roll_link.STL: 100%|##########| 402kB / 402kB 
 
 
 
 
 
 
 
 
 
 
69
  ...ener_session_scorpion.png: 100%|##########| 406kB / 406kB 
 
 
 
 
 
 
 
 
 
 
 
70
  [+ 75 files] : 100%|##########| 74.3MB / 74.3MB 
 
 
71
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB 
 
 
 
72
  ...eft_hand_index_1_link.STL: 100%|##########| 1.52MB / 1.52MB 
 
 
 
 
73
  ...4\meshes\g1\logo_link.STL: 100%|##########| 243kB / 243kB 
 
 
 
 
 
74
  ...s\g1\left_rubber_hand.STL: 100%|##########| 2.29MB / 2.29MB 
 
 
 
 
 
 
75
  ...eft_hand_thumb_1_link.STL: 100%|##########| 476kB / 476kB 
 
 
 
 
 
 
 
76
  ...ght_hand_thumb_1_link.STL: 100%|##########| 476kB / 476kB 
 
 
 
 
 
 
 
 
77
  ...g1\left_hip_roll_link.STL: 100%|##########| 192kB / 192kB 
 
 
 
 
 
 
 
 
 
78
  ...ata_sequence_taikyoku.png: 100%|##########| 153kB / 153kB 
 
 
 
 
 
 
 
 
 
 
79
  ...rso_constraint_L_link.STL: 100%|##########| 204kB / 204kB 
 
 
 
 
 
 
 
 
 
 
 
80
  [+ 75 files] : 100%|##########| 78.5MB / 78.5MB 
 
 
81
  ...ht_hand_middle_1_link.STL: 100%|##########| 1.52MB / 1.52MB 
 
 
 
82
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
 
 
 
 
83
  ...es\g1\right_knee_link.STL: 100%|##########| 852kB / 852kB 
 
 
 
 
 
84
  ...rist_roll_rubber_hand.STL: 100%|##########| 3.48MB / 3.48MB 
 
 
 
 
 
 
85
  ...rso_constraint_R_link.STL: 100%|##########| 204kB / 204kB 
 
 
 
 
 
 
 
86
  ...gpu-space\pose_ref_ab.png: 100%|##########| 851kB / 851kB 
 
 
 
 
 
 
 
 
87
  ...ght_hand_index_0_link.STL: 100%|##########| 476kB / 476kB 
 
 
 
 
 
 
 
 
 
88
  ...eft_hand_index_0_link.STL: 100%|##########| 476kB / 476kB 
 
 
 
 
 
 
 
 
 
 
89
  ...g1\torso_link_rev_1_0.STL: 100%|##########| 2.57MB / 2.57MB 
 
 
 
 
 
 
 
 
 
 
 
90
  [+ 75 files] : 100%|##########| 75.7MB / 75.7MB 
 
 
91
  ...1\left_wrist_yaw_link.STL: 100%|##########| 319kB / 319kB 
 
 
 
92
  ...4\meshes\g1\logo_link.STL: 100%|##########| 243kB / 243kB 
 
 
 
 
93
  ...aist_yaw_link_rev_1_0.STL: 100%|##########| 620kB / 620kB 
 
 
 
 
 
94
  ...e\weiner_lora_samples.png: 100%|##########| 1.75MB / 1.75MB 
 
 
 
 
 
 
95
  ...pace\pose_vocab_sheet.png: 100%|##########| 2.56MB / 2.56MB 
 
 
 
 
 
 
 
96
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB 
 
 
 
 
 
 
 
 
97
  ...\left_wrist_roll_link.STL: 100%|##########| 356kB / 356kB 
 
 
 
 
 
 
 
 
 
98
  ...eft_hand_thumb_2_link.STL: 100%|##########| 1.52MB / 1.52MB 
 
 
 
 
 
 
 
 
 
 
99
  ...keletons\smplx22\beta.npy: 100%|##########| 1.33kB / 1.33kB 
 
 
 
 
 
 
 
 
 
 
 
100
  [+ 75 files] : 100%|##########| 76.6MB / 76.6MB 
 
 
101
  ...1\left_wrist_yaw_link.STL: 100%|##########| 319kB / 319kB
 
102
  ...4\meshes\g1\logo_link.STL: 100%|##########| 243kB / 243kB
 
103
  ...aist_yaw_link_rev_1_0.STL: 100%|##########| 620kB / 620kB
 
104
  ...e\weiner_lora_samples.png: 100%|##########| 1.75MB / 1.75MB
 
105
  ...pace\pose_vocab_sheet.png: 100%|##########| 2.56MB / 2.56MB
 
106
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB
 
107
  ...\left_wrist_roll_link.STL: 100%|##########| 356kB / 356kB
 
108
  ...eft_hand_thumb_2_link.STL: 100%|##########| 1.52MB / 1.52MB
 
109
  ...keletons\smplx22\beta.npy: 100%|##########| 1.33kB / 1.33kB
 
110
  [+ 75 files] : 100%|##########| 76.6MB / 76.6MB
 
1
+ dataset ready: build-small-hackathon/karate-wiener-animations
2
+
3
+
4
+
5
+
6
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB 
7
+
8
+
9
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB 
10
+
11
+
12
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB 
13
+
14
+
15
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB 
16
+
17
+
18
  ...\beanie_green_sausage.glb: 100%|##########| 1.21MB / 1.21MB
19
+ No files have been modified since last commit. Skipping to prevent empty commit.
20
+ copied viewer/clothing/beanie_green_sausage.glb
21
+
22
+
23
+
24
+
25
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB 
26
+
27
+
28
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB 
29
+
30
+
31
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB 
32
+
33
+
34
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB 
35
+
36
+
37
  ...othing\kimono_sausage.glb: 100%|##########| 2.38MB / 2.38MB
38
+ No files have been modified since last commit. Skipping to prevent empty commit.
39
+ copied viewer/clothing/kimono_sausage.glb
40
+
41
+
42
+
43
+
44
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB 
45
+
46
+
47
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB 
48
+
49
+
50
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB 
51
+
52
+
53
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB 
54
+
55
+
56
  ...mono_trousers_sausage.glb: 100%|##########| 2.20MB / 2.20MB
57
+ No files have been modified since last commit. Skipping to prevent empty commit.
58
+ copied viewer/clothing/kimono_trousers_sausage.glb
59
+
60
+
61
+
62
+
63
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB 
64
+
65
+
66
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB 
67
+
68
+
69
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB 
70
+
71
+
72
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB 
73
+
74
+
75
  ...nerdy_glasses_sausage.glb: 100%|##########| 246kB / 246kB
76
+ No files have been modified since last commit. Skipping to prevent empty commit.
77
+ copied viewer/clothing/nerdy_glasses_sausage.glb
78
+
79
+
80
+
81
+
82
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB 
83
+
84
+
85
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB 
86
+
87
+
88
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB 
89
+
90
+
91
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB 
92
+
93
+
94
  ...ts\citizen_skin_color.png: 100%|##########| 1.26MB / 1.26MB
95
+ No files have been modified since last commit. Skipping to prevent empty commit.
96
+ uploaded viewer/textures/citizen_skin_color.png
97
+
98
+
99
+
100
+
101
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
102
+
103
+
104
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
105
+
106
+
107
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
108
+
109
+
110
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
111
+
112
+
113
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
114
+
115
+
116
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB
117
+ No files have been modified since last commit. Skipping to prevent empty commit.
118
+ It seems you are trying to upload a large folder at once. This might take some time and then fail if the folder is too large. For such cases, it is recommended to upload in smaller batches or to use `HfApi().upload_large_folder(...)`/`hf upload-large-folder` instead. For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/upload#upload-a-large-folder.
119
+ uploaded viewer/characters/unirig_citizen.glb
120
+ space created: build-small-hackathon/karate-wiener
121
+ variables + HF_TOKEN secret set
122
+
123
+
124
+
125
+
126
  ...pace\comic_klein_test.png: 100%|##########| 2.34MB / 2.34MB 
127
+
128
+
129
+
130
  ...g1\waist_constraint_R.STL: 100%|##########| 115kB / 115kB 
131
+
132
+
133
+
134
+
135
  ...ener_session_scorpion.png: 100%|##########| 406kB / 406kB 
136
+
137
+
138
+
139
+
140
+
141
  ...ft_hand_middle_0_link.STL: 100%|##########| 476kB / 476kB 
142
+
143
+
144
+
145
+
146
+
147
+
148
  ...el34\meshes\g1\pelvis.STL: 100%|##########| 1.06MB / 1.06MB 
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
  ...t_shoulder_pitch_link.STL: 100%|##########| 177kB / 177kB 
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
  ...ata_sequence_taikyoku.png: 100%|##########| 153kB / 153kB 
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB 
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
  ...space\comic_e2e_sheet.png: 100%|##########| 2.41MB / 2.41MB 
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
  ...laxed_hands_rest_pose.npy: 100%|##########| 2.90kB / 2.90kB 
199
+
200
+
201
  ...pace\comic_klein_test.png: 100%|##########| 2.34MB / 2.34MB 
202
+
203
+
204
+
205
  ...g1\waist_constraint_R.STL: 100%|##########| 115kB / 115kB 
206
+
207
+
208
+
209
+
210
  ...ener_session_scorpion.png: 100%|##########| 406kB / 406kB 
211
+
212
+
213
+
214
+
215
+
216
  ...ft_hand_middle_0_link.STL: 100%|##########| 476kB / 476kB 
217
+
218
+
219
+
220
+
221
+
222
+
223
  ...el34\meshes\g1\pelvis.STL: 100%|##########| 1.06MB / 1.06MB 
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
  ...t_shoulder_pitch_link.STL: 100%|##########| 177kB / 177kB 
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
  ...ata_sequence_taikyoku.png: 100%|##########| 153kB / 153kB 
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB 
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
  ...space\comic_e2e_sheet.png: 100%|##########| 2.41MB / 2.41MB 
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
  [+ 75 files] : 100%|##########| 76.9MB / 76.9MB 
274
+
275
+
276
  ...rso_constraint_L_link.STL: 100%|##########| 204kB / 204kB 
277
+
278
+
279
+
280
  ...eft_hand_thumb_2_link.STL: 100%|##########| 1.52MB / 1.52MB 
281
+
282
+
283
+
284
+
285
  ...rist_roll_rubber_hand.STL: 100%|##########| 3.48MB / 3.48MB 
286
+
287
+
288
+
289
+
290
+
291
  ...g1\waist_constraint_L.STL: 100%|##########| 115kB / 115kB 
292
+
293
+
294
+
295
+
296
+
297
+
298
  ...1\pelvis_contour_link.STL: 100%|##########| 1.81MB / 1.81MB 
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
  ...ce\weiner_raw_contact.png: 100%|##########| 2.13MB / 2.13MB 
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
  ...e\wiener_session_crab.png: 100%|##########| 376kB / 376kB 
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
  ...-space\box_klein_test.png: 100%|##########| 660kB / 660kB 
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
  ...t_shoulder_pitch_link.STL: 100%|##########| 177kB / 177kB 
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
  [+ 75 files] : 100%|##########| 75.8MB / 75.8MB 
349
+
350
+
351
  ..._wiener_title_overlay.wav: 100%|##########| 783kB / 783kB 
352
+
353
+
354
+
355
  ...e\weiner_lora_samples.png: 100%|##########| 1.75MB / 1.75MB 
356
+
357
+
358
+
359
+
360
  ...\dance_stances_verify.png: 100%|##########| 140kB / 140kB 
361
+
362
+
363
+
364
+
365
+
366
  ...\g1\left_hip_yaw_link.STL: 100%|##########| 296kB / 296kB 
367
+
368
+
369
+
370
+
371
+
372
+
373
  ...space\comic_lora_test.png: 100%|##########| 3.16MB / 3.16MB 
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
  ...mic_base_vs_distilled.png: 100%|##########| 4.80MB / 4.80MB 
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
  ...1\left_hip_pitch_link.STL: 100%|##########| 182kB / 182kB 
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
  ...ht_shoulder_roll_link.STL: 100%|##########| 402kB / 402kB 
401
+
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
  ...ener_session_scorpion.png: 100%|##########| 406kB / 406kB 
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
  [+ 75 files] : 100%|##########| 74.3MB / 74.3MB 
424
+
425
+
426
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB 
427
+
428
+
429
+
430
  ...eft_hand_index_1_link.STL: 100%|##########| 1.52MB / 1.52MB 
431
+
432
+
433
+
434
+
435
  ...4\meshes\g1\logo_link.STL: 100%|##########| 243kB / 243kB 
436
+
437
+
438
+
439
+
440
+
441
  ...s\g1\left_rubber_hand.STL: 100%|##########| 2.29MB / 2.29MB 
442
+
443
+
444
+
445
+
446
+
447
+
448
  ...eft_hand_thumb_1_link.STL: 100%|##########| 476kB / 476kB 
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
  ...ght_hand_thumb_1_link.STL: 100%|##########| 476kB / 476kB 
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
  ...g1\left_hip_roll_link.STL: 100%|##########| 192kB / 192kB 
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
  ...ata_sequence_taikyoku.png: 100%|##########| 153kB / 153kB 
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
  ...rso_constraint_L_link.STL: 100%|##########| 204kB / 204kB 
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
  [+ 75 files] : 100%|##########| 78.5MB / 78.5MB 
499
+
500
+
501
  ...ht_hand_middle_1_link.STL: 100%|##########| 1.52MB / 1.52MB 
502
+
503
+
504
+
505
  ...assets\unirig_citizen.glb: 100%|##########| 115kB / 115kB 
506
+
507
+
508
+
509
+
510
  ...es\g1\right_knee_link.STL: 100%|##########| 852kB / 852kB 
511
+
512
+
513
+
514
+
515
+
516
  ...rist_roll_rubber_hand.STL: 100%|##########| 3.48MB / 3.48MB 
517
+
518
+
519
+
520
+
521
+
522
+
523
  ...rso_constraint_R_link.STL: 100%|##########| 204kB / 204kB 
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
  ...gpu-space\pose_ref_ab.png: 100%|##########| 851kB / 851kB 
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
  ...ght_hand_index_0_link.STL: 100%|##########| 476kB / 476kB 
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
  ...eft_hand_index_0_link.STL: 100%|##########| 476kB / 476kB 
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
  ...g1\torso_link_rev_1_0.STL: 100%|##########| 2.57MB / 2.57MB 
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
  [+ 75 files] : 100%|##########| 75.7MB / 75.7MB 
574
+
575
+
576
  ...1\left_wrist_yaw_link.STL: 100%|##########| 319kB / 319kB 
577
+
578
+
579
+
580
  ...4\meshes\g1\logo_link.STL: 100%|##########| 243kB / 243kB 
581
+
582
+
583
+
584
+
585
  ...aist_yaw_link_rev_1_0.STL: 100%|##########| 620kB / 620kB 
586
+
587
+
588
+
589
+
590
+
591
  ...e\weiner_lora_samples.png: 100%|##########| 1.75MB / 1.75MB 
592
+
593
+
594
+
595
+
596
+
597
+
598
  ...pace\pose_vocab_sheet.png: 100%|##########| 2.56MB / 2.56MB 
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB 
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
  ...\left_wrist_roll_link.STL: 100%|##########| 356kB / 356kB 
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
  ...eft_hand_thumb_2_link.STL: 100%|##########| 1.52MB / 1.52MB 
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
  ...keletons\smplx22\beta.npy: 100%|##########| 1.33kB / 1.33kB 
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
  [+ 75 files] : 100%|##########| 76.6MB / 76.6MB 
649
+
650
+
651
  ...1\left_wrist_yaw_link.STL: 100%|##########| 319kB / 319kB
652
+
653
  ...4\meshes\g1\logo_link.STL: 100%|##########| 243kB / 243kB
654
+
655
  ...aist_yaw_link_rev_1_0.STL: 100%|##########| 620kB / 620kB
656
+
657
  ...e\weiner_lora_samples.png: 100%|##########| 1.75MB / 1.75MB
658
+
659
  ...pace\pose_vocab_sheet.png: 100%|##########| 2.56MB / 2.56MB
660
+
661
  ...\meshes\g1\torso_link.STL: 100%|##########| 2.23MB / 2.23MB
662
+
663
  ...\left_wrist_roll_link.STL: 100%|##########| 356kB / 356kB
664
+
665
  ...eft_hand_thumb_2_link.STL: 100%|##########| 1.52MB / 1.52MB
666
+
667
  ...keletons\smplx22\beta.npy: 100%|##########| 1.33kB / 1.33kB
668
+
669
  [+ 75 files] : 100%|##########| 76.6MB / 76.6MB