mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-14 16:45:00 +02:00
debug
This commit is contained in:
parent
11764f2b42
commit
90fc92ee9c
|
|
@ -145,7 +145,7 @@ def main():
|
|||
model=vae, dataloader=dataloader
|
||||
)
|
||||
# load model using booster
|
||||
booster.load_model(vae, os.path.join(cfg.ckpt_path, "model"))
|
||||
booster.load_model(vae, os.path.join(cfg.model["from_pretrained"], "model"))
|
||||
|
||||
|
||||
# 4.1. batch generation
|
||||
|
|
|
|||
Loading…
Reference in a new issue