Skip to content

Commit

Permalink
Merge pull request #1 from R3gm/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
R3gm authored Oct 19, 2023
2 parents d39c0ca + 7f9e76f commit 255770b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 123 deletions.
157 changes: 43 additions & 114 deletions poetry.lock

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

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
torch = {version = "2.0.1+cu118", source = "pytorch-gpu-src"}
torchvision = {version = "0.15.2+cu118", source = "pytorch-gpu-src"}
torchaudio = {version = "2.0.2+cu118", source = "pytorch-gpu-src"}
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"}
Expand All @@ -19,11 +19,10 @@ accelerate = "^0.23.0"
safetensors = "0.3.3"
mediapy = "^1.1.9"
ipywidgets = "7.7.1"
controlnet-aux = "0.0.6"
controlnet-aux = "^0.0.6"
mediapipe = "0.10.1"
pytorch-lightning = "^2.0.9.post0"
asdff = {git = "https://github.com/R3gm/asdff.git"}
xformers = "0.0.22"


[[tool.poetry.source]]
Expand Down
Loading

0 comments on commit 255770b

Please sign in to comment.