merged SDXLModelLoader into ModelLoader invocation

This commit is contained in:
Lincoln Stein
2023-07-11 16:33:08 -04:00
parent 358ced6bab
commit 75c5ce46bc
2 changed files with 2 additions and 88 deletions

View File

@@ -150,7 +150,7 @@ const InputFieldComponent = (props: InputFieldComponentProps) => {
nodeId={nodeId}
field={field}
template={template}
base_models={['sd-1', 'sd-2']}
base_models={['sd-1', 'sd-2', 'sdxl', 'sdxl-refiner']}
/>
);
}