Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Scottcjn/ltx-video-power8
/ functions
Functions
17 in github.com/Scottcjn/ltx-video-power8
⨍
Functions
17
◇
Types & classes
1
↳
Endpoints
1
↓ 11 callers
Function
unpack_latents
Unpack latents from [B, num_tokens, C] back to [B, C, F, H, W].
scripts/ltx_latent_utils.py:30
↓ 8 callers
Function
pack_latents
Pack latents from [B, C, F, H, W] to [B, num_tokens, C].
scripts/ltx_latent_utils.py:4
↓ 5 callers
Method
permute
(self, *dims)
tests/test_ltx_latent_utils.py:48
↓ 4 callers
Function
map_key
Map 13B checkpoint keys to diffusers model keys.
scripts/ltx_latent_utils.py:66
↓ 4 callers
Method
reshape
(self, *shape)
tests/test_ltx_latent_utils.py:43
↓ 4 callers
Function
show_mem
()
scripts/ltx_13b_hires.py:57
↓ 3 callers
Function
show_mem
()
scripts/ltx_13b_full.py:57
↓ 2 callers
Function
_product
(values)
tests/test_ltx_latent_utils.py:11
↓ 1 callers
Function
_flat_index
(coord, shape)
tests/test_ltx_latent_utils.py:18
↓ 1 callers
Function
_iter_coords
(shape)
tests/test_ltx_latent_utils.py:25
↓ 1 callers
Function
load_and_map_weights
Load weights with key mapping.
scripts/ltx_13b_full.py:40
↓ 1 callers
Function
load_and_map_weights
(model, checkpoint_path)
scripts/ltx_13b_hybrid.py:49
↓ 1 callers
Function
load_and_map_weights
(model, checkpoint_path)
scripts/ltx_13b_hires.py:43
Method
__init__
(self, values, shape)
tests/test_ltx_latent_utils.py:37
Function
test_map_key_normalizes_checkpoint_names
(checkpoint_key, expected)
tests/test_ltx_latent_utils.py:108
Function
test_pack_and_unpack_preserve_independent_batches
()
tests/test_ltx_latent_utils.py:81
Function
test_pack_and_unpack_round_trip_with_spatial_and_temporal_patches
()
tests/test_ltx_latent_utils.py:62