Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
•
fcd9c8d
1
Parent(s):
c694bbe
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ And for CUDA, if you're not using an Nvidia GPU and CUDA 12.4, edit the [require
|
|
50 |
### Option 1 : Running with Shell / Batch Scripts
|
51 |
There's a set of shell / batch scripts for installation and running.
|
52 |
|
53 |
-
1. Download `sam2-playground
|
54 |
2. Run `install.bat` or `install.sh` to install dependencies. (This will create a `venv` directory and install dependencies there.)
|
55 |
3. Start WebUI with `start-webui.bat` or `start-webui.sh`
|
56 |
4. To update, run `update.bat` or `update.sh`
|
|
|
50 |
### Option 1 : Running with Shell / Batch Scripts
|
51 |
There's a set of shell / batch scripts for installation and running.
|
52 |
|
53 |
+
1. Download [`sam2-playground-portable.zip`](https://github.com/jhj0517/sam2-playground/releases/tag/v1.0.0) with the file corresponding to your OS and extract its contents.
|
54 |
2. Run `install.bat` or `install.sh` to install dependencies. (This will create a `venv` directory and install dependencies there.)
|
55 |
3. Start WebUI with `start-webui.bat` or `start-webui.sh`
|
56 |
4. To update, run `update.bat` or `update.sh`
|