Skip to content

Commit

Permalink
diffusers: bump to main branch instead of Sana branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Dec 18, 2024
1 parent d3500aa commit c3d573e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions install/apple/poetry.lock

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

2 changes: 1 addition & 1 deletion install/apple/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package-mode = false
python = ">=3.10,<3.13"
torch = "^2.5.0"
torchvision = "^0.20.0"
diffusers = {git = "https://github.com/lawrence-cj/diffusers", rev = "Sana"}
diffusers = {git = "https://github.com/huggingface/diffusers"}
transformers = "^4.46.3"
datasets = "^3.0.0"
wandb = "^0.18.1"
Expand Down
8 changes: 4 additions & 4 deletions install/rocm/poetry.lock

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

2 changes: 1 addition & 1 deletion install/rocm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ colorama = "^0.4.6"
compel = "^2"
datasets = "^3.0.0"
deepspeed = "^0.15.1"
diffusers = {git = "https://github.com/lawrence-cj/diffusers", rev = "Sana"}
diffusers = {git = "https://github.com/huggingface/diffusers"}
iterutils = "^0.1.6"
numpy = "1.26"
open-clip-torch = "^2.26.1"
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package-mode = false
python = ">=3.10,<3.12"
torch = {version = "^2.5.1+cu124", source = "pytorch"}
torchvision = {version = "^0.20.1+cu124", source = "pytorch"}
diffusers = {git = "https://github.com/lawrence-cj/diffusers", rev = "Sana"}
diffusers = {git = "https://github.com/huggingface/diffusers"}
transformers = "^4.45.1"
datasets = "^3.0.1"
bitsandbytes = "^0.45.0"
Expand Down

0 comments on commit c3d573e

Please sign in to comment.