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
chenpangpang
diffusers
Commits
3ece1433
You need to sign in or sign up before continuing.
Unverified
Commit
3ece1433
authored
Aug 12, 2024
by
Dibbla!
Committed by
GitHub
Aug 12, 2024
Browse files
Errata - fix typo (#9100)
parent
98930ee1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/text_to_image/train_text_to_image_lora_sdxl.py
examples/text_to_image/train_text_to_image_lora_sdxl.py
+1
-1
No files found.
examples/text_to_image/train_text_to_image_lora_sdxl.py
View file @
3ece1433
...
@@ -478,7 +478,7 @@ def parse_args(input_args=None):
...
@@ -478,7 +478,7 @@ def parse_args(input_args=None):
parser
.
add_argument
(
parser
.
add_argument
(
"--debug_loss"
,
"--debug_loss"
,
action
=
"store_true"
,
action
=
"store_true"
,
help
=
"debug loss for each image, if filenames are a
w
ailable in the dataset"
,
help
=
"debug loss for each image, if filenames are a
v
ailable in the dataset"
,
)
)
if
input_args
is
not
None
:
if
input_args
is
not
None
:
...
...
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