psynote123 commited on
Commit
c2c953b
·
verified ·
1 Parent(s): 3c0eac4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-8. 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
 
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