Skip to content

Commit

Permalink
Remove unneeded set_format
Browse files Browse the repository at this point in the history
  • Loading branch information
osanseviero authored Oct 27, 2022
1 parent 4d4386e commit 81ed22d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(
feature_extractor: CLIPFeatureExtractor,
):
super().__init__()
scheduler = scheduler.set_format("pt")
self.register_modules(
vae=vae,
image_encoder=image_encoder,
Expand Down

0 comments on commit 81ed22d

Please sign in to comment.