Skip to content

Commit

Permalink
Merge pull request #196 from vbuterin/patch-1
Browse files Browse the repository at this point in the history
Fix code example in README.md
  • Loading branch information
feifeiobama authored Dec 8, 2024
2 parents 8acc528 + e6bb181 commit 3040d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ model_dtype, torch_dtype = 'bf16', torch.bfloat16 # Use bf16 (not support fp16
model = PyramidDiTForVideoGeneration(
'PATH', # The downloaded checkpoint dir
model_name="pyramid_flux",
model_dtype,
model_dtype=model_dtype,
model_variant='diffusion_transformer_768p',
)

Expand Down

0 comments on commit 3040d71

Please sign in to comment.