Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8f9e32d
1
Parent(s):
2df99ad
modified: requirements.txt
Browse files- requirements.txt +7 -3
- src/flux/__pycache__/__init__.cpython-310.pyc +0 -0
- src/flux/__pycache__/_version.cpython-310.pyc +0 -0
- src/flux/__pycache__/math.cpython-310.pyc +0 -0
- src/flux/__pycache__/model.cpython-310.pyc +0 -0
- src/flux/__pycache__/sampling.cpython-310.pyc +0 -0
- src/flux/__pycache__/util.cpython-310.pyc +0 -0
- src/flux/modules/__pycache__/autoencoder.cpython-310.pyc +0 -0
- src/flux/modules/__pycache__/conditioner.cpython-310.pyc +0 -0
- src/flux/modules/__pycache__/layers.cpython-310.pyc +0 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ accelerate==1.4.0
|
|
2 |
aiofiles==23.2.1
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.8.0
|
|
|
5 |
certifi==2025.1.31
|
6 |
charset-normalizer==3.4.1
|
7 |
click==8.1.8
|
@@ -12,13 +13,15 @@ ffmpy==0.5.0
|
|
12 |
filelock==3.17.0
|
13 |
flux==1.3.5
|
14 |
fsspec==2025.2.0
|
15 |
-
|
16 |
-
|
|
|
17 |
groovy==0.1.2
|
18 |
h11==0.14.0
|
|
|
19 |
httpcore==1.0.7
|
20 |
httpx==0.28.1
|
21 |
-
huggingface-hub==0.
|
22 |
idna==3.10
|
23 |
importlib_metadata==8.6.1
|
24 |
invisible-watermark==0.2.0
|
@@ -35,6 +38,7 @@ nvidia-cuda-nvrtc-cu12==12.4.127
|
|
35 |
nvidia-cuda-runtime-cu12==12.4.127
|
36 |
nvidia-cudnn-cu12==9.1.0.70
|
37 |
nvidia-cufft-cu12==11.2.1.3
|
|
|
38 |
nvidia-curand-cu12==10.3.5.147
|
39 |
nvidia-cusolver-cu12==11.6.1.9
|
40 |
nvidia-cusparse-cu12==12.3.1.170
|
|
|
2 |
aiofiles==23.2.1
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.8.0
|
5 |
+
Brotli==1.1.0
|
6 |
certifi==2025.1.31
|
7 |
charset-normalizer==3.4.1
|
8 |
click==8.1.8
|
|
|
13 |
filelock==3.17.0
|
14 |
flux==1.3.5
|
15 |
fsspec==2025.2.0
|
16 |
+
git-filter-repo==2.47.0
|
17 |
+
gradio==5.42.0
|
18 |
+
gradio_client==1.11.1
|
19 |
groovy==0.1.2
|
20 |
h11==0.14.0
|
21 |
+
hf-xet==1.1.7
|
22 |
httpcore==1.0.7
|
23 |
httpx==0.28.1
|
24 |
+
huggingface-hub==0.34.4
|
25 |
idna==3.10
|
26 |
importlib_metadata==8.6.1
|
27 |
invisible-watermark==0.2.0
|
|
|
38 |
nvidia-cuda-runtime-cu12==12.4.127
|
39 |
nvidia-cudnn-cu12==9.1.0.70
|
40 |
nvidia-cufft-cu12==11.2.1.3
|
41 |
+
nvidia-cufile-cu12==1.13.1.3
|
42 |
nvidia-curand-cu12==10.3.5.147
|
43 |
nvidia-cusolver-cu12==11.6.1.9
|
44 |
nvidia-cusparse-cu12==12.3.1.170
|
src/flux/__pycache__/__init__.cpython-310.pyc
CHANGED
Binary files a/src/flux/__pycache__/__init__.cpython-310.pyc and b/src/flux/__pycache__/__init__.cpython-310.pyc differ
|
|
src/flux/__pycache__/_version.cpython-310.pyc
CHANGED
Binary files a/src/flux/__pycache__/_version.cpython-310.pyc and b/src/flux/__pycache__/_version.cpython-310.pyc differ
|
|
src/flux/__pycache__/math.cpython-310.pyc
CHANGED
Binary files a/src/flux/__pycache__/math.cpython-310.pyc and b/src/flux/__pycache__/math.cpython-310.pyc differ
|
|
src/flux/__pycache__/model.cpython-310.pyc
CHANGED
Binary files a/src/flux/__pycache__/model.cpython-310.pyc and b/src/flux/__pycache__/model.cpython-310.pyc differ
|
|
src/flux/__pycache__/sampling.cpython-310.pyc
CHANGED
Binary files a/src/flux/__pycache__/sampling.cpython-310.pyc and b/src/flux/__pycache__/sampling.cpython-310.pyc differ
|
|
src/flux/__pycache__/util.cpython-310.pyc
CHANGED
Binary files a/src/flux/__pycache__/util.cpython-310.pyc and b/src/flux/__pycache__/util.cpython-310.pyc differ
|
|
src/flux/modules/__pycache__/autoencoder.cpython-310.pyc
CHANGED
Binary files a/src/flux/modules/__pycache__/autoencoder.cpython-310.pyc and b/src/flux/modules/__pycache__/autoencoder.cpython-310.pyc differ
|
|
src/flux/modules/__pycache__/conditioner.cpython-310.pyc
CHANGED
Binary files a/src/flux/modules/__pycache__/conditioner.cpython-310.pyc and b/src/flux/modules/__pycache__/conditioner.cpython-310.pyc differ
|
|
src/flux/modules/__pycache__/layers.cpython-310.pyc
CHANGED
Binary files a/src/flux/modules/__pycache__/layers.cpython-310.pyc and b/src/flux/modules/__pycache__/layers.cpython-310.pyc differ
|
|