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.
1 parent ff99a44 commit 195408dCopy full SHA for 195408d
sgm/inference/api.py
@@ -139,7 +139,7 @@ class SamplingSpec:
139
factor=8,
140
is_legacy=False,
141
config="sd_xl_base.yaml",
142
- ckpt="sd_xl_base_1.0-metadata.safetensors",
+ ckpt="sd_xl_base_1.0.safetensors",
143
is_guided=True,
144
),
145
ModelArchitecture.SDXL_V1_REFINER: SamplingSpec(
@@ -149,7 +149,7 @@ class SamplingSpec:
149
150
is_legacy=True,
151
config="sd_xl_refiner.yaml",
152
- ckpt="sd_xl_refiner_1.0-metadata.safetensors",
+ ckpt="sd_xl_refiner_1.0.safetensors",
153
154
155
}
0 commit comments