AEUPH commited on
Commit
f2b4c78
·
verified ·
1 Parent(s): 5cf3f66

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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