Metadata-Version: 2.4
Name: deforum-flux
Version: 0.1.0
Summary: Flux backend for Deforum
Author-email: Deforum Inc <hello@deforum.io>
License: MIT
Project-URL: Homepage, https://github.com/deforum/flux
Project-URL: Repository, https://github.com/deforum/flux
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Deforum Flux Backend

Flux backend for Deforum using Black Forest Labs Flux. This package includes code from [Black Forest Labs Flux](https://github.com/black-forest-labs/flux) to enable PyPI installation.

## Installation

```bash
pip install deforum-flux
```

## License

- Deforum Flux Backend: MIT License
- Included Flux code: Apache 2.0 License (see `src/flux/LICENSE`)

Original Flux code is Copyright Black Forest Labs and contributors.
