new requirments for faster inference, vae tiling and cpu offloading thanks to new diffusers update.

#56
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
  gradio==4.40.0
2
  imageio-ffmpeg==0.5.1
3
  torch==2.2.0
4
- git+https://github.com/huggingface/diffusers.git@878f609aa5ce4a78fea0f048726889debde1d7e8#egg=diffusers
 
5
  transformers==4.42.0
6
  spaces==0.29.2
7
  moviepy==1.0.3
8
  openai==1.38.0
9
- accelerate==0.33.0
10
  sentencepiece==0.2.0
11
  Pillow==9.5.0
 
1
  gradio==4.40.0
2
  imageio-ffmpeg==0.5.1
3
  torch==2.2.0
4
+ git+https://github.com/huggingface/diffusers.git
5
+ git+https://github.com/huggingface/accelerate.git
6
  transformers==4.42.0
7
  spaces==0.29.2
8
  moviepy==1.0.3
9
  openai==1.38.0
 
10
  sentencepiece==0.2.0
11
  Pillow==9.5.0