Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ __Goals of Elastic Models:__
|
|
| 38 |
|
| 39 |
## Inference
|
| 40 |
|
| 41 |
-
Currently, our demo model only supports 1024x1024 outputs without batching. This will be updated in the near future.
|
| 42 |
To infer our models, you just need to replace `diffusers` import with `elastic_models.diffusers`:
|
| 43 |
|
| 44 |
```python
|
|
@@ -87,6 +87,9 @@ pip install elastic_models[blackwell]\
|
|
| 87 |
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
| 88 |
--extra-index-url https://pypi.nvidia.com\
|
| 89 |
--extra-index-url https://pypi.org/simple
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 92 |
pip uninstall apex
|
|
|
|
| 38 |
|
| 39 |
## Inference
|
| 40 |
|
| 41 |
+
Currently, our demo model only supports 1024x1024, 768x768 and 512x512 outputs without batching. This will be updated in the near future.
|
| 42 |
To infer our models, you just need to replace `diffusers` import with `elastic_models.diffusers`:
|
| 43 |
|
| 44 |
```python
|
|
|
|
| 87 |
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
| 88 |
--extra-index-url https://pypi.nvidia.com\
|
| 89 |
--extra-index-url https://pypi.org/simple
|
| 90 |
+
pip install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
|
| 91 |
+
pip install -U --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu128
|
| 92 |
+
|
| 93 |
|
| 94 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 95 |
pip uninstall apex
|