We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25804b7 commit e4aae8dCopy full SHA for e4aae8d
src/diffusers/guiders/skip_layer_guidance.py
@@ -20,17 +20,13 @@
20
from ..configuration_utils import register_to_config
21
from ..hooks import HookRegistry, LayerSkipConfig
22
from ..hooks.layer_skip import _apply_layer_skip_hook
23
-from ..utils import get_logger
24
from .guider_utils import BaseGuidance, rescale_noise_cfg
25
26
27
if TYPE_CHECKING:
28
from ..modular_pipelines.modular_pipeline import BlockState
29
30
31
-logger = get_logger(__name__) # pylint: disable=invalid-name
32
-
33
34
class SkipLayerGuidance(BaseGuidance):
35
"""
36
Skip Layer Guidance (SLG): https://github.com/Stability-AI/sd3.5
0 commit comments