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
6c5b5b26
Unverified
Commit
6c5b5b26
authored
Aug 09, 2023
by
Rastislav Švarba
Committed by
GitHub
Aug 09, 2023
Browse files
Fix push_to_hub in train_text_to_image_lora_sdxl.py example (#4535)
fix: push_to_hub in train text2image lora sdxl
parent
e7e37494
Changes
1
Hide 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 @
6c5b5b26
...
@@ -1262,8 +1262,8 @@ def main(args):
...
@@ -1262,8 +1262,8 @@ def main(args):
repo_id
,
repo_id
,
images
=
images
,
images
=
images
,
base_model
=
args
.
pretrained_model_name_or_path
,
base_model
=
args
.
pretrained_model_name_or_path
,
dataset_name
=
args
.
dataset_name
,
train_text_encoder
=
args
.
train_text_encoder
,
train_text_encoder
=
args
.
train_text_encoder
,
prompt
=
args
.
instance_prompt
,
repo_folder
=
args
.
output_dir
,
repo_folder
=
args
.
output_dir
,
vae_path
=
args
.
pretrained_vae_model_name_or_path
,
vae_path
=
args
.
pretrained_vae_model_name_or_path
,
)
)
...
...
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