1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Quantized Flux with IP-Adapter (#10728)

This commit is contained in:
hlky
2025-02-06 17:02:36 +00:00
committed by GitHub
parent cd0a4a82cf
commit d43ce14e2d

View File

@@ -177,5 +177,3 @@ class FluxTransformer2DLoadersMixin:
self.encoder_hid_proj = MultiIPAdapterImageProjection(image_projection_layers)
self.config.encoder_hid_dim_type = "ip_image_proj"
self.to(dtype=self.dtype, device=self.device)