We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
load_classes
1 parent bb876b8 commit 74cef38Copy full SHA for 74cef38
invokeai/backend/model_manager/load/model_loaders/stable_diffusion.py
@@ -98,6 +98,9 @@ def _load_from_singlefile(
98
ModelVariantType.Normal: StableDiffusionXLPipeline,
99
ModelVariantType.Inpaint: StableDiffusionXLInpaintPipeline,
100
},
101
+ BaseModelType.StableDiffusionXLRefiner: {
102
+ ModelVariantType.Normal: StableDiffusionXLPipeline,
103
+ },
104
}
105
assert isinstance(config, MainCheckpointConfig)
106
try:
0 commit comments