huggingface / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
https://huggingface.co/docs/diffusers
Apache License 2.0
24.23k stars 5k forks source link

Enable users to utilize tokens abstraction in the converted tokens to prevent multiple LoRAs collisions. #7298

Open NorilskMajor opened 4 months ago

NorilskMajor commented 4 months ago

Is your feature request related to a problem? Please describe. By I guess mostly historical reasons the token is being used for the provided entity, which is fine, unless I load multiple LoRAs that use the same token. How do we distinguish which one entity will get called?

Describe the solution you'd like. I propose we make an experimental flag that will utilize provided token abstractions instead of s, for example . In case of mulitple tokens that would be , , ...

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.