fix kandinsky-5

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-01-08 21:08:19 +01:00
parent 81d0d33573
commit 3bb6e5b47c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@
- hidiffusion tracing
- add skip_keys to offloading logic, fixes wan frames mismatch, thanks @ryanmeador
- force model move on offload=none
- kandinsky-5 image and video on non-cuda platforms
## Update for 2025-12-26
+1 -1
View File
@@ -648,7 +648,7 @@ def check_diffusers():
t_start = time.time()
if args.skip_all:
return
sha = '8600b4c10d67b0ce200f664204358747bd53c775' # diffusers commit hash
sha = '8b9f817ef545f7e16e9d9959d0495b7567189e20' # diffusers commit hash
# if args.use_rocm or args.use_zluda or args.use_directml:
# sha = '043ab2520f6a19fce78e6e060a68dbc947edb9f9' # lock diffusers versions for now
pkg = pkg_resources.working_set.by_key.get('diffusers', None)