Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
7db935a1
Unverified
Commit
7db935a1
authored
Feb 28, 2024
by
Sayak Paul
Committed by
GitHub
Feb 28, 2024
Browse files
fix kwarg in the SDXL LoRA DreamBooth (#7124)
* fix kwarg * Empty-Commit
parent
fa9bc029
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dreambooth/train_dreambooth_lora_sdxl.py
examples/dreambooth/train_dreambooth_lora_sdxl.py
+1
-1
No files found.
examples/dreambooth/train_dreambooth_lora_sdxl.py
View file @
7db935a1
...
@@ -1764,7 +1764,7 @@ def main(args):
...
@@ -1764,7 +1764,7 @@ def main(args):
accelerator
,
accelerator
,
pipeline_args
,
pipeline_args
,
epoch
,
epoch
,
final_validation
=
True
,
is_
final_validation
=
True
,
)
)
if
args
.
push_to_hub
:
if
args
.
push_to_hub
:
...
...
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