mirror of
https://github.com/Stability-AI/generative-models.git
synced 2025-12-19 06:14:21 +01:00
Use final v1 filename (#67)
This commit is contained in:
@@ -139,7 +139,7 @@ model_specs = {
|
||||
factor=8,
|
||||
is_legacy=False,
|
||||
config="sd_xl_base.yaml",
|
||||
ckpt="sd_xl_base_1.0-metadata.safetensors",
|
||||
ckpt="sd_xl_base_1.0.safetensors",
|
||||
is_guided=True,
|
||||
),
|
||||
ModelArchitecture.SDXL_V1_REFINER: SamplingSpec(
|
||||
@@ -149,7 +149,7 @@ model_specs = {
|
||||
factor=8,
|
||||
is_legacy=True,
|
||||
config="sd_xl_refiner.yaml",
|
||||
ckpt="sd_xl_refiner_1.0-metadata.safetensors",
|
||||
ckpt="sd_xl_refiner_1.0.safetensors",
|
||||
is_guided=True,
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user