From b0636cee6ec8650bb063deba7dcb0c13cf786b0b Mon Sep 17 00:00:00 2001 From: senhorinfinito Date: Wed, 12 Mar 2025 10:01:11 +0530 Subject: [PATCH] fixed import issue for janus_flow --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",