Skip to content

Commit d1c304d

Browse files
committed
comments removed
1 parent 9a9f5db commit d1c304d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/maxdiffusion/generate_ltx_video.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ def run(config):
7777
)
7878
transformer_param_shapes = transformer.init_weights( # noqa: F841
7979
in_channels, key, model_config["caption_channels"], eval_only=True
80-
) # use this to test!
81-
80+
)
8281
weights_init_fn = functools.partial(
8382
transformer.init_weights, in_channels, key, model_config["caption_channels"], eval_only=True
8483
)
@@ -115,7 +114,4 @@ def main(argv: Sequence[str]) -> None:
115114
app.run(main)
116115

117116

118-
###setup_initial_state, can optionally load from checkpoint
119-
120117

121-
# end to end steps from ltx repo: pipeline_ltx_video.py

0 commit comments

Comments
 (0)