Spaces:
Paused
Paused
lllyasviel
commited on
Commit
•
24a4e7f
1
Parent(s):
7e7acdd
- environment.yaml +6 -0
- requirements_versions.txt +1 -0
environment.yaml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: fooocus
|
2 |
+
channels:
|
3 |
+
- defaults
|
4 |
+
dependencies:
|
5 |
+
- python=3.10
|
6 |
+
- pip=23.0
|
requirements_versions.txt
CHANGED
@@ -9,3 +9,4 @@ scipy==1.9.3
|
|
9 |
tqdm==4.64.1
|
10 |
psutil==5.9.5
|
11 |
opencv-python==4.7.0.72
|
|
|
|
9 |
tqdm==4.64.1
|
10 |
psutil==5.9.5
|
11 |
opencv-python==4.7.0.72
|
12 |
+
numpy==1.23
|