"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "d9d50c43cca950e70cdd288d62c58a8d5a8e43d4"
Unverified Commit d43ce14e authored by hlky's avatar hlky Committed by GitHub
Browse files

Quantized Flux with IP-Adapter (#10728)

parent cd0a4a82
...@@ -177,5 +177,3 @@ class FluxTransformer2DLoadersMixin: ...@@ -177,5 +177,3 @@ class FluxTransformer2DLoadersMixin:
self.encoder_hid_proj = MultiIPAdapterImageProjection(image_projection_layers) self.encoder_hid_proj = MultiIPAdapterImageProjection(image_projection_layers)
self.config.encoder_hid_dim_type = "ip_image_proj" self.config.encoder_hid_dim_type = "ip_image_proj"
self.to(dtype=self.dtype, device=self.device)
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