Skip to content

Commit 80fa841

Browse files
joshuayaopre-commit-ci[bot]chensuyueCopilot
authored
Refine Text2Image READMEs. (#2147)
Signed-off-by: Yi Yao <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: chen, suyue <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 28defe2 commit 80fa841

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Text2Image/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Text-to-Image Microservice
22

3-
Text-to-Image is a task that generate image conditioning on the provided text. This microservice supports text-to-image task by using Stable Diffusion (SD) model.
3+
Text-to-Image is a task that generates image conditioning on the provided text. This microservice supports text-to-image task by using Stable Diffusion (SD) model.
44

5-
## Deploy Text-to-Image Service
5+
## Deployment Options
66

7-
### Deploy Text-to-Image Service on Xeon
7+
The table below lists currently available deployment options. They outline in detail the implementation of this example on selected hardware.
88

9-
Refer to the [Xeon Guide](./docker_compose/intel/cpu/xeon/README.md) for detail.
10-
11-
### Deploy Text-to-Image Service on Gaudi
12-
13-
Refer to the [Gaudi Guide](./docker_compose/intel/hpu/gaudi/README.md) for detail.
9+
| Hardware | Deployment Approach | Deployment Guide |
10+
| ------------------------------ | ------------------- | -------------------------------------------------------- |
11+
| Single-Node Intel Xeon System | Docker Compose | [View Guide](./docker_compose/intel/cpu/xeon/README.md) |
12+
| Single-Node Intel Gaudi System | Docker Compose | [View Guide](./docker_compose/intel/hpu/gaudi/README.md) |
13+
| Intel Xeon Cluster | Helm | [View Guide](./kubernetes/helm/README.md) |
14+
| Intel Gaudi Cluster | Helm | [View Guide](./kubernetes/helm/README.md) |
1415

1516
## Consume Text-to-Image Service
1617

0 commit comments

Comments
 (0)