mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
corrected double clip reference from requirements.txt
This commit is contained in:
parent
923466387f
commit
5055e9e1d5
2
.gitignore
vendored
2
.gitignore
vendored
@ -169,7 +169,7 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
src/
|
src
|
||||||
logs/
|
logs/
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
outputs
|
outputs
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
accelerate==0.12.0
|
accelerate==0.12.0
|
||||||
albumentations==0.4.3
|
albumentations==0.4.3
|
||||||
clip==1.0
|
|
||||||
einops==0.3.0
|
einops==0.3.0
|
||||||
huggingface-hub==0.8.1
|
huggingface-hub==0.8.1
|
||||||
imageio==2.9.0
|
imageio==2.9.0
|
||||||
|
Loading…
Reference in New Issue
Block a user