From 6abb8051e801d970ba952fa77606f0cce16f9922 Mon Sep 17 00:00:00 2001 From: Binyao Jiang Date: Mon, 8 Dec 2025 13:41:01 -0800 Subject: [PATCH] Bump up diffusers to latest official release version (#14670) --- python/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index a83e54727..cdb16ea43 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -85,8 +85,7 @@ checkpoint-engine = ["checkpoint-engine==0.1.2"] diffusion = [ "PyYAML==6.0.1", "cloudpickle", - # this is temporary - "diffusers @ git+https://github.com/huggingface/diffusers.git@6290fdfda40610ce7b99920146853614ba529c6e", + "diffusers==0.36.0", "imageio==2.36.0", "imageio-ffmpeg==0.5.1", "moviepy>=2.0.0",