Skip to content

Commit e4aae8d

Browse files
committed
fix
1 parent 25804b7 commit e4aae8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/diffusers/guiders/skip_layer_guidance.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,13 @@
2020
from ..configuration_utils import register_to_config
2121
from ..hooks import HookRegistry, LayerSkipConfig
2222
from ..hooks.layer_skip import _apply_layer_skip_hook
23-
from ..utils import get_logger
2423
from .guider_utils import BaseGuidance, rescale_noise_cfg
2524

2625

2726
if TYPE_CHECKING:
2827
from ..modular_pipelines.modular_pipeline import BlockState
2928

3029

31-
logger = get_logger(__name__) # pylint: disable=invalid-name
32-
33-
3430
class SkipLayerGuidance(BaseGuidance):
3531
"""
3632
Skip Layer Guidance (SLG): https://github.com/Stability-AI/sd3.5

0 commit comments

Comments
 (0)