mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
* part 2 of api fixes * move randn_tensor * add to toctree * apply feedback * more feedback
23 lines
373 B
Plaintext
23 lines
373 B
Plaintext
# Utilities
|
|
|
|
Utility and helper functions for working with 🤗 Diffusers.
|
|
|
|
## randn_tensor
|
|
|
|
[[autodoc]] diffusers.utils.randn_tensor
|
|
|
|
## numpy_to_pil
|
|
|
|
[[autodoc]] utils.pil_utils.numpy_to_pil
|
|
|
|
## pt_to_pil
|
|
|
|
[[autodoc]] utils.pil_utils.pt_to_pil
|
|
|
|
## load_image
|
|
|
|
[[autodoc]] utils.testing_utils.load_image
|
|
|
|
## export_to_video
|
|
|
|
[[autodoc]] utils.testing_utils.export_to_video |