Merge pull request #119 from hodanov/feature/update_dependencies

Feature/update dependencies
This commit is contained in:
hodanov 2024-06-30 21:53:09 +09:00 committed by GitHub
commit ea37dd5de7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
diffusers[torch]==0.27.2 diffusers[torch]==0.29.2
accelerate accelerate
torch==2.3.0 torch==2.3.0
transformers==4.40.2 transformers==4.42.3
xformers==0.0.26.post1 xformers==0.0.26.post1
invisible_watermark # To help viewers identify the images as machine-generated. invisible_watermark # To help viewers identify the images as machine-generated.
onnxruntime==1.17.3 # ONNX Runtime uses the following optimizations to speed up Stable Diffusion in CUDA. onnxruntime==1.18.0 # ONNX Runtime uses the following optimizations to speed up Stable Diffusion in CUDA.
safetensors==0.4.3 # To store tensors safely. safetensors==0.4.3 # To store tensors safely.
controlnet_aux controlnet_aux
@ -13,3 +13,4 @@ Pillow
pillow-avif-plugin # To save images in AVIF format. pillow-avif-plugin # To save images in AVIF format.
pyyaml # To read the configuration file by written YAML. pyyaml # To read the configuration file by written YAML.
peft peft
numpy==1.26.4