From 0a72ec1567d53a61e913ec14f1455966210731c7 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 19 Feb 2023 12:18:59 -0600 Subject: [PATCH] conversion headers --- docs/converting-models.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/converting-models.md b/docs/converting-models.md index 36644637..a84272f2 100644 --- a/docs/converting-models.md +++ b/docs/converting-models.md @@ -12,8 +12,8 @@ weights, to the directories used by `diffusers` and on to the ONNX models used b - [Converting SD and Dreambooth checkpoints](#converting-sd-and-dreambooth-checkpoints) - [Converting LoRA weights](#converting-lora-weights) - [Figuring out which script produced the LoRA weights](#figuring-out-which-script-produced-the-lora-weights) - - [LoRA models from cloneofsimo/lora](#lora-models-from-cloneofsimolora) - - [LoRA models from kohya-ss/sd-scripts](#lora-models-from-kohya-sssd-scripts) + - [LoRA weights from cloneofsimo/lora](#lora-weights-from-cloneofsimolora) + - [LoRA weights from kohya-ss/sd-scripts](#lora-weights-from-kohya-sssd-scripts) ## Conversion steps for each type of model @@ -144,7 +144,7 @@ ValueError: Tensor lora_te_text_model_encoder_layers_0_mlp_fc1.alpha has no meta See https://github.com/cloneofsimo/lora/issues/191 for more information. -### LoRA models from cloneofsimo/lora +### LoRA weights from cloneofsimo/lora Download the `lora` repo and create a virtual environment for it: @@ -182,7 +182,7 @@ Based on docs in: - https://github.com/cloneofsimo/lora#merging-full-model-with-lora -### LoRA models from kohya-ss/sd-scripts +### LoRA weights from kohya-ss/sd-scripts Download the `sd-scripts` repo and create a virtual environment for it: