Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/blogs/sd-lora.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Use any image dataset from the HuggingFace Hub. Specify `--data_name` with optio

## Command Reference

For the complete list of CLI options, see the [Diffusion LoRA CLI Reference](../../reference/cli.rst#diffusion-lora).
For the complete list of CLI options, see the [Diffusion LoRA CLI Reference](https://microsoft.github.io/Olive/reference/cli.html#diffusion-lora).

```bash
olive diffusion-lora --help
Expand Down Expand Up @@ -225,7 +225,7 @@ Olive supports automatic data preprocessing including image filtering, auto-capt

**CLI** only supports basic aspect ratio bucketing via `--base_resolution`. For advanced preprocessing (auto-captioning, filtering, tagging), use a JSON configuration file.

For detailed preprocessing options and examples, see the [SD LoRA Feature Documentation](../../features/sd-lora.md#data-configuration).
For detailed preprocessing options and examples, see the [SD LoRA Feature Documentation](https://microsoft.github.io/Olive/features/sd-lora.html).

## Export to ONNX and Run Inference

Expand Down
Loading