Skip to content

Commit

Permalink
Align changes to official commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Skquark committed Jul 17, 2024
1 parent a5bb7ea commit 5defa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diffusers/pipelines/auto_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

from huggingface_hub.utils import validate_hf_hub_args

from .aura_flow import AuraFlowPipeline
from ..configuration_utils import ConfigMixin
from .aura_flow import AuraFlowPipeline
from .controlnet import (
StableDiffusionControlNetImg2ImgPipeline,
StableDiffusionControlNetInpaintPipeline,
Expand Down Expand Up @@ -46,7 +46,7 @@
KandinskyV22Pipeline,
)
from .kandinsky3 import Kandinsky3Img2ImgPipeline, Kandinsky3Pipeline
from .kolors import KolorsPipeline, KolorsImg2ImgPipeline
from .kolors import KolorsImg2ImgPipeline, KolorsPipeline
from .latent_consistency_models import LatentConsistencyModelImg2ImgPipeline, LatentConsistencyModelPipeline
from .pag import (
StableDiffusionControlNetPAGPipeline,
Expand Down

0 comments on commit 5defa0d

Please sign in to comment.