@@ -425,27 +425,17 @@ export const CLIP_VIT_BASE_PATCH32_TEXT = {
425425
426426// Image generation
427427export const BK_SDM_TINY_VPRED_512 = {
428- schedulerSource :
429- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/scheduler/scheduler_config.json' ,
430- tokenizerSource :
431- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/tokenizer/tokenizer.json' ,
432- encoderSource :
433- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/text_encoder/model.pte' ,
434- unetSource :
435- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/unet/model.pte' ,
436- decoderSource :
437- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/vae/model.pte' ,
428+ schedulerSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /scheduler/scheduler_config.json` ,
429+ tokenizerSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /tokenizer/tokenizer.json` ,
430+ encoderSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /text_encoder/model.pte` ,
431+ unetSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /unet/model.pte` ,
432+ decoderSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /vae/model.pte` ,
438433} ;
439434
440435export const BK_SDM_TINY_VPRED_256 = {
441- schedulerSource :
442- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/scheduler/scheduler_config.json' ,
443- tokenizerSource :
444- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/tokenizer/tokenizer.json' ,
445- encoderSource :
446- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/text_encoder/model.pte' ,
447- unetSource :
448- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/unet/model.256.pte' ,
449- decoderSource :
450- 'https://huggingface.co/aszymanska/bk-sdm-tiny-vpred/resolve/main/vae/model.256.pte' ,
436+ schedulerSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /scheduler/scheduler_config.json` ,
437+ tokenizerSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /tokenizer/tokenizer.json` ,
438+ encoderSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /text_encoder/model.pte` ,
439+ unetSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /unet/model.256.pte` ,
440+ decoderSource : `${ URL_PREFIX } -bk-sdm-tiny/${ VERSION_TAG } /vae/model.256.pte` ,
451441} ;
0 commit comments