puckikk1202 / difffacesketch2023

This repository is the code for SGLDM website
MIT License
11 stars 1 forks source link

pretrained_mode #5

Closed ludandandan closed 10 months ago

ludandandan commented 10 months ago

Is model = load_model_from_config(config, "ldm_vae/models/first_stage_models/vq-f4/model.ckpt") refer to the "ae.pt" in pretrained_models ?

ludandandan commented 10 months ago

FileNotFoundError: [Errno 2] No such file or directory: 'ldm_vae/models/first_stage_models/vq-f4/model.ckpt'

puckikk1202 commented 10 months ago

hi, you should download the .ckpt here, related to LDM repo

ludandandan commented 10 months ago

好,Thank you very much~~~~

puckikk1202 commented 10 months ago

You are welcome. By the way, the ae.pt is related to the multi-ae. Please put it into your customized directory.

ludandandan commented 10 months ago

ok,Thank you so much!