From efb3bac811addebfd8d1349c277ac4722aa46190 Mon Sep 17 00:00:00 2001 From: Konstantine Tsafatinos Date: Mon, 23 Sep 2024 12:00:23 -0400 Subject: [PATCH] update diffusers dep to new release that includes flux changes --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1cb3d82..9e452f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,8 +45,7 @@ triton = {version = '2.0.0', source = 'torch'} basicsr = {version = '^1.4.2'} xformers = {version = '^0.0.22'} hypercorn = {version = '^0.14.4'} -# diffusers = {version = '^0.30.0.dev0'} -diffusers = {git = 'https://github.com/iamzoltan/diffusers.git', branch = 'flux-pipeline-vae-slicing-tiling'} +diffusers = {version = '^0.30.3'} requests = {version = '2.31.0'} realesrgan = {version = '^0.3.0'} quart-trio = {version = '^0.11.0'}