cleanup some unneeded imports for hijack files

This commit is contained in:
AUTOMATIC
2022-12-10 09:17:39 +03:00
parent 7dbfd8a7d8
commit 505ec7e4d9
2 changed files with 2 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ import importlib
import torch
from torch import einsum
import torch.nn.functional as F
from ldm.util import default
from einops import rearrange
@@ -13,8 +12,6 @@ from einops import rearrange
from modules import shared
from modules.hypernetworks import hypernetwork
from ldm.modules.diffusionmodules.util import timestep_embedding
if shared.cmd_opts.xformers or shared.cmd_opts.force_enable_xformers:
try: