Skip to content

Commit 7156122

Browse files
authored
[ci] ignore the token in vq_diffusion converter. (#14275)
* ignore the token in vq_diffusion converter. * change to regular official download link
1 parent 623213d commit 7156122

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/convert_vq_diffusion_to_diffusers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# From the root directory of diffusers.
99
1010
# Download the VQVAE checkpoint
11-
$ wget https://facevcstandard.blob.core.windows.net/v-zhictang/Improved-VQ-Diffusion_model_release/ithq_vqvae.pth?sv=2020-10-02&st=2022-05-30T15%3A17%3A18Z&se=2030-05-31T15%3A17%3A00Z&sr=b&sp=r&sig=1jVavHFPpUjDs%2FTO1V3PTezaNbPp2Nx8MxiWI7y6fEY%3D -O ithq_vqvae.pth
11+
$ Refer to https://github.com/microsoft/VQ-Diffusion/blob/main/vqdiffusion_download_checkpoints.sh
1212
1313
# Download the VQVAE config
1414
# NOTE that in VQ-diffusion the documented file is `configs/ithq.yaml` but the target class
@@ -17,7 +17,7 @@
1717
$ wget https://raw.githubusercontent.com/microsoft/VQ-Diffusion/main/OUTPUT/pretrained_model/taming_dvae/config.yaml -O ithq_vqvae.yaml
1818
1919
# Download the main model checkpoint
20-
$ wget https://facevcstandard.blob.core.windows.net/v-zhictang/Improved-VQ-Diffusion_model_release/ithq_learnable.pth?sv=2020-10-02&st=2022-05-30T10%3A22%3A06Z&se=2030-05-31T10%3A22%3A00Z&sr=b&sp=r&sig=GOE%2Bza02%2FPnGxYVOOPtwrTR4RA3%2F5NVgMxdW4kjaEZ8%3D -O ithq_learnable.pth
20+
$ wget https://facevcstandard.blob.core.windows.net/v-zhictang/Improved-VQ-Diffusion_model_release/ithq_learnable.pth?sv=2020-10-02&st=2022-05-30T10%3A22%3A06Z&se=2030-05-31T10%3A22%3A00Z&sr=b&sp=r&sig=GOE%2Bza02%2FPnGxYVOOPtwrTR4RA3%2F5NVgMxdW4kjaEZ8%3D -O ithq_learnable.pth # trufflehog:ignore
2121
2222
# Download the main model config
2323
$ wget https://raw.githubusercontent.com/microsoft/VQ-Diffusion/main/configs/ithq.yaml -O ithq.yaml

0 commit comments

Comments
 (0)