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, 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
|
|
|
38 |
|
39 |
## Inference
|
40 |
|
41 |
+
Currently, our demo model only supports 1024x1024, 768x768 and 512x512 outputs without batching (for B200 - only 1024x1024). 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
|