huggingface / api-inference-community

Apache License 2.0
163 stars 61 forks source link

Initial SD3 support #427

Closed apolinario closed 3 months ago

apolinario commented 3 months ago

This upgrades diffusers to the latest main to provide initial SD3 support.

SD3 LoRAs are not yet supported due to https://github.com/huggingface/diffusers/issues/8615

Plan is to wait on the response of the diffusers team on how easy/what's the prio to implement fuse_lora on SD3. If it is not coming soon I'll send another PR changing the logic to support load/unloading LoRAs without fusing for SD3