Skip to content

A diffusers API in Burn (Rust)

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE-MIT
Apache-2.0
LICENSE_APACHE
Notifications You must be signed in to change notification settings

oxideai/diffusers-burn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffusers-burn: A diffusers API in Rust/Burn

⚠️ This is still in development - contributors welcome!

The diffusers-burn crate is a conversion of diffusers-rs using burn rather than libtorch. This implementation supports Stable Diffusion v1.5, v2.1, as well as Stable Diffusion XL 1.0.


Blaze supports this project by providing ultra-fast Apple Silicon macOS Github Action Runners. Apply the discount code BURN50 at checkout to enjoy 50% off your first year.

Feature Flags

This crate can be used without the standard library (#![no_std]) with alloc by disabling the default std feature.

  • std - enables the standard library. Enabled by default.
  • wgpu - uses ndarray as the backend. Enabled by default when none specified and std.
  • ndarray - uses ndarray as the backend.
  • ndarray-no-std - uses ndarray-no-std as the backend. Enabled by default when none and #![no_std].
  • ndarray-blas-accelerate - uses ndarray with Accelerate framework (macOS only).
  • torch - uses torch as the backend.

Community

If you are excited about the project or want to contribute, don't hesitate to join our Discord! We try to be as welcoming as possible to everybody from any background. We're still building this out, but you can ask your questions there!

Status

diffusers-burn is currently in active development, and is not yet complete.

License

diffusers-burn is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details. Opening a pull request is assumed to signal agreement with these licensing terms.

About

A diffusers API in Burn (Rust)

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE-MIT
Apache-2.0
LICENSE_APACHE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages