Update README.md
Browse files
README.md
CHANGED
|
@@ -91,12 +91,11 @@ To work with our models just run these lines in your terminal:
|
|
| 91 |
```shell
|
| 92 |
pip install thestage
|
| 93 |
pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
|
| 94 |
-
pip install transformers==4.52.3
|
| 95 |
pip install diffusers==0.35.1
|
| 96 |
|
| 97 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 98 |
pip uninstall apex
|
| 99 |
-
pip install
|
| 100 |
```
|
| 101 |
|
| 102 |
Then go to [app.thestage.ai](https://app.thestage.ai), login and generate API token from your profile page. Set up API token as follows:
|
|
|
|
| 91 |
```shell
|
| 92 |
pip install thestage
|
| 93 |
pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
|
|
|
|
| 94 |
pip install diffusers==0.35.1
|
| 95 |
|
| 96 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 97 |
pip uninstall apex
|
| 98 |
+
pip install opencv-python==4.11.0.86 imageio-ffmpeg==0.6.0 imageio
|
| 99 |
```
|
| 100 |
|
| 101 |
Then go to [app.thestage.ai](https://app.thestage.ai), login and generate API token from your profile page. Set up API token as follows:
|