Metadata-Version: 2.1
Name: deforum
Version: 0.1.3
Summary: diffusion animation toolkit
Home-page: https://github.com/deforum-art/deforum
Author: deforum
Author-email: deforum.art@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: diffusers (==0.19.0)
Requires-Dist: torch (==2.0.1)
Requires-Dist: transformers (==4.31.0)
Requires-Dist: accelerate (==0.21.0)
Requires-Dist: safetensors (==0.3.1)
Requires-Dist: opencv-python (==4.8.0.74)
Requires-Dist: imageio (==2.31.1)
Requires-Dist: imageio-ffmpeg (==0.4.8)
Requires-Dist: natsort (==8.4.0)

# Deforum

```py
from deforum import Deforum

# Create an instance of the Deforum class
dd = Deforum()

# Use dd instance to call generate function with the values prompt, max_frames, and strength
dd.generate(
    prompt="Cat Sushi",
    max_frames=80,
    strength=0.5,
)
```
