Unverified Commit e6a5f99e authored by PJC's avatar PJC Committed by GitHub
Browse files

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: default avatarYiYi Xu <yixu310@gmail.com>
parent 80ff4ba6
......@@ -32,6 +32,7 @@ from diffusers.utils.import_utils import is_invisible_watermark_available
from ...image_processor import PipelineImageInput, VaeImageProcessor
from ...loaders import (
FromSingleFileMixin,
IPAdapterMixin,
StableDiffusionXLLoraLoaderMixin,
TextualInversionLoaderMixin,
......@@ -161,6 +162,7 @@ class StableDiffusionXLControlNetImg2ImgPipeline(
StableDiffusionMixin,
TextualInversionLoaderMixin,
StableDiffusionXLLoraLoaderMixin,
FromSingleFileMixin,
IPAdapterMixin,
):
r"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment