Spaces:
Running
on
Zero
Running
on
Zero
fix bug
Browse files- environment.yaml +0 -27
- requirements.txt +1 -1
environment.yaml
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
name: genphoto
|
2 |
-
channels:
|
3 |
-
- pytorch
|
4 |
-
- nvidia
|
5 |
-
dependencies:
|
6 |
-
- python=3.10
|
7 |
-
- pytorch=2.1.1
|
8 |
-
- torchvision=0.16.1
|
9 |
-
- torchaudio=2.1.1
|
10 |
-
- pytorch-cuda=12.1
|
11 |
-
- pip
|
12 |
-
- pip:
|
13 |
-
- diffusers==0.24.0
|
14 |
-
- xformers==0.0.23
|
15 |
-
- imageio==2.36.0
|
16 |
-
- imageio[ffmpeg]
|
17 |
-
- opencv-python
|
18 |
-
- transformers
|
19 |
-
- gdown
|
20 |
-
- einops
|
21 |
-
- decord
|
22 |
-
- omegaconf
|
23 |
-
- safetensors
|
24 |
-
- gradio
|
25 |
-
- wandb
|
26 |
-
- triton
|
27 |
-
- termcolor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
torch==2.1.1
|
3 |
torchvision==0.16.1
|
4 |
torchaudio==2.1.1
|
5 |
-
diffusers
|
6 |
imageio==2.36.0
|
7 |
imageio-ffmpeg
|
8 |
transformers
|
|
|
2 |
torch==2.1.1
|
3 |
torchvision==0.16.1
|
4 |
torchaudio==2.1.1
|
5 |
+
diffusers
|
6 |
imageio==2.36.0
|
7 |
imageio-ffmpeg
|
8 |
transformers
|