zR commited on
Commit
28d0068
1 Parent(s): 44dcb2b

update diffuser

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. icetk_models/.gitkeep +0 -0
  3. pretrained/.gitkeep +0 -0
  4. requirements.txt +4 -4
README.md CHANGED
@@ -49,5 +49,5 @@ model="glm-4-0520" # change to GPT-4o
49
  ### Not using LLM to refine prompts.
50
 
51
  ```shell
52
- python gradio_demo.py
53
  ```
 
49
  ### Not using LLM to refine prompts.
50
 
51
  ```shell
52
+ python app.py
53
  ```
icetk_models/.gitkeep DELETED
File without changes
pretrained/.gitkeep DELETED
File without changes
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.41.0
2
  imageio-ffmpeg==0.5.1
3
  torch==2.2.0
4
+ git+https://github.com/huggingface/diffusers.git@main#egg=diffusers
5
  transformers==4.42.0
6
  spaces==0.29.2
7
  moviepy==1.0.3
8
+ openai==1.40.3
9
+ git+https://github.com/huggingface/accelerate.git@main#egg=accelerate
10
  sentencepiece==0.2.0
11
  Pillow==9.5.0