fix: Incorrect type on SDXL Model Loader

This commit is contained in:
blessedcoolant
2023-07-17 21:47:41 +12:00
parent cad3f96831
commit e039771d07
2 changed files with 727 additions and 64 deletions

View File

@ -38,7 +38,7 @@ class SDXLRefinerModelLoaderOutput(BaseInvocationOutput):
class SDXLModelLoaderInvocation(BaseInvocation):
"""Loads an sdxl base model, outputting its submodels."""
type: Literal["sdxl_model_loader"] = "sdxl_main_model_loader"
type: Literal["sdxl_model_loader"] = "sdxl_model_loader"
model: MainModelField = Field(description="The model to load")
# TODO: precision?