Add a comment to warn about a necessary action before bumping the diffusers version.

This commit is contained in:
Ryan Dick 2023-10-12 14:03:26 -04:00 committed by Kent Keirsey
parent fc09ab7e13
commit 89db8c83c2

View File

@ -40,6 +40,8 @@ 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.21.0",
"dnspython~=2.4.0",
"dynamicprompts",