hiten46
Results
1
comments of
hiten46
def get_models(): models_path = os.path.join(scripts.basedir(), "models/roop/*") models = glob.glob(models_path) models = [x for x in models if x.endswith(".onnx") or x.endswith(".pth")] return models IS MY LINE 23 MISSING??? I AM GETTING...