Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 1d6008d

Browse files
committed
pypi-diffusers: Autospec creation for update from version 0.32.1 to version 0.32.2
Aryan (2): [LoRA] Support original format loras for HunyuanVideo (#10376) Fix hunyuan video attention mask dim (#10454) DN6 (1): Release: v0.32.2 Dhruv Nair (3): [CI] Update HF Token in Fast GPU Tests (#10568) [CI] Update HF Token on Fast GPU Model Tests (#10570) [Single File] Fix loading Flux Dev finetunes with Comfy Prefix (#10545) Sayak Paul (4): [LoRA] feat: support `unload_lora_weights()` for Flux Control. (#10206) [LoRA] fix: lora unloading when using expanded Flux LoRAs. (#10397) [LoRA] clean up `load_lora_into_text_encoder()` and `fuse_lora()` copied from (#10495) [LoRA] feat: support loading loras into 4bit quantized Flux models. (#10578) hlky (2): Fix HunyuanVideo produces NaN on PyTorch<2.5 (#10482) Fix batch > 1 in HunyuanVideo (#10548) maxs-kan (1): Fix Flux multiple Lora loading bug (#10388)
1 parent 7f3c156 commit 1d6008d

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-diffusers
2-
URL = https://files.pythonhosted.org/packages/bb/b3/c43ace020b7475df034eb1ef4c544f51ee40b71ea87f87f9992821b06a95/diffusers-0.32.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/ee/72/d3f715e71a77f14a48f1ac081cea5bb6c6e6cd41c55b1291f401b1504679/diffusers-0.32.2.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-diffusers
3-
url = https://files.pythonhosted.org/packages/bb/b3/c43ace020b7475df034eb1ef4c544f51ee40b71ea87f87f9992821b06a95/diffusers-0.32.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/ee/72/d3f715e71a77f14a48f1ac081cea5bb6c6e6cd41c55b1291f401b1504679/diffusers-0.32.2.tar.gz
44
archives =
55
giturl = https://github.com/huggingface/diffusers/
66
domain =

pypi-diffusers.spec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Generated by: autospec.py
44
# Using build pattern: pyproject
55
# autospec version: v21
6-
# autospec commit: 5424026
6+
# autospec commit: f4a13a5
77
#
88
Name : pypi-diffusers
9-
Version : 0.32.1
10-
Release : 62
11-
URL : https://files.pythonhosted.org/packages/bb/b3/c43ace020b7475df034eb1ef4c544f51ee40b71ea87f87f9992821b06a95/diffusers-0.32.1.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/bb/b3/c43ace020b7475df034eb1ef4c544f51ee40b71ea87f87f9992821b06a95/diffusers-0.32.1.tar.gz
9+
Version : 0.32.2
10+
Release : 63
11+
URL : https://files.pythonhosted.org/packages/ee/72/d3f715e71a77f14a48f1ac081cea5bb6c6e6cd41c55b1291f401b1504679/diffusers-0.32.2.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/ee/72/d3f715e71a77f14a48f1ac081cea5bb6c6e6cd41c55b1291f401b1504679/diffusers-0.32.2.tar.gz
1313
Summary : State-of-the-art diffusion in PyTorch and JAX.
1414
Group : Development/Tools
1515
License : Apache-2.0
@@ -73,18 +73,18 @@ python3 components for the pypi-diffusers package.
7373

7474

7575
%prep
76-
%setup -q -n diffusers-0.32.1
77-
cd %{_builddir}/diffusers-0.32.1
76+
%setup -q -n diffusers-0.32.2
77+
cd %{_builddir}/diffusers-0.32.2
7878
pushd ..
79-
cp -a diffusers-0.32.1 buildavx2
79+
cp -a diffusers-0.32.2 buildavx2
8080
popd
8181

8282
%build
8383
export http_proxy=http://127.0.0.1:9/
8484
export https_proxy=http://127.0.0.1:9/
8585
export no_proxy=localhost,127.0.0.1,0.0.0.0
8686
export LANG=C.UTF-8
87-
export SOURCE_DATE_EPOCH=1735144939
87+
export SOURCE_DATE_EPOCH=1736963299
8888
export GCC_IGNORE_WERROR=1
8989
export AR=gcc-ar
9090
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
62
1+
63

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a479274fc57717c51fee4ee0d96db3ba944102ba/diffusers-0.32.1.tar.gz
1+
2172cdefb31f3b08fc81e9cb65597b14bed464ec/diffusers-0.32.2.tar.gz

0 commit comments

Comments
 (0)