diffusers
664e931b
- Correct type annotation for `VaeImageProcessor.numpy_to_pil` (#6111)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
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]`.
References
#6111 - Correct type annotation for `VaeImageProcessor.numpy_to_pil`
Author
edwardwli
Parents
88bdd97c
Files
1
src/diffusers
image_processor.py
Loading