Skip to content

Commit f7468f2

Browse files
authored
chore: update diffusers version (#851)
* chore: update diffusers version * update
1 parent a938b0d commit f7468f2

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/pr-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "scripts/**"
1111
- ".github/workflows/pr-test.yaml"
1212
- "!nunchaku/__version__.py"
13+
- ".pyproject.toml"
1314
workflow_dispatch:
1415
inputs:
1516
ref:

.github/workflows/release-build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ jobs:
147147
prerelease: false
148148
env:
149149
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
150-
# - name: Upload wheels to HuggingFace Hub
151-
# shell: cmd
152-
# env:
153-
# HF_TOKEN: ${{ secrets.HF_WHEEL_UPLOAD_TOKEN }}
154-
# run: |
155-
# call C:\Users\muyangl\miniconda3\condabin\activate.bat activate
156-
# pip install huggingface_hub
157-
# for %%w in (dist\*.whl) do (
158-
# hf upload nunchaku-tech/nunchaku "%%w"
159-
# )
150+
# - name: Upload wheels to HuggingFace Hub
151+
# shell: cmd
152+
# env:
153+
# HF_TOKEN: ${{ secrets.HF_WHEEL_UPLOAD_TOKEN }}
154+
# run: |
155+
# call C:\Users\muyangl\miniconda3\condabin\activate.bat activate
156+
# pip install huggingface_hub
157+
# for %%w in (dist\*.whl) do (
158+
# hf upload nunchaku-tech/nunchaku "%%w"
159+
# )

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
dynamic = [ "version" ]
2424
dependencies = [
2525
"accelerate>=1.9",
26-
"diffusers>=0.35.1",
26+
"diffusers>=0.36",
2727
"einops",
2828
"huggingface-hub>=0.34",
2929
"peft>=0.17",
@@ -36,7 +36,7 @@ optional-dependencies.ci = [
3636
"accelerate==1.9",
3737
"controlnet-aux==0.0.10",
3838
"datasets==3.6",
39-
"diffusers @ git+https://github.com/huggingface/diffusers@262ce19",
39+
"diffusers==0.36",
4040
"facexlib==0.3",
4141
"huggingface-hub==0.34",
4242
"image-gen-aux @ git+https://github.com/asomoza/image_gen_aux.git@e08ae3d",

0 commit comments

Comments
 (0)