Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Stein committed Jul 19, 2023
1 parent 2fbf245 commit 634d6bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion invokeai/version/invokeai_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0+b9"
__version__ = "3.0.0+b10"
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ dependencies = [
"flaskwebgui==1.0.3",
"gfpgan==1.3.8",
"huggingface-hub>=0.11.1",
"invisible-watermark>=2.0", # needed to install SDXL base and refiner using their repo_ids
"matplotlib", # needed for plotting of Penner easing functions
"mediapipe", # needed for "mediapipeface" controlnet model
"invisible-watermark>=0.2.0", # needed to install SDXL base and refiner using their repo_ids
"matplotlib", # needed for plotting of Penner easing functions
"mediapipe", # needed for "mediapipeface" controlnet model
"npyscreen",
"numpy<1.24",
"omegaconf",
Expand All @@ -83,7 +83,7 @@ dependencies = [
"torchvision>=0.14.1",
"torchmetrics==0.11.4",
"torchsde==0.2.5",
"transformers~=4.30",
"transformers==4.30.2",
"uvicorn[standard]==0.21.1",
"windows-curses; sys_platform=='win32'",
]
Expand Down

0 comments on commit 634d6bb

Please sign in to comment.