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
a3d31e3a
Unverified
Commit
a3d31e3a
authored
Dec 25, 2023
by
dg845
Committed by
GitHub
Dec 25, 2023
Browse files
Change LCM-LoRA README Script Example Learning Rates to 1e-4 (#6304)
Change README LCM-LoRA example learning rates to 1e-4.
parent
84c403ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/consistency_distillation/README.md
examples/consistency_distillation/README.md
+1
-1
examples/consistency_distillation/README_sdxl.md
examples/consistency_distillation/README_sdxl.md
+1
-1
No files found.
examples/consistency_distillation/README.md
View file @
a3d31e3a
...
...
@@ -94,7 +94,7 @@ accelerate launch train_lcm_distill_lora_sd_wds.py \
--mixed_precision
=
fp16
\
--resolution
=
512
\
--lora_rank
=
64
\
--learning_rate
=
1e-
6
--loss_type
=
"huber"
--adam_weight_decay
=
0.0
\
--learning_rate
=
1e-
4
--loss_type
=
"huber"
--adam_weight_decay
=
0.0
\
--max_train_steps
=
1000
\
--max_train_samples
=
4000000
\
--dataloader_num_workers
=
8
\
...
...
examples/consistency_distillation/README_sdxl.md
View file @
a3d31e3a
...
...
@@ -96,7 +96,7 @@ accelerate launch train_lcm_distill_lora_sdxl_wds.py \
--mixed_precision
=
fp16
\
--resolution
=
1024
\
--lora_rank
=
64
\
--learning_rate
=
1e-
6
--loss_type
=
"huber"
--use_fix_crop_and_size
--adam_weight_decay
=
0.0
\
--learning_rate
=
1e-
4
--loss_type
=
"huber"
--use_fix_crop_and_size
--adam_weight_decay
=
0.0
\
--max_train_steps
=
1000
\
--max_train_samples
=
4000000
\
--dataloader_num_workers
=
8
\
...
...
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