mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
update requirements and changelog
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
+1
-1
@@ -459,7 +459,7 @@ def check_python(supported_minors=[9, 10, 11, 12], reason=None):
|
||||
def check_diffusers():
|
||||
if args.skip_all or args.skip_git:
|
||||
return
|
||||
sha = '4b557132ce955d58fd84572c03e79f43bdc91450' # diffusers commit hash
|
||||
sha = '6dfaec348780c6153a4cfd03a01972a291d67f82' # 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 ''
|
||||
|
||||
Reference in New Issue
Block a user