Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ __Goals of Elastic Models:__
|
|
| 34 |
|
| 35 |
## Inference
|
| 36 |
|
| 37 |
-
Currently, our demo model supports 1024x1024 and batch sizes 1-
|
| 38 |
To infer our models, you just need to replace `diffusers` import with `elastic_models.diffusers`:
|
| 39 |
|
| 40 |
```python
|
|
|
|
| 34 |
|
| 35 |
## Inference
|
| 36 |
|
| 37 |
+
Currently, our demo model supports 512x512 - 1024x1024 and batch sizes 1-4. This will be updated in the near future.
|
| 38 |
To infer our models, you just need to replace `diffusers` import with `elastic_models.diffusers`:
|
| 39 |
|
| 40 |
```python
|