Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
strint authored Jul 12, 2024
1 parent 9c14843 commit 51f78a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,10 @@ onediff supports the acceleration for SOTA models.
#### Avoid compilation time for online serving
Compile and save the compiled result offline, then load it online for serving
- [Save and Load the compiled graph](https://github.com/siliconflow/onediff/blob/main/onediff_diffusers_extensions/examples/text_to_image_sdxl_save_load.py)
- [Change device of the compiled graph to do multi-process serving](https://github.com/siliconflow/onediff/blob/main/onediff_diffusers_extensions/examples/text_to_image_sdxl_mp_load.py)
- Compile at one device(such as device 0), then use the compiled result to other device(such as device 1~7).
- Compile at one device(such as device 0), then use the compiled result to other device(such as device 1~7). [Change device of the compiled graph to do multi-process serving](https://github.com/siliconflow/onediff/blob/main/onediff_diffusers_extensions/examples/text_to_image_sdxl_mp_load.py)
#### onediff Enterprise Edition
If you need Enterprise-level Support for your system or business, you can
- Email us at contact@siliconflow.com, or contact through the website: https://siliconflow.cn/pricing
If you need Enterprise-level Support for your system or business, you can email us at contact@siliconflow.com, or contact us through the website: https://siliconflow.cn/pricing

|   | onediff Enterprise Edition | onediff Community Edition |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------- | --------------------------------------- |
| More Extreme and Dedicated optimization(usually another 20~100% performance gain) for the most used model | Yes | |
Expand Down

0 comments on commit 51f78a4

Please sign in to comment.