lora: absolute path, hf download, flux controlnet loras

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-12-11 18:10:51 -05:00
parent 8f21e96f73
commit bd540efb73
8 changed files with 87 additions and 23 deletions
+1 -1
View File
@@ -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_requirements:
return
sha = '3335e2262d47e7d7e311a44dea7f454b5f01b643' # diffusers commit hash
sha = '914a585be8187ec0ad92fab4f072c992f8c297cd' # 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 ''