Update pipeline_controlnet_sd_xl_img2img.py (#7353)
* Update pipeline_controlnet_sd_xl_img2img.py fix: safetensors load error * fix for pass test --------- Co-authored-by: YiYi Xu <yixu310@gmail.com>
This commit is contained in:
@@ -32,6 +32,7 @@ from diffusers.utils.import_utils import is_invisible_watermark_available
|
|||||||
|
|
||||||
from ...image_processor import PipelineImageInput, VaeImageProcessor
|
from ...image_processor import PipelineImageInput, VaeImageProcessor
|
||||||
from ...loaders import (
|
from ...loaders import (
|
||||||
|
FromSingleFileMixin,
|
||||||
IPAdapterMixin,
|
IPAdapterMixin,
|
||||||
StableDiffusionXLLoraLoaderMixin,
|
StableDiffusionXLLoraLoaderMixin,
|
||||||
TextualInversionLoaderMixin,
|
TextualInversionLoaderMixin,
|
||||||
@@ -161,6 +162,7 @@ class StableDiffusionXLControlNetImg2ImgPipeline(
|
|||||||
StableDiffusionMixin,
|
StableDiffusionMixin,
|
||||||
TextualInversionLoaderMixin,
|
TextualInversionLoaderMixin,
|
||||||
StableDiffusionXLLoraLoaderMixin,
|
StableDiffusionXLLoraLoaderMixin,
|
||||||
|
FromSingleFileMixin,
|
||||||
IPAdapterMixin,
|
IPAdapterMixin,
|
||||||
):
|
):
|
||||||
r"""
|
r"""
|
||||||
|
|||||||
Reference in New Issue
Block a user