Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Cosmic Hypertheory - Minimal Requirements
|
| 2 |
+
# For sub-1GB VRAM image generation
|
| 3 |
+
|
| 4 |
+
torch>=2.0.0
|
| 5 |
+
torchvision>=0.15.0
|
| 6 |
+
einops>=0.7.0
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
+
Pillow>=10.0.0
|