This commit is contained in:
lvmin
2023-02-12 10:49:57 -08:00
parent f39054af96
commit a318b45b28
3 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
{}

View File

@@ -11,6 +11,7 @@ assert not os.path.exists(output_path), 'Output filename already exists.'
assert os.path.exists(os.path.dirname(output_path)), 'Output path is not valid.'
import torch
from share import *
from cldm.model import create_model