Skip to content

Commit

Permalink
[Docs] Update ltx_video.md to remove generator from `from_pretrained(…
Browse files Browse the repository at this point in the history
…)` (huggingface#10316)

Update ltx_video.md to remove generator from `from_pretrained()`
  • Loading branch information
sayakpaul authored Dec 20, 2024
1 parent e12d610 commit b64ca6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/en/api/pipelines/ltx_video.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ transformer = LTXVideoTransformer3DModel.from_single_file(
pipe = LTXPipeline.from_pretrained(
"Lightricks/LTX-Video",
transformer=transformer,
generator=torch.manual_seed(0),
torch_dtype=torch.bfloat16,
)
pipe.enable_model_cpu_offload()
Expand Down

0 comments on commit b64ca6c

Please sign in to comment.