Skip to content

Commit

Permalink
Use final v1 filename (Stability-AI#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
palp authored Jul 26, 2023
1 parent ff99a44 commit 195408d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sgm/inference/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class SamplingSpec:
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(
Expand All @@ -149,7 +149,7 @@ class SamplingSpec:
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,
),
}
Expand Down

0 comments on commit 195408d

Please sign in to comment.