Unverified Commit 3e59d531 authored by nPeppon's avatar nPeppon Committed by GitHub
Browse files

Fix wrong dtype argument name as torch_dtype (#11346)

parent d63e6fcc
...@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment