-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py
More file actions
executable file
·22 lines (20 loc) · 1004 Bytes
/
__init__.py
File metadata and controls
executable file
·22 lines (20 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
from .analyse_latents import AnalyzeLatentsInvocation #extra for testing
from .exposed_denoise_latents import ExposedDenoiseLatentsInvocation
from .gradient_mask_extensions import GradientMaskExtensionInvocation
from .fam_extensions import FAM_FM_ExtensionInvocation, FAM_AM_ExtensionInvocation
from .refDrop_extensions import RefDrop_ExtensionInvocation
from .noise_investigation import (
NoiseHeatmapInvocation,
FourierLossCheckInvocation,
CopyFrequencyValuesInvocation,
ScheduledNoiseInvocation,
)
from .alt_CFG_extensions import TangentialDampingCFGExtensionInvocation
from .sw_guidance_extension import SWGuidanceExtensionInvocation
from .PLADIS_extension import PLADIS_ExtensionInvocation
"""
Running with SageAttention requires installing to the vent or compiling from the submodule.
Navigate to SageAttention and run the following command:
pip install -e .
You will need CUDA 12.5+ for this to work. """
# from .sageAttention_extensions import SageAttention_ExtensionInvocation