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
9684c52a
Unverified
Commit
9684c52a
authored
Jan 23, 2025
by
Raul Ciotescu
Committed by
GitHub
Jan 23, 2025
Browse files
width and height are mixed-up (#10629)
vars mixed-up
parent
5483162d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/diffusers/pipelines/flux/pipeline_flux_controlnet_inpainting.py
...ers/pipelines/flux/pipeline_flux_controlnet_inpainting.py
+2
-2
No files found.
src/diffusers/pipelines/flux/pipeline_flux_controlnet_inpainting.py
View file @
9684c52a
...
...
@@ -930,8 +930,8 @@ class FluxControlNetInpaintPipeline(DiffusionPipeline, FluxLoraLoaderMixin, From
if
isinstance
(
self
.
controlnet
,
FluxControlNetModel
):
control_image
=
self
.
prepare_image
(
image
=
control_image
,
width
=
height
,
height
=
width
,
width
=
width
,
height
=
height
,
batch_size
=
batch_size
*
num_images_per_prompt
,
num_images_per_prompt
=
num_images_per_prompt
,
device
=
device
,
...
...
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