Update src/pipeline.py
Browse files- src/pipeline.py +1 -1
src/pipeline.py
CHANGED
|
@@ -19,7 +19,7 @@ from torchao.quantization import quantize_, int8_weight_only, float8_weight_only
|
|
| 19 |
from first_block_cache.diffusers_adapters import apply_cache_on_pipe
|
| 20 |
from pipelines.models import TextToImageRequest
|
| 21 |
from torch import Generator
|
| 22 |
-
from
|
| 23 |
|
| 24 |
# Configuration
|
| 25 |
@dataclass
|
|
|
|
| 19 |
from first_block_cache.diffusers_adapters import apply_cache_on_pipe
|
| 20 |
from pipelines.models import TextToImageRequest
|
| 21 |
from torch import Generator
|
| 22 |
+
from para_attn.first_block_cache.diffusers_adapters import apply_cache_on_pipe
|
| 23 |
|
| 24 |
# Configuration
|
| 25 |
@dataclass
|