mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-20 17:35:58 +02:00
debug
This commit is contained in:
parent
d08d52ea03
commit
bc095aa492
|
|
@ -47,7 +47,6 @@ def main():
|
|||
device = "cuda" if torch.cuda.is_available() else "cpu"
|
||||
dtype = to_torch_dtype(cfg.dtype)
|
||||
set_random_seed(seed=cfg.seed)
|
||||
prompts = cfg.prompt
|
||||
|
||||
|
||||
# ======================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue