@@ -141,11 +141,11 @@ class StableDiffusionControlNetInpaintPipeline(
141
141
<Tip>
142
142
143
143
This pipeline can be used with checkpoints that have been specifically fine-tuned for inpainting
144
- ([stable-diffusion-v1-5/stable-diffusion-inpainting](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-inpainting)) as well as
145
- default text-to-image Stable Diffusion checkpoints
146
- ([stable-diffusion-v1-5/stable-diffusion-v1-5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5)). Default text-to-image
147
- Stable Diffusion checkpoints might be preferable for ControlNets that have been fine-tuned on those, such as
148
- [lllyasviel/control_v11p_sd15_inpaint](https://huggingface.co/lllyasviel/control_v11p_sd15_inpaint).
144
+ ([stable-diffusion-v1-5/stable-diffusion-inpainting](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-inpainting))
145
+ as well as default text-to-image Stable Diffusion checkpoints
146
+ ([stable-diffusion-v1-5/stable-diffusion-v1-5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5)).
147
+ Default text-to-image Stable Diffusion checkpoints might be preferable for ControlNets that have been fine-tuned on
148
+ those, such as [lllyasviel/control_v11p_sd15_inpaint](https://huggingface.co/lllyasviel/control_v11p_sd15_inpaint).
149
149
150
150
</Tip>
151
151
@@ -167,8 +167,8 @@ class StableDiffusionControlNetInpaintPipeline(
167
167
[`DDIMScheduler`], [`LMSDiscreteScheduler`], or [`PNDMScheduler`].
168
168
safety_checker ([`StableDiffusionSafetyChecker`]):
169
169
Classification module that estimates whether generated images could be considered offensive or harmful.
170
- Please refer to the [model card](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5) for more details
171
- about a model's potential harms.
170
+ Please refer to the [model card](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5) for
171
+ more details about a model's potential harms.
172
172
feature_extractor ([`~transformers.CLIPImageProcessor`]):
173
173
A `CLIPImageProcessor` to extract features from generated images; used as inputs to the `safety_checker`.
174
174
"""
0 commit comments