Update diffusers to ~=0.23

This commit is contained in:
Millun Atluri 2023-11-10 11:50:50 +11:00 committed by GitHub
parent 141d02939a
commit e22a091d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,9 +40,7 @@ dependencies = [
"controlnet-aux>=0.0.6",
"timm==0.6.13", # needed to override timm latest in controlnet_aux, see https://github.com/isl-org/ZoeDepth/issues/26
"datasets",
# When bumping diffusers beyond 0.21, make sure to address this:
# https://github.com/invoke-ai/InvokeAI/blob/fc09ab7e13cb7ca5389100d149b6422ace7b8ed3/invokeai/app/invocations/latent.py#L513
"diffusers[torch]~=0.22.0",
"diffusers[torch]~=0.23.0",
"dnspython~=2.4.0",
"dynamicprompts",
"easing-functions",