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
chenpangpang
diffusers
Commits
1ccbfbb6
Unverified
Commit
1ccbfbb6
authored
Dec 15, 2023
by
Kuba
Committed by
GitHub
Dec 14, 2023
Browse files
[docs] Add missing `\` in lora.md (#6174)
parent
29dfe22a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/en/training/lora.md
docs/source/en/training/lora.md
+2
-2
No files found.
docs/source/en/training/lora.md
View file @
1ccbfbb6
...
...
@@ -179,7 +179,7 @@ accelerate launch --mixed_precision="fp16" train_text_to_image_lora.py \
--pretrained_model_name_or_path
=
$MODEL_NAME
\
--dataset_name
=
$DATASET_NAME
\
--dataloader_num_workers
=
8
\
--resolution
=
512
--resolution
=
512
\
--center_crop
\
--random_flip
\
--train_batch_size
=
1
\
...
...
@@ -214,4 +214,4 @@ image = pipeline("A pokemon with blue eyes").images[0]
Congratulations on training a new model with LoRA! To learn more about how to use your new model, the following guides may be helpful:
-
Learn how to
[
load different LoRA formats
](
../using-diffusers/loading_adapters#LoRA
)
trained using community trainers like Kohya and TheLastBen.
-
Learn how to use and
[
combine multiple LoRA's
](
../tutorials/using_peft_for_inference
)
with PEFT for inference.
\ No newline at end of file
-
Learn how to use and
[
combine multiple LoRA's
](
../tutorials/using_peft_for_inference
)
with PEFT for inference.
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