mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
flux true-scale and flux ipadapters
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 = 'b64ca6c11cbc1644c22f1dae441c8124d588bb14' # diffusers commit hash
|
||||
sha = '233dffdc3f56b26abaaba8363a5dd30dab7f0e40' # 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