psynote123 commited on
Commit
2209068
·
verified ·
1 Parent(s): 0347962

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, 768x768 and 512x512 outputs without batching. 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 1024x1024, 768x768 and 512x512 outputs without batching (for B200 - only 1024x1024). 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