Skip to content

Commit dd8d388

Browse files
committed
chore: update diffusers version
1 parent a938b0d commit dd8d388

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

.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)