Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
3003ff49
Unverified
Commit
3003ff49
authored
Nov 23, 2023
by
Linoy Tsaban
Committed by
GitHub
Nov 23, 2023
Browse files
[bug fix] fix small bug in readme template of sdxl lora training script (#5914)
readme improvement and metadata fix
parent
5ffa6032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
examples/dreambooth/train_dreambooth_lora_sdxl.py
examples/dreambooth/train_dreambooth_lora_sdxl.py
+3
-1
No files found.
examples/dreambooth/train_dreambooth_lora_sdxl.py
View file @
3003ff49
...
...
@@ -126,7 +126,6 @@ tags:
- lora
- template:sd-lora
{
img_str
}
---
base_model:
{
base_model
}
instance_prompt:
{
instance_prompt
}
license: openrail++
...
...
@@ -141,8 +140,11 @@ license: openrail++
## Model description
These are
{
repo_id
}
LoRA adaption weights for
{
base_model
}
.
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
LoRA for the text encoder was enabled:
{
train_text_encoder
}
.
Special VAE used for training:
{
vae_path
}
.
## Trigger words
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment