mirror of
https://github.com/vladmandic/automatic
synced 2026-09-14 02:28:43 +02:00
Fix compel install
This commit is contained in:
+1
-1
@@ -429,7 +429,7 @@ def install_packages():
|
||||
install(invisiblewatermark_package, 'invisible-watermark')
|
||||
install('onnxruntime==1.15.1', 'onnxruntime', ignore=True)
|
||||
install('pi-heif', 'pi_heif', ignore=True)
|
||||
install('compel', 'git+https://github.com/damian0815/compel', ignore=True)
|
||||
install('git+https://github.com/damian0815/compel', 'compel', ignore=True)
|
||||
tensorflow_package = os.environ.get('TENSORFLOW_PACKAGE', 'tensorflow==2.13.0')
|
||||
install(tensorflow_package, 'tensorflow', ignore=True)
|
||||
bitsandbytes_package = os.environ.get('BITSANDBYTES_PACKAGE', None)
|
||||
|
||||
Reference in New Issue
Block a user