Skip to content

Commit

Permalink
Merge pull request #12 from osanseviero/patch-1
Browse files Browse the repository at this point in the history
Remove unneeded set_format
  • Loading branch information
justinpinkney authored Nov 1, 2022
2 parents 4d4386e + 81ed22d commit 56b71c4
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 56b71c4

Please sign in to comment.