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

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
Loading