Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
levihsu committed Feb 22, 2024
1 parent 96ce1ae commit 260cac0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ git clone https://github.com/levihsu/OOTDiffusion
```sh
conda create -n ootd python==3.10
conda activate ootd
pip install torch==2.0.1 torchvision==0.15.2 numpy==1.24.4 opencv-python==4.7.0.72 pillow==9.4.0 diffusers==0.24.0 transformers==4.36.2 accelerate==0.26.1 matplotlib==3.7.4 tqdm==4.64.1 gradio==4.16.0
pip install torch==2.0.1 torchvision==0.15.2 numpy==1.24.4 scipy==1.10.1 scikit-image==0.21.0 opencv-python==4.7.0.72 pillow==9.4.0 diffusers==0.24.0 transformers==4.36.2 accelerate==0.26.1 matplotlib==3.7.4 tqdm==4.64.1 gradio==4.16.0 config==0.5.1 einops==0.7.0 ninja==1.10.2
```

## Inference
Expand Down
2 changes: 0 additions & 2 deletions preprocess/openpose/annotator/openpose/body.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

from . import util
from .model import bodypose_model
import onnxruntime as ort



class Body(object):
Expand Down

0 comments on commit 260cac0

Please sign in to comment.