psynote123 commited on
Commit
f7baf62
·
verified ·
1 Parent(s): 8975a74

Update README.md

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