Juan Leal commited on
Commit
d9396ca
·
1 Parent(s): ec9fa05

Fixes implemented

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,6 +1,3 @@
1
- #torch
2
- #torchvision
3
- #torchaudio
4
  fastapi
5
  uvicorn
6
  pydantic
@@ -10,16 +7,15 @@ numpy
10
  opencv-python
11
  Pillow==9.5.0
12
  torch
13
- diffusers
14
  segment-anything
15
- gradio # Only if needed for certain components
16
  requests
17
  transformers>=4.25.1
18
- gradio==3.50.0
19
  ftfy
20
  tensorboard
21
  datasets
22
- imgaug
23
  accelerate==0.20.3
24
  image-reward
25
  hpsv2
@@ -28,4 +24,5 @@ open-clip-torch
28
  clip
29
  segment_anything
30
  honcho==1.0.1
 
31
  git+https://github.com/TencentARC/BrushNet.git
 
 
 
 
1
  fastapi
2
  uvicorn
3
  pydantic
 
7
  opencv-python
8
  Pillow==9.5.0
9
  torch
10
+ diffusers>=0.15.0
11
  segment-anything
12
+ gradio==3.50.0
13
  requests
14
  transformers>=4.25.1
 
15
  ftfy
16
  tensorboard
17
  datasets
18
+ imgaug
19
  accelerate==0.20.3
20
  image-reward
21
  hpsv2
 
24
  clip
25
  segment_anything
26
  honcho==1.0.1
27
+ huggingface_hub==0.25.2
28
  git+https://github.com/TencentARC/BrushNet.git