Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed Mar 1, 2024
1 parent 20bb6fd commit fbb7f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Popular_Models_Guide/StableDiffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ more information on the TensorRT implementation please see the [TensorRT demo](h
> [!Note]
> This example is given as sample code and should be reviewed before use in production settings.
| [Requirements](#requirements) | [Building Server Image](#building-the-triton-inference-server-image) | [Stable Diffusion v1.5](#building-and-running-stable-diffusion-v-15) | [Stable Diffusion XL](#building-and-running-stable-diffusion-xl) | [Sending an Inference Request](#sending-an-inference-request) | [Model Configuration](docs/model_configuration.md) | [Sample Client](#sample-client) |
| [Requirements](#requirements) | [Building Server Image](#building-the-triton-inference-server-image) | [Stable Diffusion v1.5](#building-and-running-stable-diffusion-v-15) | [Stable Diffusion XL](#building-and-running-stable-diffusion-xl) | [Sending an Inference Request](#sending-an-inference-request) | [Model Configuration](docs/model_configuration.md) | [Sample Client](#sample-client) | [Known Issues and Limitations](#known-issues-and-limitations)

## Requirements

Expand Down Expand Up @@ -295,6 +295,6 @@ python3 client.py --model stable_diffusion_xl --requests 10 --clients 10
> This error is also seen in standalone applications outside of the Triton Inference Server
> and believe this is due to an interaction between imported python modules.
2. The diffusion backend doesn't support a secondary refiner model.
2. The diffusion backend doesn't support using a refiner model.


0 comments on commit fbb7f22

Please sign in to comment.