This commit is contained in:
AUTOMATIC1111 2023-07-13 00:08:19 +03:00
parent 60397a7800
commit 5cf623c58e
2 changed files with 1 additions and 3 deletions

View File

@ -41,7 +41,7 @@ for d, must_exist, what, options in path_dirs:
# import sgm and remove it from sys.path so that when a script imports scripts.something, it doesbn't use sgm's scripts dir.
sys.path.insert(0, d)
import sgm
import sgm # noqa: F401
sys.path.pop(0)
else:
sys.path.append(d)

View File

@ -1,7 +1,5 @@
from __future__ import annotations
import sys
import torch
import sgm.models.diffusion