mirror of
https://github.com/huggingface/diffusers.git
synced 2026-05-28 00:39:35 +08:00
fix: keyword argument mismatch (#6895)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user