Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
19df9f3e
Unverified
Commit
19df9f3e
authored
May 20, 2024
by
Nikita
Committed by
GitHub
May 20, 2024
Browse files
Update pipeline_controlnet_inpaint_sd_xl.py (#7983)
parent
d6ca1209
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint_sd_xl.py
...pipelines/controlnet/pipeline_controlnet_inpaint_sd_xl.py
+1
-1
No files found.
src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint_sd_xl.py
View file @
19df9f3e
...
...
@@ -227,7 +227,7 @@ class StableDiffusionXLControlNetInpaintPipeline(
tokenizer
:
CLIPTokenizer
,
tokenizer_2
:
CLIPTokenizer
,
unet
:
UNet2DConditionModel
,
controlnet
:
ControlNetModel
,
controlnet
:
Union
[
ControlNetModel
,
List
[
ControlNetModel
],
Tuple
[
ControlNetModel
],
MultiControlNetModel
],
scheduler
:
KarrasDiffusionSchedulers
,
requires_aesthetics_score
:
bool
=
False
,
force_zeros_for_empty_prompt
:
bool
=
True
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment