Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Feb 8, 2024
1 parent f559957 commit 4b8f467
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/sd_hijack.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import torch
from torch.nn.functional import silu
from types import MethodType

from modules import devices, sd_hijack_optimizations, shared, script_callbacks, errors, sd_unet, patches
from modules.hypernetworks import hypernetwork
from modules import devices, sd_hijack_optimizations, shared, script_callbacks, sd_unet, patches
from modules.shared import cmd_opts
from modules import sd_hijack_clip, sd_hijack_open_clip, sd_hijack_unet, sd_hijack_xlmr, xlmr, xlmr_m18

import ldm.modules.attention
import ldm.modules.diffusionmodules.model
Expand Down

0 comments on commit 4b8f467

Please sign in to comment.