add cogvideox image2video

This commit is contained in:
Vladimir Mandic
2024-09-18 17:19:36 -04:00
parent 6f7a446644
commit 3eb9e1dbb7
3 changed files with 34 additions and 22 deletions
+1 -1
View File
@@ -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 ''