mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
@@ -1124,6 +1124,7 @@ def install_packages():
|
||||
clip_package = os.environ.get('CLIP_PACKAGE', "git+https://github.com/openai/CLIP.git")
|
||||
install(clip_package, 'clip', quiet=True, no_build_isolation=True)
|
||||
install('open-clip-torch', no_deps=True, quiet=True)
|
||||
install(clip_package, 'ftfy', quiet=True, no_build_isolation=True)
|
||||
# tensorflow_package = os.environ.get('TENSORFLOW_PACKAGE', 'tensorflow==2.13.0')
|
||||
# tensorflow_package = os.environ.get('TENSORFLOW_PACKAGE', None)
|
||||
# if tensorflow_package is not None:
|
||||
|
||||
Reference in New Issue
Block a user