Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
R3gm committed Nov 21, 2023
1 parent ab694be commit c3d073e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 43 deletions.
50 changes: 12 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stablepy"
version = "0.2.0"
version = "0.3.0"
description = "A tool for easy use of stable diffusion"
authors = ["Roger Condori(R3gm) <[email protected]>"]
readme = "README.md"
Expand All @@ -11,8 +11,8 @@ torch = {version = "2.1.0+cu118", source = "pytorch-gpu-src"}
torchvision = {version = "0.16.0+cu118", source = "pytorch-gpu-src"}
torchaudio = {version = "2.1.0+cu118", source = "pytorch-gpu-src"}
omegaconf = "2.3.0"
diffusers = {git = "https://github.com/huggingface/diffusers.git"}
compel = {git = "https://github.com/damian0815/compel.git"}
diffusers = "0.23.0"
compel = "2.0.2"
invisible-watermark = "^0.2.0"
transformers = "^4.34.0"
accelerate = "^0.23.0"
Expand All @@ -22,7 +22,7 @@ ipywidgets = "7.7.1"
controlnet-aux = "^0.0.6"
mediapipe = "0.10.1"
pytorch-lightning = "^2.0.9.post0"
asdff = {git = "https://github.com/R3gm/asdff.git"}
ultralytics = "^8.0.0"


[[tool.poetry.source]]
Expand Down
2 changes: 1 addition & 1 deletion stablepy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit c3d073e

Please sign in to comment.