Skip to content

Commit 877bec8

Browse files
authored
refactor: update ldm-bert config.json url closes #675 (#680)
refactor: update ldm-bert `config.json` url Signed-off-by: Ryan Russell <[email protected]> Signed-off-by: Ryan Russell <[email protected]>
1 parent a784be2 commit 877bec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/latent_diffusion/pipeline_latent_diffusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def __call__(
179179

180180

181181
LDMBERT_PRETRAINED_CONFIG_ARCHIVE_MAP = {
182-
"ldm-bert": "https://huggingface.co/ldm-bert/resolve/main/config.json",
182+
"ldm-bert": "https://huggingface.co/valhalla/ldm-bert/blob/main/config.json",
183183
}
184184

185185

0 commit comments

Comments
 (0)