rohitr01 commited on
Commit
a88fcf9
·
verified ·
1 Parent(s): b928aa3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -3
requirements.txt CHANGED
@@ -1,3 +1,12 @@
1
- pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
2
- pip install git+https://github.com/huggingface/diffusers.git
3
- pip install torch gradio basicsr realesrgan Pillow diffusers transformers accelerate safetensors
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ torchvision
3
+ torchaudio
4
+ git+https://github.com/huggingface/diffusers.git
5
+ gradio
6
+ basicsr
7
+ realesrgan
8
+ Pillow
9
+ diffusers
10
+ transformers
11
+ accelerate
12
+ safetensors