bump to diffusers 0.15.1, remove dangling module

This commit is contained in:
Lincoln Stein
2023-04-18 19:20:38 -04:00
parent 47b9910b48
commit bd8ffd36bf
2 changed files with 1 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ dependencies = [
"clip_anytorch", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
"compel==1.0.5",
"datasets",
"diffusers[torch]==0.15.*",
"diffusers[torch]==0.15.1",
"dnspython==2.2.1",
"einops",
"eventlet",