From 02c58f22be2c386da360ec2c58eeda43a2a7eb18 Mon Sep 17 00:00:00 2001 From: Damian Stewart Date: Thu, 23 Mar 2023 22:34:54 +0100 Subject: [PATCH] upgrade compel for better .swap defaults and a bugfix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4760035174..a8f3fcbbbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "albumentations", "click", "clip_anytorch", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip", - "compel==1.0.1", + "compel==1.0.4", "datasets", "diffusers[torch]~=0.14", "dnspython==2.2.1",