Commit
•
37b0773
1
Parent(s):
fcf7a9c
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -293,7 +293,7 @@ class PAGCFGIdentitySelfAttnProcessor:
|
|
293 |
return hidden_states
|
294 |
|
295 |
if is_invisible_watermark_available():
|
296 |
-
from .watermark import StableDiffusionXLWatermarker
|
297 |
|
298 |
if is_torch_xla_available():
|
299 |
import torch_xla.core.xla_model as xm
|
|
|
293 |
return hidden_states
|
294 |
|
295 |
if is_invisible_watermark_available():
|
296 |
+
from diffusers.pipelines.stable_diffusion_xl.watermark import StableDiffusionXLWatermarker
|
297 |
|
298 |
if is_torch_xla_available():
|
299 |
import torch_xla.core.xla_model as xm
|