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
3e59d531
Unverified
Commit
3e59d531
authored
Apr 16, 2025
by
nPeppon
Committed by
GitHub
Apr 16, 2025
Browse files
Fix wrong dtype argument name as torch_dtype (#11346)
parent
d63e6fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/loaders/ip_adapter.py
src/diffusers/loaders/ip_adapter.py
+1
-1
No files found.
src/diffusers/loaders/ip_adapter.py
View file @
3e59d531
...
@@ -526,7 +526,7 @@ class FluxIPAdapterMixin:
...
@@ -526,7 +526,7 @@ class FluxIPAdapterMixin:
low_cpu_mem_usage
=
low_cpu_mem_usage
,
low_cpu_mem_usage
=
low_cpu_mem_usage
,
cache_dir
=
cache_dir
,
cache_dir
=
cache_dir
,
local_files_only
=
local_files_only
,
local_files_only
=
local_files_only
,
dtype
=
image_encoder_dtype
,
torch_
dtype
=
image_encoder_dtype
,
)
)
.
to
(
self
.
device
)
.
to
(
self
.
device
)
.
eval
()
.
eval
()
...
...
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