mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
Be more clear about Spandrel model nomenclature
This commit is contained in:
parent
c0ca6348e8
commit
777af661a2
5 changed files with 13 additions and 11 deletions
|
|
@ -143,7 +143,7 @@ def load_spandrel_model(
|
|||
*,
|
||||
device: str | torch.device | None,
|
||||
half: bool = False,
|
||||
dtype: str | None = None,
|
||||
dtype: str | torch.dtype | None = None,
|
||||
expected_architecture: str | None = None,
|
||||
) -> spandrel.ModelDescriptor:
|
||||
import spandrel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue