fix: keyword argument mismatch (#6895)
This commit is contained in:
parent
97d004b9b4
commit
4a3d52850b
@ -92,7 +92,7 @@ These are Custom Diffusion adaption weights for {base_model}. The weights were t
|
||||
from_training=True,
|
||||
license="creativeml-openrail-m",
|
||||
base_model=base_model,
|
||||
instance_prompt=prompt,
|
||||
prompt=prompt,
|
||||
model_description=model_description,
|
||||
inference=True,
|
||||
)
|
||||
|
||||
@ -97,7 +97,7 @@ DreamBooth for the text encoder was enabled: {train_text_encoder}.
|
||||
from_training=True,
|
||||
license="creativeml-openrail-m",
|
||||
base_model=base_model,
|
||||
instance_prompt=prompt,
|
||||
prompt=prompt,
|
||||
model_description=model_description,
|
||||
inference=True,
|
||||
)
|
||||
|
||||
@ -99,7 +99,7 @@ LoRA for the text encoder was enabled: {train_text_encoder}.
|
||||
from_training=True,
|
||||
license="creativeml-openrail-m",
|
||||
base_model=base_model,
|
||||
instance_prompt=prompt,
|
||||
prompt=prompt,
|
||||
model_description=model_description,
|
||||
inference=True,
|
||||
)
|
||||
|
||||
@ -122,7 +122,7 @@ Weights for this model are available in Safetensors format.
|
||||
from_training=True,
|
||||
license="openrail++",
|
||||
base_model=base_model,
|
||||
instance_prompt=instance_prompt,
|
||||
prompt=instance_prompt,
|
||||
model_description=model_description,
|
||||
widget=widget_dict,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user