chengzeyi / stable-fast

Best inference performance optimization framework for HuggingFace Diffusers on NVIDIA GPUs.
MIT License
1.06k stars 60 forks source link

Can Dynamically Switch LoRA support text_encoder? #95

Closed Hap-Zhang closed 6 months ago

Hap-Zhang commented 6 months ago

Hi, zeyi Thank you for your great repo for sd. Our lora adapter not only for unet but also text_encoder, and the example of dynamic switch lora is for unet only. Can dynamically switch lora support text_encoder lora adapter? How can I modify it?Looking forward to your reply.

chengzeyi commented 6 months ago

@Hap-Zhang Yes, it should.