Skip to content

Commit

Permalink
Merge pull request #1226 from bghira/feature/sana-complex-human-instr…
Browse files Browse the repository at this point in the history
…uction

diffusers: bump to main branch instead of Sana branch
  • Loading branch information
bghira authored Dec 18, 2024
2 parents e9c9ef0 + c3d573e commit 020bf37
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 020bf37

Please sign in to comment.