Skip to content

Commit

Permalink
feat: add requirements
Browse files Browse the repository at this point in the history
Signed-off-by: storyicon <storyicon@foxmail.com>
  • Loading branch information
storyicon committed Oct 18, 2023
1 parent f099821 commit 8681365
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ This project is a ComfyUI version of

I have ensured consistency with `sd-webui-segment-anything` in terms of output when given the same input.

## Requirements

Please ensure that you have installed Python dependencies using the following command:
```
pip3 install -r requirements.txt
```

## Models

The models will be automatically downloaded when used. You can also manually download them according to the table below. If the automatic download is slow, you can set the `HTTP_PROXY` and `HTTPS_PROXY` environment variables to use a proxy.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
segment_anything

0 comments on commit 8681365

Please sign in to comment.