Commit a76f2ad5 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

make style

parent 7200daa4
...@@ -155,8 +155,7 @@ class MultiAdapter(ModelMixin): ...@@ -155,8 +155,7 @@ class MultiAdapter(ModelMixin):
Parameters: Parameters:
pretrained_model_path (`os.PathLike`): pretrained_model_path (`os.PathLike`):
A path to a *directory* containing model weights saved using A path to a *directory* containing model weights saved using
[`~diffusers.models.adapter.MultiAdapter.save_pretrained`], e.g., [`~diffusers.models.adapter.MultiAdapter.save_pretrained`], e.g., `./my_model_directory/adapter`.
`./my_model_directory/adapter`.
torch_dtype (`str` or `torch.dtype`, *optional*): torch_dtype (`str` or `torch.dtype`, *optional*):
Override the default `torch.dtype` and load the model under this dtype. If `"auto"` is passed the dtype Override the default `torch.dtype` and load the model under this dtype. If `"auto"` is passed the dtype
will be automatically derived from the model's weights. will be automatically derived from the model's weights.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment