diffusers 0.3.1

Rust implementation of the Diffusers library using Torch.
Documentation
1
2
3
4
5
6
7
8
//! # Transformers
//!
//! The transformers module contains some basic implementation
//! of transformers based models used to process the user prompt
//! and generate the related embeddings. It also includes some
//! simple tokenization.

pub mod clip;