diff --git a/pyproject.toml b/pyproject.toml index 382f829..058dfd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,8 @@ gradio = [ "colorama==0.4.5", "Pygments==2.12.0", "markdown==3.4.1", - "SentencePiece==0.1.96" + "SentencePiece==0.1.96", + "diffusers==0.32.2" ] lint = [ "isort",