Skip to content

Commit

Permalink
Fix code example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin authored Nov 20, 2024
1 parent 20a8113 commit e6bb181
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 e6bb181

Please sign in to comment.