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
4a3d5285
Unverified
Commit
4a3d5285
authored
Feb 08, 2024
by
camaro
Committed by
GitHub
Feb 08, 2024
Browse files
fix: keyword argument mismatch (#6895)
parent
97d004b9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
examples/custom_diffusion/train_custom_diffusion.py
examples/custom_diffusion/train_custom_diffusion.py
+1
-1
examples/dreambooth/train_dreambooth.py
examples/dreambooth/train_dreambooth.py
+1
-1
examples/dreambooth/train_dreambooth_lora.py
examples/dreambooth/train_dreambooth_lora.py
+1
-1
examples/dreambooth/train_dreambooth_lora_sdxl.py
examples/dreambooth/train_dreambooth_lora_sdxl.py
+1
-1
No files found.
examples/custom_diffusion/train_custom_diffusion.py
View file @
4a3d5285
...
@@ -92,7 +92,7 @@ These are Custom Diffusion adaption weights for {base_model}. The weights were t
...
@@ -92,7 +92,7 @@ These are Custom Diffusion adaption weights for {base_model}. The weights were t
from_training
=
True
,
from_training
=
True
,
license
=
"creativeml-openrail-m"
,
license
=
"creativeml-openrail-m"
,
base_model
=
base_model
,
base_model
=
base_model
,
instance_
prompt
=
prompt
,
prompt
=
prompt
,
model_description
=
model_description
,
model_description
=
model_description
,
inference
=
True
,
inference
=
True
,
)
)
...
...
examples/dreambooth/train_dreambooth.py
View file @
4a3d5285
...
@@ -97,7 +97,7 @@ DreamBooth for the text encoder was enabled: {train_text_encoder}.
...
@@ -97,7 +97,7 @@ DreamBooth for the text encoder was enabled: {train_text_encoder}.
from_training
=
True
,
from_training
=
True
,
license
=
"creativeml-openrail-m"
,
license
=
"creativeml-openrail-m"
,
base_model
=
base_model
,
base_model
=
base_model
,
instance_
prompt
=
prompt
,
prompt
=
prompt
,
model_description
=
model_description
,
model_description
=
model_description
,
inference
=
True
,
inference
=
True
,
)
)
...
...
examples/dreambooth/train_dreambooth_lora.py
View file @
4a3d5285
...
@@ -99,7 +99,7 @@ LoRA for the text encoder was enabled: {train_text_encoder}.
...
@@ -99,7 +99,7 @@ LoRA for the text encoder was enabled: {train_text_encoder}.
from_training
=
True
,
from_training
=
True
,
license
=
"creativeml-openrail-m"
,
license
=
"creativeml-openrail-m"
,
base_model
=
base_model
,
base_model
=
base_model
,
instance_
prompt
=
prompt
,
prompt
=
prompt
,
model_description
=
model_description
,
model_description
=
model_description
,
inference
=
True
,
inference
=
True
,
)
)
...
...
examples/dreambooth/train_dreambooth_lora_sdxl.py
View file @
4a3d5285
...
@@ -122,7 +122,7 @@ Weights for this model are available in Safetensors format.
...
@@ -122,7 +122,7 @@ Weights for this model are available in Safetensors format.
from_training
=
True
,
from_training
=
True
,
license
=
"openrail++"
,
license
=
"openrail++"
,
base_model
=
base_model
,
base_model
=
base_model
,
instance_
prompt
=
instance_prompt
,
prompt
=
instance_prompt
,
model_description
=
model_description
,
model_description
=
model_description
,
widget
=
widget_dict
,
widget
=
widget_dict
,
)
)
...
...
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