Skip to content

Commit

Permalink
Update pipeline_stable_diffusion_instruct_pix2pix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowenguo authored Dec 23, 2024
1 parent 306deff commit 76021b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from ...callbacks import MultiPipelineCallbacks, PipelineCallback
from ...image_processor import PipelineImageInput, VaeImageProcessor
from ...loaders import IPAdapterMixin, StableDiffusionLoraLoaderMixin, TextualInversionLoaderMixin
from ...loaders import FromSingleFileMixin, IPAdapterMixin, StableDiffusionLoraLoaderMixin, TextualInversionLoaderMixin
from ...models import AutoencoderKL, ImageProjection, UNet2DConditionModel
from ...schedulers import KarrasDiffusionSchedulers
from ...utils import PIL_INTERPOLATION, deprecate, logging, is_torch_xla_available
Expand Down

0 comments on commit 76021b8

Please sign in to comment.