mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
add cogvideox image2video
This commit is contained in:
+1
-1
@@ -431,7 +431,7 @@ def check_python(supported_minors=[9, 10, 11, 12], reason=None):
|
||||
|
||||
# check diffusers version
|
||||
def check_diffusers():
|
||||
sha = '5e1427a7da6e878b958fd5a2422c7763a94ff02b'
|
||||
sha = '5d476f57c58c3cf7f39e764236c93c267fe83ca1'
|
||||
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