mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-09 04:18:46 +08:00
Add a comment to warn about a necessary action before bumping the diffusers version.
This commit is contained in:
parent
fc09ab7e13
commit
89db8c83c2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user