Spaces:
Running
Running
zR
commited on
Commit
•
28d0068
1
Parent(s):
44dcb2b
update diffuser
Browse files- README.md +1 -1
- icetk_models/.gitkeep +0 -0
- pretrained/.gitkeep +0 -0
- 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
|
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.
|
2 |
imageio-ffmpeg==0.5.1
|
3 |
torch==2.2.0
|
4 |
-
git+https://github.com/huggingface/diffusers.git@
|
5 |
transformers==4.42.0
|
6 |
spaces==0.29.2
|
7 |
moviepy==1.0.3
|
8 |
-
openai==1.
|
9 |
-
accelerate
|
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
|