File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - " scripts/**"
1111 - " .github/workflows/pr-test.yaml"
1212 - " !nunchaku/__version__.py"
13+ - " .pyproject.toml"
1314 workflow_dispatch :
1415 inputs :
1516 ref :
Original file line number Diff line number Diff 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+ # )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ classifiers = [
2323dynamic = [ " version" ]
2424dependencies = [
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" ,
You can’t perform that action at this time.
0 commit comments