update diffusers

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-01-16 09:39:34 -05:00
parent 042aaa2b4b
commit 5df6823422
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,5 +1,12 @@
# Change Log for SD.Next
## Update for 2025-01-16
- **Fixes**:
- non-full vae decode
- send-to image transfer
- sana vae tiling
## Update for 2025-01-15
### Highlights for 2025-01-15
+1 -1
View File
@@ -492,7 +492,7 @@ def check_diffusers():
t_start = time.time()
if args.skip_all or args.skip_git:
return
sha = 'c944f0651f679728d4ec7b6488120ac49c2f1315' # diffusers commit hash
sha = 'b785ddb654e4be3ae0066e231734754bdb2a191c' # diffusers commit hash
pkg = pkg_resources.working_set.by_key.get('diffusers', None)
minor = int(pkg.version.split('.')[1] if pkg is not None else 0)
cur = opts.get('diffusers_version', '') if minor > 0 else ''