Rename model_patcher.py -> layer_patcher.py.

This commit is contained in:
Ryan Dick
2024-12-17 17:19:12 +00:00
parent 6f926f05b0
commit 80db9537ff
9 changed files with 8 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ from typing import TYPE_CHECKING
from diffusers import UNet2DConditionModel
from invokeai.backend.patches.layer_patcher import LayerPatcher
from invokeai.backend.patches.model_patch_raw import ModelPatchRaw
from invokeai.backend.patches.model_patcher import LayerPatcher
from invokeai.backend.stable_diffusion.extensions.base import ExtensionBase
if TYPE_CHECKING: