Skip to content

Commit 87bebf9

Browse files
chore: upgrade diffusers to 0.36.0 to support z image
1 parent f417c26 commit 87bebf9

File tree

2 files changed

+94
-630
lines changed

2 files changed

+94
-630
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"accelerate",
3737
"bitsandbytes; sys_platform!='darwin'",
3838
"compel==2.1.1",
39-
"diffusers[torch] @ git+https://github.com/huggingface/diffusers.git", # Z-Image support requires git version until 0.34.0
39+
"diffusers[torch]==0.36.0",
4040
"gguf",
4141
"mediapipe==0.10.14", # needed for "mediapipeface" controlnet model
4242
"numpy<2.0.0",

0 commit comments

Comments
 (0)