Skip to content

Commit 1e77f0f

Browse files
committed
class naming
1 parent b20063a commit 1e77f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/pipelines/pag/pipeline_pag_controlnet_sd_img2img.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
Examples:
5050
```py
5151
>>> # !pip install opencv-python transformers accelerate
52-
>>> from diffusers import StableDiffusionPAGControlNetImg2ImgPipeline, ControlNetModel, UniPCMultistepScheduler
52+
>>> from diffusers import StableDiffusionControlNetPAGImg2ImgPipeline, ControlNetModel, UniPCMultistepScheduler
5353
>>> from diffusers.utils import load_image
5454
>>> import numpy as np
5555
>>> import torch
@@ -108,7 +108,7 @@ def retrieve_latents(
108108
else:
109109
raise AttributeError("Could not access latents of provided encoder_output")
110110

111-
class StableDiffusionPAGControlNetImg2ImgPipeline(
111+
class StableDiffusionControlNetPAGImg2ImgPipeline(
112112
DiffusionPipeline,
113113
StableDiffusionMixin,
114114
TextualInversionLoaderMixin,

0 commit comments

Comments
 (0)