For those playing around with the stable_diffusion.ipynb notebook in diffusion-nbs repo running into
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.cuda.HalfTensor) should be the same
when running pipei2i:
You need a diffusers version higher than 0.4.1, because this patch is needed for fp16 to work.