"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "3e0d128da78a2e91691dc318899553acda3e9816"
Unverified Commit 3003ff49 authored by Linoy Tsaban's avatar Linoy Tsaban Committed by GitHub
Browse files

[bug fix] fix small bug in readme template of sdxl lora training script (#5914)

readme improvement and metadata fix
parent 5ffa6032
...@@ -126,7 +126,6 @@ tags: ...@@ -126,7 +126,6 @@ tags:
- lora - lora
- template:sd-lora - template:sd-lora
{img_str} {img_str}
---
base_model: {base_model} base_model: {base_model}
instance_prompt: {instance_prompt} instance_prompt: {instance_prompt}
license: openrail++ license: openrail++
...@@ -141,8 +140,11 @@ license: openrail++ ...@@ -141,8 +140,11 @@ license: openrail++
## Model description ## Model description
These are {repo_id} LoRA adaption weights for {base_model}. These are {repo_id} LoRA adaption weights for {base_model}.
The weights were trained using [DreamBooth](https://dreambooth.github.io/). The weights were trained using [DreamBooth](https://dreambooth.github.io/).
LoRA for the text encoder was enabled: {train_text_encoder}. LoRA for the text encoder was enabled: {train_text_encoder}.
Special VAE used for training: {vae_path}. Special VAE used for training: {vae_path}.
## Trigger words ## Trigger words
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment