mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
Update StableDiffusion path after cloning repo (#15948)
### Description Correct path to SD files in README ### Motivation and Context Small typo in path
This commit is contained in:
parent
6b7181d31d
commit
1079df6aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ In below example, we run the scripts in source code directory. You can get sourc
|
|||
|
||||
```
|
||||
git clone https://github.com/microsoft/onnxruntime
|
||||
cd onnxruntime/python/tools/transformers/models/stable_diffusion
|
||||
cd onnxruntime/onnxruntime/python/tools/transformers/models/stable_diffusion
|
||||
```
|
||||
|
||||
## Example of Stable Diffusion 1.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue