Skip to content

Commit

Permalink
updated with known limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed Mar 1, 2024
1 parent 9e0fb84 commit 20bb6fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Popular_Models_Guide/StableDiffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,19 @@ requests one after the other in parallel with the other nine clients.
```bash
python3 client.py --model stable_diffusion_xl --requests 10 --clients 10
```

## Known Issues and Limitations

1. When shutting down the server an invalid memory operation occurs:

```
free(): invalid pointer
```

> [!Note]
> 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.


0 comments on commit 20bb6fd

Please sign in to comment.