diffusers
664e931b - Correct type annotation for `VaeImageProcessor.numpy_to_pil` (#6111)

Comment changes are shownComment changes are hidden
Commit
1 year ago
Correct type annotation for `VaeImageProcessor.numpy_to_pil` (#6111) From `(np.ndarray) -> PIL.Image.Image` to `(np.ndarray) -> List[PIL.Image.Image]`.
Author
Parents
  • src/diffusers
    • File
      image_processor.py