fix: import typo

This commit is contained in:
Bingsu
2023-05-17 08:35:56 +09:00
parent 33a0df6832
commit acb65956bc
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ if TYPE_CHECKING:
unsafe_torch_load = torch.load
else:
from module.safe import *
from modules.safe import *

View File

@@ -39,4 +39,4 @@ if TYPE_CHECKING:
cmd_opts = argparse.Namespace()
else:
from module.shared import *
from modules.shared import *