Skip to content

Commit

Permalink
Fix SDXL bug with diffuser 0.30.0 while giving downloaded model path (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 6, 2024
1 parent 6dcaae8 commit b0686db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion text_to_image/backend_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def load(self):
scheduler=self.scheduler,
safety_checker=None,
add_watermarker=False,
variant="fp16" if (self.dtype == torch.float16) else None,
torch_dtype=self.dtype,
)
# self.pipe.unet = torch.compile(self.pipe.unet, mode="reduce-overhead", fullgraph=True)
Expand Down

0 comments on commit b0686db

Please sign in to comment.