From 49a37b054ea7c1cdd8c0d7c44f3809ab8bee0693 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 6 Oct 2022 17:15:22 +0200 Subject: Update --- dreambooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dreambooth.py') diff --git a/dreambooth.py b/dreambooth.py index 0c5c42a..0e69d79 100644 --- a/dreambooth.py +++ b/dreambooth.py @@ -23,7 +23,7 @@ from slugify import slugify from pipelines.stable_diffusion.vlpn_stable_diffusion import VlpnStableDiffusion import json -from data.dreambooth.csv import CSVDataModule +from data.csv import CSVDataModule logger = get_logger(__name__) -- cgit v1.2.3-54-g00ecf