update dependencies to get deterministic image generation

This commit is contained in:
Lincoln Stein
2023-05-06 23:09:24 -04:00
parent 2b213da967
commit 8f80ba9520
2 changed files with 5 additions and 5 deletions

View File

@ -247,8 +247,8 @@ class InvokeAiInstance:
pip[
"install",
"--require-virtualenv",
"torch",
"torchvision",
"torch~=2.0.0",
"torchvision>=0.14.1",
"--force-reinstall",
"--find-links" if find_links is not None else None,
find_links,