mirror of
https://github.com/vladmandic/automatic
synced 2026-09-02 02:50:47 +02:00
@@ -19,6 +19,7 @@
|
||||
instead of being used implicitly via quantization, thanks @CalamitousFelicitousness
|
||||
- refactor: reorganize `cli` scripts
|
||||
- update `lint` rules, thanks @awsr
|
||||
- update `requirements`
|
||||
- **Fixes**
|
||||
- fix: handle `clip` installer doing unwanted `setuptools` update
|
||||
- fix: cleanup for `uv` installer fallback
|
||||
|
||||
@@ -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:
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ protobuf==4.25.3
|
||||
pytorch_lightning==2.6.0
|
||||
urllib3==1.26.19
|
||||
Pillow==10.4.0
|
||||
timm==1.0.16
|
||||
timm==1.0.24
|
||||
pyparsing==3.2.3
|
||||
typing-extensions==4.14.1
|
||||
sentencepiece==0.2.1
|
||||
|
||||
Reference in New Issue
Block a user